Home
last modified time | relevance | path

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

/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/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/sm7250/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/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/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/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/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/libhardware/include/hardware/
Dkeymaster2.h142 const keymaster_blob_t* app_data,
217 const keymaster_blob_t* app_data,
/hardware/interfaces/keymaster/4.0/vts/functional/
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/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.cpp358 const vector<uint8_t>& app_data, in GetCharacteristics() argument
361 keymint_->getKeyCharacteristics(key_blob, app_id, app_data, key_characteristics); in GetCharacteristics()
394 vector<uint8_t> app_data(app_data_string.begin(), app_data_string.end()); in CheckAppIdCharacteristics() local
396 ASSERT_EQ(ErrorCode::OK, GetCharacteristics(key_blob, app_id, app_data, &retrieved)); in CheckAppIdCharacteristics()
403 GetCharacteristics(key_blob, empty, app_data, &not_retrieved)); in CheckAppIdCharacteristics()
DKeyMintAidlTestBase.h114 const vector<uint8_t>& app_data,
/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()