OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hci_packetizer_
(Results
1 - 4
of
4
) sorted by null
/device/linaro/hikey/bluetooth/
h4_protocol.cc
40
event_cb_(
hci_packetizer_
.GetPacket());
43
acl_cb_(
hci_packetizer_
.GetPacket());
46
sco_cb_(
hci_packetizer_
.GetPacket());
64
hci_packetizer_
.OnDataReady(fd, hci_packet_type_);
h4_protocol.h
38
hci_packetizer_
([this]() { OnPacketReady(); }) {}
54
hci::HciPacketizer
hci_packetizer_
;
member in class:android::hardware::bluetooth::hci::H4Protocol
/hardware/interfaces/bluetooth/1.0/default/
h4_protocol.cc
40
event_cb_(
hci_packetizer_
.GetPacket());
43
acl_cb_(
hci_packetizer_
.GetPacket());
46
sco_cb_(
hci_packetizer_
.GetPacket());
64
hci_packetizer_
.OnDataReady(fd, hci_packet_type_);
h4_protocol.h
39
hci_packetizer_
([this]() { OnPacketReady(); }) {}
55
hci::HciPacketizer
hci_packetizer_
;
member in class:android::hardware::bluetooth::hci::H4Protocol
Completed in 206 milliseconds