Home
last modified time | relevance | path

Searched refs:app_data (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/media/msm8996/mm-core/inc/
Dqc_omx_component.h129 OMX_PTR app_data,
139 OMX_PTR app_data,
162 OMX_PTR app_data)=0;
173 OMX_PTR app_data,
/hardware/qcom/sdm845/media/mm-core/inc/
Dqc_omx_component.h129 OMX_PTR app_data,
139 OMX_PTR app_data,
162 OMX_PTR app_data)=0;
173 OMX_PTR app_data,
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
Dqc_omx_component.h129 OMX_PTR app_data,
139 OMX_PTR app_data,
162 OMX_PTR app_data)=0;
173 OMX_PTR app_data,
/hardware/qcom/media/msm8998/mm-core/inc/
Dqc_omx_component.h129 OMX_PTR app_data,
139 OMX_PTR app_data,
162 OMX_PTR app_data)=0;
173 OMX_PTR app_data,
/hardware/qcom/sm8150/media/mm-core/inc/
Dqc_omx_component.h129 OMX_PTR app_data,
139 OMX_PTR app_data,
162 OMX_PTR app_data)=0;
173 OMX_PTR app_data,
/hardware/qcom/media/msm8974/mm-core/inc/
Dqc_omx_component.h129 OMX_PTR app_data,
139 OMX_PTR app_data,
162 OMX_PTR app_data)=0;
173 OMX_PTR app_data,
/hardware/libhardware/include/hardware/
Dkeymaster2.h142 const keymaster_blob_t* app_data,
217 const keymaster_blob_t* app_data,
Dkeymaster1.h312 const keymaster_blob_t* app_data,
381 const keymaster_blob_t* app_data,
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp145 const HidlBuf& client_id, const HidlBuf& app_data, in ExportKey() argument
149 ->exportKey(format, key_blob, client_id, app_data, in ExportKey()
163 HidlBuf client_id, app_data; in ExportKey() local
164 return ExportKey(format, key_blob_, client_id, app_data, key_material); in ExportKey()
193 const HidlBuf& app_data, in CheckGetCharacteristics() argument
197 GetCharacteristics(key_blob, client_id, app_data, key_characteristics)); in CheckGetCharacteristics()
204 GetCharacteristics(key_blob, empty_buf, app_data, key_characteristics)); in CheckGetCharacteristics()
220 const HidlBuf& app_data, in GetCharacteristics() argument
226 key_blob, client_id, app_data, in GetCharacteristics()
236 HidlBuf client_id, app_data; in GetCharacteristics() local
[all …]
DKeymasterHidlTest.h114 const HidlBuf& app_data, HidlBuf* key_material);
126 const HidlBuf& app_data, KeyCharacteristics* key_characteristics);
128 const HidlBuf& app_data, KeyCharacteristics* key_characteristics);
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp511 const HidlBuf& app_data, HidlBuf* key_material) { in ExportKey() argument
515 ->exportKey(format, key_blob, client_id, app_data, in ExportKey()
529 HidlBuf client_id, app_data; in ExportKey() local
530 return ExportKey(format, key_blob_, client_id, app_data, key_material); in ExportKey()
557 const HidlBuf& app_data, KeyCharacteristics* key_characteristics) { in GetCharacteristics() argument
562 key_blob, client_id, app_data, in GetCharacteristics()
571 HidlBuf client_id, app_data; in GetCharacteristics() local
572 return GetCharacteristics(key_blob, client_id, app_data, key_characteristics); in GetCharacteristics()