Searched refs:OnDataReady (Results 1 – 5 of 5) sorted by relevance
/device/linaro/hikey/bluetooth/ | ||
D | h4_protocol.cc | 57 void H4Protocol::OnDataReady(int fd) { in OnDataReady() function in android::hardware::bluetooth::hci::H4Protocol |
D | hci_packetizer.h | 37 void OnDataReady(int fd, HciPacketType packet_type); |
D | h4_protocol.h | 44 void OnDataReady(int fd); |
D | hci_packetizer.cc | 50 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady() function in android::hardware::bluetooth::hci::HciPacketizer |
D | bluetooth_hci.cc | 80 for_hci, [this](int fd) { hci_->OnDataReady(fd); }); in initialize() |