Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 25 of 39) sorted by relevance

12

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp58 const OMX_CALLBACKTYPE* callbacks, in GoldfishVPX() argument
70 callbacks, in GoldfishVPX()
501 const char *name, const OMX_CALLBACKTYPE *callbacks, in createGoldfishOMXComponent() argument
507 name, "video_decoder.vp9", OMX_VIDEO_CodingVP9, callbacks, in createGoldfishOMXComponent()
512 name, "video_decoder.vp8", OMX_VIDEO_CodingVP8, callbacks, in createGoldfishOMXComponent()
517 name, "video_decoder.vp9", OMX_VIDEO_CodingVP9, callbacks, in createGoldfishOMXComponent()
522 name, "video_decoder.vp8", OMX_VIDEO_CodingVP8, callbacks, in createGoldfishOMXComponent()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril.cpp434 extern "C" void RIL_setcallbacks (const RIL_RadioFunctions *callbacks) { in RIL_setcallbacks() argument
435 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_setcallbacks()
439 RIL_register (const RIL_RadioFunctions *callbacks) { in RIL_register() argument
442 if (callbacks == NULL) { in RIL_register()
446 if (callbacks->version < RIL_VERSION_MIN) { in RIL_register()
448 callbacks->version, RIL_VERSION_MIN); in RIL_register()
452 RLOGD("RIL_register: Vsoc RIL version %d", callbacks->version); in RIL_register()
460 memcpy(&s_callbacks, callbacks, sizeof (RIL_RadioFunctions)); in RIL_register()
Dsap_service.h27 void registerService(const RIL_RadioFunctions *callbacks);
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp74 const OMX_CALLBACKTYPE *callbacks, in GoldfishAVCDec() argument
80 320 /* width */, 240 /* height */, callbacks, in GoldfishAVCDec()
622 const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, in createGoldfishOMXComponent() argument
625 …return new android::GoldfishAVCDec(name, callbacks, appData, component, RenderMode::RENDER_BY_HOST… in createGoldfishOMXComponent()
627 …return new android::GoldfishAVCDec(name, callbacks, appData, component, RenderMode::RENDER_BY_GUES… in createGoldfishOMXComponent()
/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp126 const OMX_CALLBACKTYPE *callbacks, in makeComponentInstance() argument
172 (*createGoldfishOMXComponent)(name, callbacks, appData, component); in makeComponentInstance()
DGoldfishOMXComponent.cpp29 const OMX_CALLBACKTYPE *callbacks, in GoldfishOMXComponent() argument
33 mCallbacks(callbacks), in GoldfishOMXComponent()
DGoldfishOMXPlugin.h31 const OMX_CALLBACKTYPE *callbacks,
/device/google/gs201-sepolicy/whitechapel_pro/
Dsystem_server.te3 # Allow system server to send sensor data callbacks to GPS
Dcccdk_timesync_app.te9 # allow the HAL to call our registered callbacks
Dhal_wifi_ext.te1 # Allow wifi_ext to report callbacks to gril-service app
/device/google/zuma-sepolicy/vendor/
Dsystem_server.te1 # Allow system server to send sensor data callbacks to GPS
Dhal_wifi_ext.te1 # Allow wifi_ext to report callbacks to gril-service app
Dhal_bluetooth_btlinux.te11 # allow the HAL to call cccdktimesync registered callbacks
/device/google/gs101-sepolicy/whitechapel/vendor/google/
Dsystem_server.te1 # Allow system server to send sensor data callbacks to GPS and camera HALs
Dcccdk_timesync_app.te9 # allow the HAL to call our registered callbacks
Dhal_wifi_ext.te1 # Allow wifi_ext to report callbacks to gril-service app
/device/google/gs-common/dauntless/sepolicy/
Dhal_weaver_citadel.te13 # Allow callbacks
/device/google/zumapro-sepolicy/legacy/zuma/vendor/
Dhal_bluetooth_btlinux.te8 # allow the HAL to call cccdktimesync registered callbacks
Dhal_wifi_ext.te1 # Allow wifi_ext to report callbacks to gril-service app
/device/google/atv/audio_proxy/interfaces/5.1/
DIAudioProxyStreamOut.hal17 * @param listener the listener to receive the event callbacks.
/device/google/coral-sepolicy/vendor/qcom/common/
Dhal_wifi_ext.te18 # Allow wifi_ext to report callbacks to gril-service app
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
DGoldfishVPX.h44 const OMX_CALLBACKTYPE* callbacks,
/device/google/sunfish-sepolicy/vendor/google/
Dhal_wifi_ext.te28 # Allow wifi_ext to report callbacks to gril-service app
/device/google/gs-common/battery_mitigation/sepolicy/vendor/
Dbattery_mitigation.te30 # Allow battery_mitigation to use Binder IPC so that service manager can notify it for callbacks
/device/google/redbull-sepolicy/vendor/google/
Dhal_wifi_ext.te27 # Allow wifi_ext to report callbacks to gril-service app

12