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.cc48 test_packet->GetInterval(); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/avrcp/
Dregister_notification_packet.cc251 uint32_t RegisterNotificationRequest::GetInterval() const { in GetInterval() function in bluetooth::avrcp::RegisterNotificationRequest
270 ss << " └ Interval = " << loghex(GetInterval()) << std::endl; in ToString()
Dregister_notification_packet.h136 uint32_t GetInterval() const;
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dregister_notification_packet_test.cc36 ASSERT_EQ(test_packet->GetInterval(), 5u); in TEST()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h530 mode_change_view.GetInterval()); in on_mode_change()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc422 play_pos_interval_ = pkt->GetInterval(); in HandleNotification()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc4369 static_cast<ErrorCode>(update.GetStatus()), handle, update.GetInterval(), in IncomingLeConnectionParameterUpdate()