/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | GoldfishVPX.cpp | 59 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/ |
D | GoldfishAVCDec.cpp | 75 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/ |
D | GoldfishOMXPlugin.cpp | 127 OMX_PTR appData, in makeComponentInstance() argument 172 (*createGoldfishOMXComponent)(name, callbacks, appData, component); in makeComponentInstance()
|
D | GoldfishOMXComponent.cpp | 30 OMX_PTR appData, in GoldfishOMXComponent() argument 42 mComponent->pApplicationPrivate = appData; in GoldfishOMXComponent()
|
D | GoldfishOMXPlugin.h | 32 OMX_PTR appData,
|
D | GoldfishVideoDecoderOMXComponent.cpp | 52 OMX_PTR appData, in GoldfishVideoDecoderOMXComponent() argument 54 : SimpleGoldfishOMXComponent(name, callbacks, appData, component), in GoldfishVideoDecoderOMXComponent()
|
D | SimpleGoldfishOMXComponent.cpp | 31 OMX_PTR appData, in SimpleGoldfishOMXComponent() argument 33 : GoldfishOMXComponent(name, callbacks, appData, component), in SimpleGoldfishOMXComponent()
|
/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymint_device.cpp | 427 const std::vector<uint8_t>& appId, const std::vector<uint8_t>& appData, in getKeyCharacteristics() argument 431 addClientAndAppData(appId, appData, &request.additional_params); in getKeyCharacteristics()
|
D | remote_keymint_device.h | 82 const std::vector<uint8_t>& appId, const std::vector<uint8_t>& appData,
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/include/ |
D | GoldfishVPX.h | 45 OMX_PTR appData,
|
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/include/ |
D | GoldfishAVCDec.h | 58 OMX_PTR appData, OMX_COMPONENTTYPE **component, RenderMode renderMode);
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/ |
D | GoldfishVideoDecoderOMXComponent.h | 46 OMX_PTR appData,
|
D | SimpleGoldfishOMXComponent.h | 43 OMX_PTR appData,
|
D | GoldfishOMXComponent.h | 33 OMX_PTR appData,
|