Home
last modified time | relevance | path

Searched defs:resp (Results 1 – 13 of 13) sorted by relevance

/system/keymint/hal/src/
Dtests.rs94 let mut resp = vec![NEXT_MESSAGE_SIGNAL_TRUE]; in test_extract_rsp_true_marker() localVariable
103 let mut resp = vec![NEXT_MESSAGE_SIGNAL_FALSE]; in test_extract_rsp_false_marker() localVariable
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp106 std::string resp; in PartitionHash() local
396 std::string resp; in TEST_F() local
428 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
[all …]
Dfixtures.cpp237 std::string resp; in SetLockState() local
/system/core/trusty/metrics/
Dmetrics.cpp123 metrics_resp resp = { in HandleEvent() local
/system/core/trusty/coverage/
Dcoverage.cpp81 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
/system/chre/java/test/utils/src/com/google/android/utils/chre/
DChreTestUtil.java103 ContextHubTransaction.Response<Void> resp = null; in loadNanoApp() local
134 ContextHubTransaction.Response<Void> resp = null; in unloadNanoApp() local
/system/chre/platform/slpi/see/
Dsns_qmi_client.c122 sns_client_resp_msg_v01 *resp = resp_c_struct; in client_resp_cb() local
231 void *resp; in sns_client_send() local
/system/core/trusty/storage/proxy/
Dstorage.c254 struct storage_file_open_resp resp = {0}; in storage_file_open() local
503 struct storage_file_get_size_resp resp = {0}; in storage_file_get_size() local
565 struct storage_file_get_max_size_resp resp = {0}; in storage_file_get_max_size() local
/system/core/trusty/apploader/fuzz/
Dapp_fuzzer.cpp78 apploader_resp resp; in SendLoadMsg() local
/system/core/trusty/utils/acvp/
Dtrusty_modulewrapper.cpp154 struct acvp_resp resp; in ForwardResponse() local
/system/core/trusty/apploader/
Dapploader.cpp182 struct apploader_resp resp; in read_response() local
/system/extras/simpleperf/
DETMDecoder.cpp60 static bool IsRespError(ocsd_datapath_resp_t resp) { in IsRespError()
168 auto resp = callback->ProcessPacket(trace_id_, op, index_sop, pkt); in PacketDataIn() local
380 auto resp = in TraceElemIn() local
739 auto resp = decoder.TraceDataIn(OCSD_OP_RESET, data_index_, 0, nullptr, nullptr); in ProcessData() local
749 auto resp = decoder.TraceDataIn(OCSD_OP_DATA, data_index_, left_size, data, &processed); in ProcessData() local
/system/core/trusty/utils/rpmb_dev/
Drpmb_dev.c237 uint16_t resp; member