Home
last modified time | relevance | path

Searched refs:responses (Results 1 – 25 of 37) sorted by relevance

12

/hardware/interfaces/security/sharedsecret/aidl/vts/functional/
DSharedSecretAidlTest.cpp94 void verifyResponses(const vector<uint8_t>& expected, const vector<ComputeResult>& responses) { in verifyResponses() argument
95 for (auto& response : responses) { in verifyResponses()
170 auto responses = computeAllSharedSecrets(params); in TEST_F() local
171 ASSERT_GT(responses.size(), 0U); in TEST_F()
172 verifyResponses(responses[0].sharing_check, responses); in TEST_F()
179 responses = computeAllSharedSecrets(params); in TEST_F()
180 ASSERT_GT(responses.size(), 0U); in TEST_F()
181 ASSERT_EQ(32U, responses[0].sharing_check.size()); in TEST_F()
182 verifyResponses(responses[0].sharing_check, responses); in TEST_F()
212 auto responses = computeAllSharedSecrets(params); in TEST_F() local
[all …]
/hardware/interfaces/keymaster/4.0/vts/functional/
DHmacKeySharingTest.cpp106 void verifyResponses(const HidlBuf& expected, const std::vector<ComputeHmacResult>& responses) { in verifyResponses() argument
107 for (auto& response : responses) { in verifyResponses()
143 auto responses = computeSharedHmac(allKeymasters(), params); in TEST_P() local
144 ASSERT_GT(responses.size(), 0U); in TEST_P()
145 verifyResponses(responses[0].sharing_check, responses); in TEST_P()
152 responses = computeSharedHmac(allKeymasters(), params); in TEST_P()
153 ASSERT_GT(responses.size(), 0U); in TEST_P()
154 ASSERT_EQ(32U, responses[0].sharing_check.size()); in TEST_P()
155 verifyResponses(responses[0].sharing_check, responses); in TEST_P()
187 auto responses = computeSharedHmac(allKeymasters(), params); in TEST_P() local
[all …]
/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() argument
38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() argument
/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() argument
38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() argument
/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() argument
38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() argument
/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() argument
38 oneway void onSetValues(in android.hardware.automotive.vehicle.SetValueResults responses); in onSetValues() argument
/hardware/interfaces/automotive/vehicle/aidl/android/hardware/automotive/vehicle/
DIVehicleCallback.aidl46 oneway void onGetValues(in GetValueResults responses); in onGetValues() argument
61 oneway void onSetValues(in SetValueResults responses); in onSetValues() argument
/hardware/ril/reference-ril/
Dreference-ril.c603 RIL_Data_Call_Response_v11 *responses = in requestOrSendDataCallList() local
608 responses[i].status = -1; in requestOrSendDataCallList()
609 responses[i].suggestedRetryTime = -1; in requestOrSendDataCallList()
610 responses[i].cid = -1; in requestOrSendDataCallList()
611 responses[i].active = -1; in requestOrSendDataCallList()
612 responses[i].type = ""; in requestOrSendDataCallList()
613 responses[i].ifname = ""; in requestOrSendDataCallList()
614 responses[i].addresses = ""; in requestOrSendDataCallList()
615 responses[i].dnses = ""; in requestOrSendDataCallList()
616 responses[i].gateways = ""; in requestOrSendDataCallList()
[all …]
/hardware/interfaces/gnss/1.0/
DIGnssNiCallback.hal46 * GNSS NI responses, used to define the response in
72 * responses.
DIGnssNi.hal36 * framework responses.
/hardware/interfaces/uwb/aidl/android/hardware/uwb/fira_android/
DREADME.md7 - Android specific GIDs/OIDs for commands/responses/notifications.
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DMockVehicleHardware.cpp209 void MockVehicleHardware::addGetValueResponses(const std::vector<GetValueResult>& responses) { in addGetValueResponses() argument
211 mGetValueResponses.push_back(responses); in addGetValueResponses()
214 void MockVehicleHardware::addSetValueResponses(const std::vector<SetValueResult>& responses) { in addSetValueResponses() argument
216 mSetValueResponses.push_back(responses); in addSetValueResponses()
DMockVehicleHardware.h75 responses);
78 responses);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_GOOGLE_surfaceless_query.adoc41 ** Precisions to which parts of the query responses are defined when
/hardware/interfaces/radio/config/1.3/
DIRadioConfig.hal22 * serial to different methods), multiple responses (one for each method call) must still be served.
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/
DTestWakeupClientServiceImplUnitTest.cpp191 auto responses = getRemoteTaskResponses(); in TEST_F() local
192 for (const auto& response : responses) { in TEST_F()
/hardware/interfaces/radio/1.3/
DIRadio.hal30 * serial to different methods), multiple responses (one for each method call) must still be served.
/hardware/interfaces/radio/config/1.0/
DIRadioConfig.hal28 * serial to different methods), multiple responses (one for each method call) must still be served.
/hardware/interfaces/radio/config/1.1/
DIRadioConfig.hal34 * serial to different methods), multiple responses (one for each method call) must still be served.
/hardware/interfaces/radio/1.1/
DIRadio.hal27 * serial to different methods), multiple responses (one for each method call) must still be served.
/hardware/interfaces/wifi/supplicant/1.4/
DISupplicantStaIface.hal63 * is established and PMF is enabled, to avoid spoofing preassociation ANQP responses.
/hardware/interfaces/audio/5.0/
Dtypes.hal210 /** Vector with ordered frequency responses (from low to high frequencies)
/hardware/interfaces/audio/4.0/
Dtypes.hal266 /** Vector with ordered frequency responses (from low to high frequencies)
/hardware/interfaces/radio/1.2/
DIRadio.hal29 * serial to different methods), multiple responses (one for each method call) must still be served.
/hardware/interfaces/audio/6.0/
Dtypes.hal210 /** Vector with ordered frequency responses (from low to high frequencies)

12