equal
deleted
inserted
replaced
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include <unistd.h> |
18 #include <unistd.h> |
19 #include <openMAXAL.h> |
|
20 #include "xadebug.h" |
19 #include "xadebug.h" |
21 #include "xaadaptationmmf.h" |
20 #include "xaadaptationmmf.h" |
22 #include "xaradioitfadaptation.h" |
21 #include "xaradioitfadaptation.h" |
23 #include "xaradioadaptctx.h" |
22 #include "xaradioadaptctx.h" |
24 #include "cmmfradiobackendengine.h" |
23 #include "cmmfradiobackendengine.h" |
212 /* |
211 /* |
213 * void XARadioItfAdapt_Free() |
212 * void XARadioItfAdapt_Free() |
214 */ |
213 */ |
215 void XARadioItfAdapt_Free() |
214 void XARadioItfAdapt_Free() |
216 { |
215 { |
217 DEBUG_API("->XARadioItfAdapt_Free"); |
|
218 } |
216 } |
219 |
217 |
220 void XARadioItfAdapt_SeekComplete(XAAdaptationBaseCtx *ctx, TInt aError, TInt aFrequency) |
218 void XARadioItfAdapt_SeekComplete(XAAdaptationBaseCtx *ctx, TInt aError, TInt aFrequency) |
221 { |
219 { |
222 XAAdaptEvent event = {XA_RADIOITFEVENTS, XA_ADAPT_RADIO_SEEK_COMPLETE,1,0}; |
220 XAAdaptEvent event = {XA_RADIOITFEVENTS, XA_ADAPT_RADIO_SEEK_COMPLETE,1,0}; |