/aosp12/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/ |
H A D | CborUtilsTest.java | 175 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testParseGeekResponseFakeData() local 204 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testExtraDeviceConfigEntriesDontFail() local 231 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testMissingDeviceConfigDoesntFail() local 260 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testMissingDeviceConfigEntriesDoesntFail() local
|
/aosp12/hardware/st/secure_element2/secure_element/1.0/ |
H A D | SecureElement.cpp | 164 uint8_t *resp; in transmit() local 220 uint8_t *resp; in openLogicalChannel() local 356 uint8_t *resp; in openBasicChannel() local 432 uint8_t *resp; in closeChannel() local 538 SecureElement::run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verb… in run_apdu()
|
/aosp12/hardware/st/secure_element2/secure_element/1.1/ |
H A D | SecureElement.cpp | 192 uint8_t *resp; in transmit() local 253 uint8_t *resp; in openLogicalChannel() local 389 uint8_t *resp; in openBasicChannel() local 470 uint8_t *resp; in closeChannel() local 576 SecureElement::run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verb… in run_apdu()
|
/aosp12/hardware/st/secure_element2/secure_element/1.2/ |
H A D | SecureElement.cpp | 197 uint8_t *resp; in transmit() local 258 uint8_t *resp; in openLogicalChannel() local 394 uint8_t *resp; in openBasicChannel() local 475 uint8_t *resp; in closeChannel() local 581 SecureElement::run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verb… in run_apdu()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | DownloadManagerFunctionalTest.java | 274 final MockResponse resp = buildResponse(HTTP_REDIRECT); in testErrorTooManyRedirects() local 298 final MockResponse resp = buildResponse(HTTP_REDIRECT); in testRelativeRedirect() local 404 final MockResponse resp = buildResponse(HTTP_OK, blobData); in testServerDropConnection_body() local
|
/aosp12/system/bt/btif/src/ |
H A D | btif_a2dp_audio_interface.cc | 171 static Status mapToStatus(uint8_t resp) { in mapToStatus() 377 uint8_t resp; in btif_a2dp_audio_send_start_req() local 390 uint8_t resp; in btif_a2dp_audio_send_suspend_req() local
|
/aosp12/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/ |
H A D | PeriodicProvisioner.java | 115 GeekResponse resp = null; in run() local 180 private boolean checkGeekResp(GeekResponse resp) { in checkGeekResp()
|
H A D | CborUtils.java | 137 private static boolean parseDeviceConfig(GeekResponse resp, DataItem deviceConfig) { in parseDeviceConfig() 176 GeekResponse resp = new GeekResponse(); in parseGeekResponse() local
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 106 std::string resp; in PartitionHash() local 396 std::string resp; in TEST_F() local 523 std::string resp; in TEST_F() local 706 std::string resp; in TEST_F() local 719 std::string resp; in TEST_F() local 732 std::string resp; in TEST_F() local 756 std::string resp; in TEST_F() local 793 std::string resp; in TEST_F() local 810 std::string resp; in TEST_F() local 990 std::string resp; in TEST_F() local [all …]
|
/aosp12/hardware/qcom/keymaster/ |
H A D | keymaster_qcom.cpp | 338 keymaster_gen_keypair_resp_t *resp = NULL; in qcom_km_generate_keypair() local 420 keymaster_import_keypair_resp_t *resp = NULL; in qcom_km_import_keypair() local 501 keymaster_sign_data_resp_t *resp = NULL; in qcom_km_sign_data() local 600 keymaster_verify_data_resp_t *resp = NULL; in qcom_km_verify_data() local
|
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
H A D | libse-gto.c | 180 se_gto_apdu_transmit(struct se_gto_ctx *ctx, const void *apdu, int n, void *resp, int r) in se_gto_apdu_transmit() 247 unsigned char resp[258] = {0,}; in gtoSPI_checkAlive() local
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhone.java | 1131 Message resp; in getOutgoingCallerIdDisplay() local 1146 Message resp; in setOutgoingCallerIdDisplay() local 1162 Message resp; in queryCLIP() local 1189 Message resp; in getCallForwardingOption() local 1228 Message resp; in setCallForwardingOption() local 1240 resp); in setCallForwardingOption() local 1253 Message resp; in getCallWaiting() local 1281 Message resp; in setCallWaiting() local 1329 Message resp; in getCallBarring() local 1355 Message resp; in setCallBarring() local [all …]
|
/aosp12/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
H A D | ChreTestUtil.java | 100 ContextHubTransaction.Response<Void> resp = null; in loadNanoApp() local 131 ContextHubTransaction.Response<Void> resp = null; in unloadNanoApp() local
|
/aosp12/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 44 GpsUserResponseType resp; member
|
/aosp12/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 44 GpsUserResponseType resp; member
|
/aosp12/system/core/trusty/coverage/ |
H A D | coverage.cpp | 81 Result<void> CoverageRecord::Rpc(coverage_client_req* req, int req_fd, coverage_client_resp* resp) { in Rpc() 118 coverage_client_resp resp; in Open() local
|
/aosp12/system/core/trusty/metrics/ |
H A D | metrics.cpp | 123 metrics_resp resp = { in HandleEvent() local
|
/aosp12/system/chre/platform/slpi/see/ |
H A D | sns_qmi_client.c | 122 sns_client_resp_msg_v01 *resp = resp_c_struct; in client_resp_cb() local 231 void *resp; in sns_client_send() local
|
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 46 GpsUserResponseType resp; member
|
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 46 GpsUserResponseType resp; member
|
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 46 GpsUserResponseType resp; member
|
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 46 GpsUserResponseType resp; member
|
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 46 GpsUserResponseType resp; member
|
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 46 GpsUserResponseType resp; member
|
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/ |
H A D | loc_eng_ni.h | 46 GpsUserResponseType resp; member
|