Searched refs:event_cb_ (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/bluetooth/1.0/default/ |
D | h4_protocol.h | 36 event_cb_(event_cb), in H4Protocol() 51 PacketReadCallback event_cb_; variable
|
D | mct_protocol.cc | 33 : event_cb_(event_cb), in MctProtocol() 52 event_cb_(event_packetizer_.GetPacket()); in OnEventPacketReady()
|
D | mct_protocol.h | 46 PacketReadCallback event_cb_; variable
|
D | vendor_interface.h | 67 PacketReadCallback event_cb_; variable
|
D | h4_protocol.cc | 53 event_cb_(hci_packetizer_.GetPacket()); in OnPacketReady()
|
D | vendor_interface.cc | 245 event_cb_ = event_cb; in Open() 378 event_cb_(hci_packet); in HandleIncomingEvent()
|
/hardware/interfaces/bluetooth/1.0/default/test/ |
D | mct_protocol_unittest.cc | 79 MctProtocol* mct_hci = new MctProtocol(mct_fds, event_cb_.AsStdFunction(), in SetUp() 159 EXPECT_CALL(event_cb_, in WriteAndExpectInboundEvent() 172 testing::MockFunction<void(const hidl_vec<uint8_t>&)> event_cb_; member in android::hardware::bluetooth::V1_0::implementation::MctProtocolTest
|
D | h4_protocol_unittest.cc | 83 sockfd[0], event_cb_.AsStdFunction(), acl_cb_.AsStdFunction(), in SetUp() 181 EXPECT_CALL(event_cb_, Call(HidlVecMatches(preamble + 1, in WriteAndExpectInboundEvent() 216 testing::MockFunction<void(const hidl_vec<uint8_t>&)> event_cb_; member in android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest
|