Home
last modified time | relevance | path

Searched defs:packet_builder (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.cc654 auto packet_builder = in AddDeviceToFilterAcceptList() local
674 auto packet_builder = hci::LeAddDeviceToResolvingListBuilder::Create( in AddDeviceToResolvingList() local
681 auto packet_builder = hci::LeSetPrivacyModeBuilder::Create( in AddDeviceToResolvingList() local
702 auto packet_builder = in RemoveDeviceFromFilterAcceptList() local
721 auto packet_builder = hci::LeRemoveDeviceFromResolvingListBuilder::Create( in RemoveDeviceFromResolvingList() local
741 auto packet_builder = hci::LeClearFilterAcceptListBuilder::Create(); in ClearFilterAcceptList() local
757 auto packet_builder = hci::LeClearResolvingListBuilder::Create(); in ClearResolvingList() local
/aosp_15_r20/external/perfetto/src/trace_redaction/
H A Dredact_sched_events_unittest.cc574 protos::gen::TracePacket packet_builder; in TEST_F() local
646 protos::gen::TracePacket packet_builder; in TEST_F() local
755 protos::gen::TracePacket packet_builder; in TEST_F() local
H A Dfilter_sched_waking_events_unittest.cc254 protos::gen::TracePacket packet_builder; in TEST_F() local
307 protos::gen::TracePacket packet_builder; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dlib.rs399 mod packet_builder; module