Searched refs:responses (Results 1 – 9 of 9) sorted by relevance
/system/libsysprop/srcs/android/sysprop/ |
D | CarProperties.sysprop | 54 # 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/ |
D | android_keymaster_test.cpp | 4045 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/ |
D | RELEASE_NOTES.md | 68 - 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
|
D | README.md | 198 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/ |
D | link_layer_controller.cc | 685 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/ |
D | power_management.md | 80 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/ |
D | README.md | 197 …responses. Thus, the parser attribute is used to specify a program/script that will extract the ha…
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 359 /// responses only to the client that sent the request. Although initially
|
/system/core/fastboot/ |
D | README.md | 423 [fastboot "INFO" responses, S = 0x0000]
|