Searched refs:hidl_out_params (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 250 const hidl_vec<KeyParameter>& hidl_out_params, in Begin() 253 out_params->push_back(AuthorizationSet(hidl_out_params)); in Begin() 278 const hidl_vec<KeyParameter>& hidl_out_params, in ProcessMessage() 281 out_params->push_back(AuthorizationSet(hidl_out_params)); in ProcessMessage() 297 const hidl_vec<KeyParameter>& hidl_out_params, in ProcessMessage() argument 300 out_params->push_back(AuthorizationSet(hidl_out_params)); in ProcessMessage()
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 255 [&](ErrorCode hidl_error, const hidl_vec<KeyParameter>& hidl_out_params, in Begin() 258 *out_params = hidl_out_params; in Begin() 293 const hidl_vec<KeyParameter>& hidl_out_params, in Update() 296 out_params->push_back(AuthorizationSet(hidl_out_params)); in Update() 322 [&](ErrorCode hidl_error, const hidl_vec<KeyParameter>& hidl_out_params, in Finish() 325 *out_params = hidl_out_params; in Finish()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 583 [&](ErrorCode hidl_error, const hidl_vec<KeyParameter>& hidl_out_params, in Begin() 586 *out_params = hidl_out_params; in Begin() 620 const hidl_vec<KeyParameter>& hidl_out_params, in Update() 623 out_params->push_back(AuthorizationSet(hidl_out_params)); in Update() 648 [&](ErrorCode hidl_error, const hidl_vec<KeyParameter>& hidl_out_params, in Finish() 651 *out_params = hidl_out_params; in Finish()
|