Home
last modified time | relevance | path

Searched refs:appData (Results 1 – 14 of 14) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp59 OMX_PTR appData, in GoldfishVPX() argument
71 appData, in GoldfishVPX()
502 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createGoldfishOMXComponent() argument
508 appData, component, RenderMode::RENDER_BY_HOST_GPU); in createGoldfishOMXComponent()
513 appData, component, RenderMode::RENDER_BY_HOST_GPU); in createGoldfishOMXComponent()
518 appData, component, RenderMode::RENDER_BY_GUEST_CPU); in createGoldfishOMXComponent()
523 appData, component, RenderMode::RENDER_BY_GUEST_CPU); in createGoldfishOMXComponent()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp75 OMX_PTR appData, in GoldfishAVCDec() argument
81 appData, component), 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.cpp127 OMX_PTR appData, in makeComponentInstance() argument
172 (*createGoldfishOMXComponent)(name, callbacks, appData, component); in makeComponentInstance()
DGoldfishOMXComponent.cpp30 OMX_PTR appData, in GoldfishOMXComponent() argument
42 mComponent->pApplicationPrivate = appData; in GoldfishOMXComponent()
DGoldfishOMXPlugin.h32 OMX_PTR appData,
DGoldfishVideoDecoderOMXComponent.cpp52 OMX_PTR appData, in GoldfishVideoDecoderOMXComponent() argument
54 : SimpleGoldfishOMXComponent(name, callbacks, appData, component), in GoldfishVideoDecoderOMXComponent()
DSimpleGoldfishOMXComponent.cpp31 OMX_PTR appData, in SimpleGoldfishOMXComponent() argument
33 : GoldfishOMXComponent(name, callbacks, appData, component), in SimpleGoldfishOMXComponent()
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_device.cpp427 const std::vector<uint8_t>& appId, const std::vector<uint8_t>& appData, in getKeyCharacteristics() argument
431 addClientAndAppData(appId, appData, &request.additional_params); in getKeyCharacteristics()
Dremote_keymint_device.h82 const std::vector<uint8_t>& appId, const std::vector<uint8_t>& appData,
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/
DGoldfishVPX.h45 OMX_PTR appData,
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/
DGoldfishAVCDec.h58 OMX_PTR appData, OMX_COMPONENTTYPE **component, RenderMode renderMode);
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/
DGoldfishVideoDecoderOMXComponent.h46 OMX_PTR appData,
DSimpleGoldfishOMXComponent.h43 OMX_PTR appData,
DGoldfishOMXComponent.h33 OMX_PTR appData,