Home
last modified time | relevance | path

Searched refs:GetInterval (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dregister_notification_packet_fuzzer.cc49 test_packet->GetInterval(); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/avrcp/
Dregister_notification_packet.cc259 uint32_t RegisterNotificationRequest::GetInterval() const { in GetInterval() function in bluetooth::avrcp::RegisterNotificationRequest
280 ss << " └ Interval = " << loghex(GetInterval()) << std::endl; in ToString()
Dregister_notification_packet.h142 uint32_t GetInterval() const;
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dregister_notification_packet_test.cc37 ASSERT_EQ(test_packet->GetInterval(), 5u); in TEST()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h536 … mode_change_view.GetStatus(), mode_change_view.GetCurrentMode(), mode_change_view.GetInterval()); in on_mode_change()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc470 play_pos_interval_ = pkt->GetInterval(); in HandleNotification()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc4651 update.GetInterval(), update.GetLatency(), update.GetTimeout())); in IncomingLeConnectionParameterUpdate()