Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A DETMDecoder.cpp136 struct PacketCallback { struct
138 enum Priority {
144 PacketCallback(Priority prio) : priority(prio) {} in PacketCallback() function
145 virtual ~PacketCallback() {} in ~PacketCallback()
149 const Priority priority;
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dhci_transport.h27 using PacketCallback = std::function<void(PacketType, const std::shared_ptr<std::vector<uint8_t>>)>; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dmock_channel_test.h109 using PacketCallback = fit::function<void(const ByteBuffer& packet)>; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dsignaling_channel_test.cc50 using PacketCallback = fit::function<void(const SignalingPacket& packet)>; typedef in bt::l2cap::internal::__anonbdce72760111::TestSignalingChannel