/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/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/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/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.1/ |
D | IRadioConfig.hal | 34 * 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/1.1/ |
D | IRadio.hal | 27 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/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/radio/1.4/ |
D | IRadio.hal | 36 * serial to different methods), multiple responses (one for each method call) must still be served.
|
D | types.hal | 1683 /** Unique session value defined by fr amework returned in all "responses/unslo". */
|
/hardware/interfaces/audio/6.0/ |
D | types.hal | 210 /** Vector with ordered frequency responses (from low to high frequencies)
|
/hardware/interfaces/audio/7.0/ |
D | types.hal | 224 * Vector with ordered frequency responses (from low to high frequencies)
|
/hardware/interfaces/radio/1.5/ |
D | IRadio.hal | 37 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 158 * @param cmd SAT/USAT commands or responses
|
D | IRadio.hal | 27 * serial to different methods), multiple responses (one for each method call) must still be served. 403 * Arguments and responses that are unused for certain
|
D | types.hal | 1845 // all "responses/unsol"
|
/hardware/interfaces/radio/1.6/ |
D | IRadio.hal | 38 * serial to different methods), multiple responses (one for each method call) must still be served.
|
/hardware/interfaces/audio/common/6.0/ |
D | types.hal | 847 * Usage value to use for audio responses to user queries, audio
|
/hardware/interfaces/wifi/1.0/ |
D | types.hal | 296 * Forward scan results (beacons/probe responses + IEs) in real time to HAL,
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 4834 * This id can be used by the Android system to map responses sent by the HAL, and vice-versa.
|