Home
last modified time | relevance | path

Searched refs:OnEventDataReady (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dmct_protocol.h40 void OnEventDataReady(int fd);
Dmct_protocol.cc59 void MctProtocol::OnEventDataReady(int fd) { in OnEventDataReady() function in android::hardware::bluetooth::hci::MctProtocol
Dvendor_interface.cc260 fd_list[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); }); in Open()
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc82 mct_fds[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); }); in SetUp()