Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp60 OMX_PTR appData, in GoldfishVPX() argument
72 appData, in GoldfishVPX()
503 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createGoldfishOMXComponent() argument
509 appData, component, RenderMode::RENDER_BY_HOST_GPU); in createGoldfishOMXComponent()
514 appData, component, RenderMode::RENDER_BY_HOST_GPU); in createGoldfishOMXComponent()
519 appData, component, RenderMode::RENDER_BY_GUEST_CPU); in createGoldfishOMXComponent()
524 appData, component, RenderMode::RENDER_BY_GUEST_CPU); in createGoldfishOMXComponent()
DGoldfishVPX.h45 OMX_PTR appData,
/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp251 void addClientAndAppData(const hidl_vec<uint8_t>& clientId, const hidl_vec<uint8_t>& appData, in addClientAndAppData() argument
257 if (appData.size()) { in addClientAndAppData()
258 params->push_back(::keymaster::TAG_APPLICATION_DATA, appData.data(), appData.size()); in addClientAndAppData()
370 const hidl_vec<uint8_t>& appData, in getKeyCharacteristics() argument
374 addClientAndAppData(clientId, appData, &request.additional_params); in getKeyCharacteristics()
440 const hidl_vec<uint8_t>& appData, in exportKey() argument
445 addClientAndAppData(clientId, appData, &request.additional_params); in exportKey()
Dremote_keymaster4_device.h66 const hidl_vec<uint8_t>& appData,
77 const hidl_vec<uint8_t>& clientId, const hidl_vec<uint8_t>& appData,
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp76 OMX_PTR appData, in GoldfishAVCDec() argument
82 appData, component), in GoldfishAVCDec()
633 const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, in createGoldfishOMXComponent() argument
636 …return new android::GoldfishAVCDec(name, callbacks, appData, component, RenderMode::RENDER_BY_HOST… in createGoldfishOMXComponent()
638 …return new android::GoldfishAVCDec(name, callbacks, appData, component, RenderMode::RENDER_BY_GUES… in createGoldfishOMXComponent()
DGoldfishAVCDec.h58 OMX_PTR appData, OMX_COMPONENTTYPE **component, RenderMode renderMode);
/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,
DSimpleGoldfishOMXComponent.h43 OMX_PTR appData,
DGoldfishVideoDecoderOMXComponent.h46 OMX_PTR appData,
DGoldfishOMXComponent.h33 OMX_PTR appData,
DSimpleGoldfishOMXComponent.cpp31 OMX_PTR appData, in SimpleGoldfishOMXComponent() argument
33 : GoldfishOMXComponent(name, callbacks, appData, component), in SimpleGoldfishOMXComponent()
DGoldfishVideoDecoderOMXComponent.cpp52 OMX_PTR appData, in GoldfishVideoDecoderOMXComponent() argument
54 : SimpleGoldfishOMXComponent(name, callbacks, appData, component), in GoldfishVideoDecoderOMXComponent()
/device/google/cuttlefish/guest/hals/keymint/remote/
Dremote_keymint_device.cpp426 const std::vector<uint8_t>& appId, const std::vector<uint8_t>& appData, in getKeyCharacteristics() argument
430 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/vulkan-cereal/protocols/vulkan/chapters/
Ddescriptorsets.txt4246 AppDataStructure appData;
4248 // fill appData here or cache it in your engine
4249 vkUpdateDescriptorSetWithTemplate(myDevice, myDescriptorSet, myDescriptorUpdateTemplate, &appData);
4578 AppDataStructure appData;
4579 // fill appData here or cache it in your engine
4580 …escriptorSetWithTemplateKHR(myCmdBuffer, myDescriptorUpdateTemplate, myPipelineLayout, 0,&appData);