Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 22 of 22) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraFactory.cpp163 const camera_module_callbacks_t* callbacks) { in setCallbacks()
220 const camera_module_callbacks_t* callbacks) { in set_callbacks()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp59 const OMX_CALLBACKTYPE* callbacks, in GoldfishVPX()
500 const char *name, const OMX_CALLBACKTYPE *callbacks, in createGoldfishOMXComponent()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp75 const OMX_CALLBACKTYPE *callbacks, in GoldfishAVCDec()
633 const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, in createGoldfishOMXComponent()
/device/generic/goldfish/camera/
DEmulatedCameraFactory.cpp163 const camera_module_callbacks_t *callbacks) { in setCallbacks()
210 const camera_module_callbacks_t *callbacks) { in set_callbacks()
/device/google/cuttlefish/guest/hals/gps/
Dgps_vsoc.cpp57 static int gce_gps_init(GpsCallbacks* callbacks) { in gce_gps_init()
Dgps_thread.h47 GpsCallbacks callbacks; member
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp108 const OMX_CALLBACKTYPE *callbacks, in makeComponentInstance()
DGoldfishOMXComponent.cpp29 const OMX_CALLBACKTYPE *callbacks, in GoldfishOMXComponent()
DGoldfishVideoDecoderOMXComponent.cpp51 const OMX_CALLBACKTYPE *callbacks, in GoldfishVideoDecoderOMXComponent()
DSimpleGoldfishOMXComponent.cpp30 const OMX_CALLBACKTYPE *callbacks, in SimpleGoldfishOMXComponent()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.cpp417 extern "C" void RIL_setcallbacks (const RIL_RadioFunctions *callbacks) { in RIL_setcallbacks()
422 RIL_register (const RIL_RadioFunctions *callbacks) { in RIL_register()
Dsap_service.cpp926 void sap::registerService(const RIL_RadioFunctions *callbacks) { in registerService()
Dril_service.cpp10015 void radio_1_6::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()
/device/generic/goldfish/radio/libril/
Dril.cpp417 extern "C" void RIL_setcallbacks (const RIL_RadioFunctions *callbacks) { in RIL_setcallbacks()
422 RIL_register (const RIL_RadioFunctions *callbacks) { in RIL_register()
Dsap_service.cpp926 void sap::registerService(const RIL_RadioFunctions *callbacks) { in registerService()
Dril_service.cpp8640 void radio::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp434 extern "C" void RIL_setcallbacks (const RIL_RadioFunctions *callbacks) { in RIL_setcallbacks()
439 RIL_register (const RIL_RadioFunctions *callbacks) { in RIL_register()
Dsap_service.cpp926 void sap::registerService(const RIL_RadioFunctions *callbacks) { in registerService()
Dril_config.cpp234 void radio_1_6::registerConfigService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerConfigService()
Dril_service.cpp10678 void radio_1_6::registerService(RIL_RadioFunctions *callbacks, CommandInfo *commands) { in registerService()
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.cpp68 auto callbacks = static_cast<const Callbacks*>(procs); in invalidateHook() local
74 auto callbacks = static_cast<const Callbacks*>(procs); in vsyncHook() local
80 auto callbacks = static_cast<const Callbacks*>(procs); in hotplugHook() local
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp849 void setThreadingCallbacks(const ResourceTracker::ThreadingCallbacks& callbacks) { in setThreadingCallbacks()
4729 auto& callbacks = mEncoderCleanupCallbacks[encoder]; in registerEncoderCleanupCallback() local
5075 void ResourceTracker::setThreadingCallbacks(const ResourceTracker::ThreadingCallbacks& callbacks) { in setThreadingCallbacks()