HomeSort by relevance Sort by last modified time
    Searched refs:event_cb_ (Results 1 - 12 of 12) sorted by null

  /device/linaro/hikey/bluetooth/
h4_protocol.h 35 event_cb_(event_cb),
49 PacketReadCallback event_cb_; member in class:android::hardware::bluetooth::hci::H4Protocol
bluetooth_hci.cc 49 event_cb_ = cb;
50 event_cb_->linkToDeath(deathRecipient, 0);
95 event_cb_->unlinkToDeath(deathRecipient);
h4_protocol.cc 40 event_cb_(hci_packetizer_.GetPacket());
bluetooth_hci.h 59 ::android::sp<IBluetoothHciCallbacks> event_cb_; member in class:android::hardware::bluetooth::V1_0::hikey::BluetoothHci
  /hardware/interfaces/bluetooth/1.0/default/
h4_protocol.h 36 event_cb_(event_cb),
50 PacketReadCallback event_cb_; member in class:android::hardware::bluetooth::hci::H4Protocol
mct_protocol.h 46 PacketReadCallback event_cb_; member in class:android::hardware::bluetooth::hci::MctProtocol
mct_protocol.cc 34 : event_cb_(event_cb),
53 event_cb_(event_packetizer_.GetPacket());
h4_protocol.cc 40 event_cb_(hci_packetizer_.GetPacket());
vendor_interface.h 67 PacketReadCallback event_cb_; member in class:android::hardware::bluetooth::V1_0::implementation::VendorInterface
vendor_interface.cc 235 event_cb_ = event_cb;
366 event_cb_(hci_packet);
  /hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc 79 new H4Protocol(sockfd[0], event_cb_.AsStdFunction(),
177 EXPECT_CALL(event_cb_, Call(HidlVecMatches(preamble + 1,
187 testing::MockFunction<void(const hidl_vec<uint8_t>&)> event_cb_; member in class:android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest
mct_protocol_unittest.cc 79 MctProtocol* mct_hci = new MctProtocol(mct_fds, event_cb_.AsStdFunction(),
159 EXPECT_CALL(event_cb_,
172 testing::MockFunction<void(const hidl_vec<uint8_t>&)> event_cb_; member in class:android::hardware::bluetooth::V1_0::implementation::MctProtocolTest

Completed in 104 milliseconds