Home
last modified time | relevance | path

Searched refs:ReadClockOffsetStatusView (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc430 pimpl_->tracker.client_handler_->BindOnce(check_status<ReadClockOffsetStatusView>)); in ReadClockOffset()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h4165ReadClockOffsetStatusView : public CommandStatusView { public:static ReadClockOffsetStatusView Cre… in CreateOptional()
4167ReadClockOffsetStatusView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::… in CreateOptional()
4179 explicit ReadClockOffsetStatusView(CommandStatusView parent) : CommandStatusView(std::move(parent))… in CreateOptional() function
23467 static std::unique_ptr<ReadClockOffsetStatusBuilder> FromView(ReadClockOffsetStatusView view) {if (… in Create()
23488 …reBytes(std::vector<uint8_t> captured_packet) {ReadClockOffsetStatusView view = ReadClockOffsetSta…
23491 … vec = std::vector<uint8_t>(data, data + size);ReadClockOffsetStatusView view = ReadClockOffsetSta…