Searched defs:responses (Results 1 – 10 of 10) sorted by relevance
37 oneway void onGetValues(in android.hardware.automotive.vehicle.GetValueResults responses); in onGetValues()38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues()
46 oneway void onGetValues(in GetValueResults responses); in onGetValues()61 oneway void onSetValues(in SetValueResults responses); in onSetValues()
94 void verifyResponses(const vector<uint8_t>& expected, const vector<ComputeResult>& responses) { in verifyResponses()170 auto responses = computeAllSharedSecrets(params); in TEST_F() local212 auto responses = computeAllSharedSecrets(params); in TEST_F() local252 auto responses = computeAllSharedSecrets(params); in TEST_F() local296 auto responses = computeAllSharedSecrets(params); in TEST_F() local338 auto responses = computeAllSharedSecrets(params); in TEST_F() local
106 void verifyResponses(const HidlBuf& expected, const std::vector<ComputeHmacResult>& responses) { in verifyResponses()143 auto responses = computeSharedHmac(allKeymasters(), params); in TEST_P() local187 auto responses = computeSharedHmac(allKeymasters(), params); in TEST_P() local227 auto responses = computeSharedHmac(allKeymasters(), params); in TEST_P() local
209 void MockVehicleHardware::addGetValueResponses(const std::vector<GetValueResult>& responses) { in addGetValueResponses()214 void MockVehicleHardware::addSetValueResponses(const std::vector<SetValueResult>& responses) { in addSetValueResponses()
191 auto responses = getRemoteTaskResponses(); in TEST_F() local
603 RIL_Data_Call_Response_v11 *responses = in requestOrSendDataCallList() local