Home
last modified time | relevance | path

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

/system/libsysprop/srcs/android/sysprop/
DCarProperties.sysprop54 # Timeout (in ms) waiting for Vehicle HAL responses for user management requests.
63 # Timeout (in ms) waiting for Device Policy Manager responses for user management requests.
/system/keymaster/tests/
Dandroid_keymaster_test.cpp4045 ResponseVec responses; in ComputeSharedHmac() local
4047 responses.push_back(keymaster->ComputeSharedHmac(req)); in ComputeSharedHmac()
4050 return responses; in ComputeSharedHmac()
4053 bool VerifyResponses(const ByteString& expected, const ResponseVec& responses) { in VerifyResponses() argument
4054 for (auto& response : responses) { in VerifyResponses()
4101 auto responses = ComputeSharedHmac(keymasters, params); in TEST_F() local
4102 ASSERT_EQ(keymaster_count, responses.size()); in TEST_F()
4104 ASSERT_TRUE(VerifyResponses(ToByteString(responses[0].sharing_check), responses)); in TEST_F()
4117 auto responses = ComputeSharedHmac(keymasters, params); in TEST_F() local
4118 ASSERT_EQ(keymaster_count, responses.size()); in TEST_F()
[all …]
/system/chre/chpp/
DRELEASE_NOTES.md68 - Client-side handling of close responses
111 - Correct responses generated at clients when async requests fail at services
172 - Enforced error code requirements on service responses
DREADME.md198 CHPP has an 8-bit transaction ID for out-of-order responses which is optional for clients, and mand…
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc685 std::vector<bluetooth::hci::InquiryResult> responses; in IncomingInquiryResponsePacket() local
686 responses.emplace_back(); in IncomingInquiryResponsePacket()
687 responses.back().bd_addr_ = inquiry_response.GetSourceAddress(); in IncomingInquiryResponsePacket()
688 responses.back().page_scan_repetition_mode_ = page_scan_repetition_mode; in IncomingInquiryResponsePacket()
689 responses.back().class_of_device_ = inquiry_response.GetClassOfDevice(); in IncomingInquiryResponsePacket()
690 responses.back().clock_offset_ = inquiry_response.GetClockOffset(); in IncomingInquiryResponsePacket()
691 auto packet = bluetooth::hci::InquiryResultBuilder::Create(responses); in IncomingInquiryResponsePacket()
705 std::vector<bluetooth::hci::InquiryResultWithRssi> responses; in IncomingInquiryResponsePacket() local
706 responses.emplace_back(); in IncomingInquiryResponsePacket()
707 responses.back().address_ = inquiry_response.GetSourceAddress(); in IncomingInquiryResponsePacket()
[all …]
/system/bt/doc/
Dpower_management.md80 and also registers `bta_dm_pm_btm_cback` with the btm module to handle responses
149 responses are also fired as messages through the BTA workqueue thread, which are
/system/core/fastboot/fuzzy_fastboot/
DREADME.md197responses. Thus, the parser attribute is used to specify a program/script that will extract the ha…
/system/chre/platform/shared/idl/
Dhost_messages.fbs359 /// responses only to the client that sent the request. Although initially
/system/core/fastboot/
DREADME.md423 [fastboot "INFO" responses, S = 0x0000]