Searched refs:OnDataReady (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ |
D | mct_protocol.cc | 60 event_packetizer_.OnDataReady(fd, HCI_PACKET_TYPE_EVENT); in OnEventDataReady() 64 acl_packetizer_.OnDataReady(fd, HCI_PACKET_TYPE_ACL_DATA); in OnAclDataReady()
|
D | h4_protocol.cc | 103 void H4Protocol::OnDataReady(int fd) { in OnDataReady() function in android::hardware::bluetooth::hci::H4Protocol 130 hci_packetizer_.OnDataReady(fd, hci_packet_type_); in OnDataReady()
|
D | hci_packetizer.h | 37 void OnDataReady(int fd, HciPacketType packet_type);
|
D | h4_protocol.h | 46 void OnDataReady(int fd);
|
D | hci_packetizer.cc | 61 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady() function in android::hardware::bluetooth::hci::HciPacketizer
|
D | vendor_interface.cc | 258 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); }); in Open()
|
/hardware/interfaces/bluetooth/hci/ |
D | hci_packetizer.cc | 52 bool HciPacketizer::OnDataReady(PacketType packet_type, in OnDataReady() function in android::hardware::bluetooth::hci::HciPacketizer 79 packet_completed = OnDataReady(packet_type, buffer, offset); in OnDataReady()
|
D | h4_protocol.cc | 107 bool packet_ready = hci_packetizer_.OnDataReady( in SendDataToPacketizer() 119 void H4Protocol::OnDataReady() { in OnDataReady() function in android::hardware::bluetooth::hci::H4Protocol
|
D | hci_packetizer.h | 30 bool OnDataReady(PacketType packet_type, const std::vector<uint8_t>& data,
|
D | h4_protocol.h | 39 void OnDataReady();
|
/hardware/interfaces/bluetooth/aidl/default/ |
D | BluetoothHci.cpp | 183 [this](int) { mH4->OnDataReady(); }); in reset() 279 [this](int) { mH4->OnDataReady(); }); in initialize()
|
/hardware/interfaces/bluetooth/hci/test/ |
D | h4_protocol_unittest.cc | 95 virtual void CallDataReady() { h4_hci_->OnDataReady(); } in CallDataReady() 377 stack_uart_fd_, [this](int) { h4_hci_->OnDataReady(); }); in SetUp()
|
/hardware/interfaces/bluetooth/1.0/default/test/ |
D | h4_protocol_unittest.cc | 86 sockfd[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); }); in SetUp()
|