Searched defs:callbacks (Results 1 - 9 of 9) sorted by relevance

/hardware/msm7k/libstagefrighthw/
H A DQComOMXPlugin.cpp67 const OMX_CALLBACKTYPE *callbacks,
77 appData, const_cast<OMX_CALLBACKTYPE *>(callbacks));
65 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng_xtra.cpp58 static int qct_loc_eng_xtra_init (GpsXtraCallbacks* callbacks);
84 static int qct_loc_eng_xtra_init (GpsXtraCallbacks* callbacks) argument
90 xtra_module_data_ptr->download_request_cb = callbacks->download_request_cb;
H A Dloc_eng_ni.cpp564 void loc_eng_ni_init(GpsNiCallbacks *callbacks) argument
571 callbacks->create_thread_cb("loc_api_ni", loc_ni_thread_proc, NULL);
580 loc_eng_data.ni_notify_cb = callbacks->notify_cb;
H A Dloc_eng.cpp66 static int loc_eng_init(GpsCallbacks* callbacks);
78 static void loc_eng_agps_init(AGpsCallbacks* callbacks);
181 static int loc_eng_init(GpsCallbacks* callbacks) argument
192 callbacks->set_capabilities_cb(GPS_CAPABILITY_SCHEDULING | GPS_CAPABILITY_MSA | GPS_CAPABILITY_MSB);
197 loc_eng_data.location_cb = callbacks->location_cb;
198 loc_eng_data.sv_status_cb = callbacks->sv_status_cb;
199 loc_eng_data.status_cb = callbacks->status_cb;
200 loc_eng_data.nmea_cb = callbacks->nmea_cb;
201 loc_eng_data.acquire_wakelock_cb = callbacks->acquire_wakelock_cb;
202 loc_eng_data.release_wakelock_cb = callbacks
1069 loc_eng_agps_init(AGpsCallbacks* callbacks) argument
[all...]
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp67 const OMX_CALLBACKTYPE *callbacks,
77 appData, const_cast<OMX_CALLBACKTYPE *>(callbacks));
65 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp82 const OMX_CALLBACKTYPE *callbacks,
96 appData, const_cast<OMX_CALLBACKTYPE *>(callbacks));
80 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp341 OMX_IN OMX_CALLBACKTYPE* callbacks,
346 DEBUG_PRINT("OMXCORE: qc_omx_component_set_callbacks %x, %x , %x\n",(unsigned)hComp,(unsigned)callbacks,(unsigned)appData);
350 eRet = pThis->set_callbacks(hComp,callbacks,appData);
340 qc_omx_component_set_callbacks(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_CALLBACKTYPE* callbacks, OMX_IN OMX_PTR appData) argument
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp273 IL Client callbacks are generated through this routine. The decoder
398 DEBUG_PRINT_ERROR("ERROR: ProcessMsgCb NULL callbacks\n");
1345 Send the event to decoder pipe. This is needed to generate the callbacks
3092 Set the callbacks.
3102 OMX_IN OMX_CALLBACKTYPE* callbacks,
3106 m_pCallbacks = *callbacks;
3101 set_callbacks(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_CALLBACKTYPE* callbacks, OMX_IN OMX_PTR appData) argument
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp364 IL Client callbacks are generated through this routine. The decoder
1962 Send the event to decoder pipe. This is needed to generate the callbacks
4733 Set the callbacks.
4743 OMX_IN OMX_CALLBACKTYPE* callbacks,
4747 m_cb = *callbacks;
4742 set_callbacks(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_CALLBACKTYPE* callbacks, OMX_IN OMX_PTR appData) argument

Completed in 411 milliseconds