OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnEventDataReady
(Results
1 - 4
of
4
) sorted by null
/hardware/interfaces/bluetooth/1.0/default/
mct_protocol.h
40
void
OnEventDataReady
(int fd);
mct_protocol.cc
60
void MctProtocol::
OnEventDataReady
(int fd) {
vendor_interface.cc
250
fd_list[CH_EVT], [mct_hci](int fd) { mct_hci->
OnEventDataReady
(fd); });
/hardware/interfaces/bluetooth/1.0/default/test/
mct_protocol_unittest.cc
82
mct_fds[CH_EVT], [mct_hci](int fd) { mct_hci->
OnEventDataReady
(fd); });
Completed in 51 milliseconds