OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnDataReady
(Results
1 - 14
of
14
) sorted by null
/device/linaro/hikey/bluetooth/
h4_protocol.cc
57
void H4Protocol::
OnDataReady
(int fd) {
64
hci_packetizer_.
OnDataReady
(fd, hci_packet_type_);
h4_protocol.h
44
void
OnDataReady
(int fd);
hci_packetizer.h
37
void
OnDataReady
(int fd, HciPacketType packet_type);
hci_packetizer.cc
50
void HciPacketizer::
OnDataReady
(int fd, HciPacketType packet_type) {
bluetooth_hci.cc
80
for_hci, [this](int fd) { hci_->
OnDataReady
(fd); });
/hardware/interfaces/bluetooth/1.0/default/
h4_protocol.cc
57
void H4Protocol::
OnDataReady
(int fd) {
64
hci_packetizer_.
OnDataReady
(fd, hci_packet_type_);
h4_protocol.h
45
void
OnDataReady
(int fd);
hci_packetizer.h
37
void
OnDataReady
(int fd, HciPacketType packet_type);
mct_protocol.cc
61
event_packetizer_.
OnDataReady
(fd, HCI_PACKET_TYPE_EVENT);
65
acl_packetizer_.
OnDataReady
(fd, HCI_PACKET_TYPE_ACL_DATA);
hci_packetizer.cc
50
void HciPacketizer::
OnDataReady
(int fd, HciPacketType packet_type) {
vendor_interface.cc
244
fd_list[0], [h4_hci](int fd) { h4_hci->
OnDataReady
(fd); });
/external/mdnsresponder/mDNSWindows/ControlPanel/
ConfigPropertySheet.h
63
afx_msg LRESULT
OnDataReady
( WPARAM inWParam, LPARAM inLParam );
ConfigPropertySheet.cpp
66
ON_MESSAGE( WM_DATAREADY,
OnDataReady
)
109
// CConfigPropertySheet::
OnDataReady
113
CConfigPropertySheet::
OnDataReady
(WPARAM inWParam, LPARAM inLParam)
/hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc
82
sockfd[0], [h4_hci](int fd) { h4_hci->
OnDataReady
(fd); });
Completed in 373 milliseconds