Home
last modified time | relevance | path

Searched refs:OnDataReady (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dmct_protocol.cc60 event_packetizer_.OnDataReady(fd, HCI_PACKET_TYPE_EVENT); in OnEventDataReady()
64 acl_packetizer_.OnDataReady(fd, HCI_PACKET_TYPE_ACL_DATA); in OnAclDataReady()
Dh4_protocol.cc103 void H4Protocol::OnDataReady(int fd) { in OnDataReady() function in android::hardware::bluetooth::hci::H4Protocol
130 hci_packetizer_.OnDataReady(fd, hci_packet_type_); in OnDataReady()
Dhci_packetizer.h37 void OnDataReady(int fd, HciPacketType packet_type);
Dh4_protocol.h46 void OnDataReady(int fd);
Dhci_packetizer.cc61 void HciPacketizer::OnDataReady(int fd, HciPacketType packet_type) { in OnDataReady() function in android::hardware::bluetooth::hci::HciPacketizer
Dvendor_interface.cc258 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); }); in Open()
/hardware/interfaces/bluetooth/hci/
Dhci_packetizer.cc52 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()
Dh4_protocol.cc107 bool packet_ready = hci_packetizer_.OnDataReady( in SendDataToPacketizer()
119 void H4Protocol::OnDataReady() { in OnDataReady() function in android::hardware::bluetooth::hci::H4Protocol
Dhci_packetizer.h30 bool OnDataReady(PacketType packet_type, const std::vector<uint8_t>& data,
Dh4_protocol.h39 void OnDataReady();
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp183 [this](int) { mH4->OnDataReady(); }); in reset()
279 [this](int) { mH4->OnDataReady(); }); in initialize()
/hardware/interfaces/bluetooth/hci/test/
Dh4_protocol_unittest.cc95 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/
Dh4_protocol_unittest.cc86 sockfd[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); }); in SetUp()