/hardware/interfaces/security/sharedsecret/aidl/vts/functional/ |
D | SharedSecretAidlTest.cpp | 94 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/ |
D | HmacKeySharingTest.cpp | 106 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/ |
D | IVehicleCallback.aidl | 37 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/ |
D | IVehicleCallback.aidl | 37 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/ |
D | IVehicleCallback.aidl | 37 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/ |
D | IVehicleCallback.aidl | 37 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/ |
D | IVehicleCallback.aidl | 46 oneway void onGetValues(in GetValueResults responses); in onGetValues() argument 61 oneway void onSetValues(in SetValueResults responses); in onSetValues() argument
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 603 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/ |
D | IGnssNiCallback.hal | 46 * GNSS NI responses, used to define the response in 72 * responses.
|
D | IGnssNi.hal | 36 * framework responses.
|
/hardware/interfaces/uwb/aidl/android/hardware/uwb/fira_android/ |
D | README.md | 7 - Android specific GIDs/OIDs for commands/responses/notifications.
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/ |
D | MockVehicleHardware.cpp | 209 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()
|
D | MockVehicleHardware.h | 75 responses); 78 responses);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_GOOGLE_surfaceless_query.adoc | 41 ** Precisions to which parts of the query responses are defined when
|
/hardware/interfaces/radio/config/1.3/ |
D | IRadioConfig.hal | 22 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/test/ |
D | TestWakeupClientServiceImplUnitTest.cpp | 191 auto responses = getRemoteTaskResponses(); in TEST_F() local 192 for (const auto& response : responses) { in TEST_F()
|
/hardware/interfaces/radio/1.3/ |
D | IRadio.hal | 30 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/hardware/interfaces/radio/config/1.0/ |
D | IRadioConfig.hal | 28 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/hardware/interfaces/radio/config/1.1/ |
D | IRadioConfig.hal | 34 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/hardware/interfaces/radio/1.1/ |
D | IRadio.hal | 27 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaIface.hal | 63 * is established and PMF is enabled, to avoid spoofing preassociation ANQP responses.
|
/hardware/interfaces/audio/5.0/ |
D | types.hal | 210 /** Vector with ordered frequency responses (from low to high frequencies)
|
/hardware/interfaces/audio/4.0/ |
D | types.hal | 266 /** Vector with ordered frequency responses (from low to high frequencies)
|
/hardware/interfaces/radio/1.2/ |
D | IRadio.hal | 29 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 210 /** Vector with ordered frequency responses (from low to high frequencies)
|