Home
last modified time | relevance | path

Searched defs:responses (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/3/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl37 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()
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/2/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl37 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()
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl46 oneway void onGetValues(in GetValueResults responses); in onGetValues()
61 oneway void onSetValues(in SetValueResults responses); in onSetValues()
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/current/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl37 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()
/hardware/interfaces/automotive/vehicle/aidl/aidl_api/android.hardware.automotive.vehicle/1/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl37 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()
/hardware/interfaces/security/sharedsecret/aidl/vts/functional/
DSharedSecretAidlTest.cpp94 void verifyResponses(const vector<uint8_t>& expected, const vector<ComputeResult>& responses) { in verifyResponses()
170 auto responses = computeAllSharedSecrets(params); in TEST_F() local
212 auto responses = computeAllSharedSecrets(params); in TEST_F() local
252 auto responses = computeAllSharedSecrets(params); in TEST_F() local
296 auto responses = computeAllSharedSecrets(params); in TEST_F() local
338 auto responses = computeAllSharedSecrets(params); in TEST_F() local
/hardware/interfaces/keymaster/4.0/vts/functional/
DHmacKeySharingTest.cpp106 void verifyResponses(const HidlBuf& expected, const std::vector<ComputeHmacResult>& responses) { in verifyResponses()
143 auto responses = computeSharedHmac(allKeymasters(), params); in TEST_P() local
187 auto responses = computeSharedHmac(allKeymasters(), params); in TEST_P() local
227 auto responses = computeSharedHmac(allKeymasters(), params); in TEST_P() local
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.cpp209 void MockVehicleHardware::addGetValueResponses(const std::vector<GetValueResult>& responses) { in addGetValueResponses()
214 void MockVehicleHardware::addSetValueResponses(const std::vector<SetValueResult>& responses) { in addSetValueResponses()
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
DTestWakeupClientServiceImplUnitTest.cpp191 auto responses = getRemoteTaskResponses(); in TEST_F() local
/hardware/ril/reference-ril/
Dreference-ril.c603 RIL_Data_Call_Response_v11 *responses = in requestOrSendDataCallList() local