Home
last modified time | relevance | path

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

/system/bt/packet/tests/fuzzers/
Dregister_notification_packet_fuzzer.cc49 test_packet->GetInterval(); in LLVMFuzzerTestOneInput()
/system/bt/packet/avrcp/
Dregister_notification_packet.cc236 uint32_t RegisterNotificationRequest::GetInterval() const { in GetInterval() function in bluetooth::avrcp::RegisterNotificationRequest
257 ss << " └ Interval = " << loghex(GetInterval()) << std::endl; in ToString()
Dregister_notification_packet.h123 uint32_t GetInterval() const;
/system/bt/packet/tests/avrcp/
Dregister_notification_packet_test.cc34 ASSERT_EQ(test_packet->GetInterval(), 5u); in TEST()
/system/bt/gd/hci/acl_manager/
Dclassic_impl.h459 … mode_change_view.GetStatus(), mode_change_view.GetCurrentMode(), mode_change_view.GetInterval()); in on_mode_change()
/system/bt/profile/avrcp/
Ddevice.cc288 play_pos_interval_ = pkt->GetInterval(); in HandleNotification()