Home
last modified time | relevance | path

Searched refs:ReadClockOffset (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h50 virtual bool ReadClockOffset();
Dclassic_acl_connection.cc413 bool ClassicAclConnection::ReadClockOffset() { in ReadClockOffset() function in bluetooth::hci::acl_manager::ClassicAclConnection
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink.cc119 void Link::ReadClockOffset() { in ReadClockOffset() function in bluetooth::l2cap::classic::internal::Link
120 acl_connection_->ReadClockOffset(); in ReadClockOffset()
Dlink.h95 virtual void ReadClockOffset();
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dlink_layer_packets.pdl227 packet ReadClockOffset : LinkLayerPacket (type = READ_CLOCK_OFFSET) {
Dhci_packets.pdl1188 packet ReadClockOffset : Command (op_code = READ_CLOCK_OFFSET) {
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h164 void ReadClockOffset(CommandView command);
Ddual_mode_controller.cc553 void DualModeController::ReadClockOffset(CommandView command) { in ReadClockOffset() function in rootcanal::DualModeController
4182 {OpCode::READ_CLOCK_OFFSET, &DualModeController::ReadClockOffset},
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc171 connection->second.connection_->ReadClockOffset(); in ConnectionCommand()
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc861 connection_->ReadClockOffset(); in TEST_F()
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1326 packet ReadClockOffset : ConnectionManagementCommand (op_code = READ_CLOCK_OFFSET) {