Searched refs:hidl_params_to_map (Results 1 – 4 of 4) sorted by relevance
55 ErrorCode hidl_params_to_map(const hidl_vec<KeyParameter>& params,
649 if (hidl_params_to_map(attestParams, &attest_tag_map) != ErrorCode::OK) { in attestKey()688 if (hidl_params_to_map(characteristics.softwareEnforced, in attestKey()1011 if (hidl_params_to_map(inParams, &tag_map) != ErrorCode::OK) { in begin()
306 error = hidl_params_to_map(params, &tag_map); in import_key_request()
773 ErrorCode hidl_params_to_map(const hidl_vec<KeyParameter>& params, in hidl_params_to_map() function