Home
last modified time | relevance | path

Searched refs:acl_cb_ (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dh4_protocol.h37 acl_cb_(acl_cb), in H4Protocol()
52 PacketReadCallback acl_cb_; variable
Dmct_protocol.cc34 acl_cb_(acl_cb), in MctProtocol()
56 acl_cb_(acl_packetizer_.GetPacket()); in OnAclDataPacketReady()
Dmct_protocol.h47 PacketReadCallback acl_cb_; variable
Dh4_protocol.cc56 acl_cb_(hci_packetizer_.GetPacket()); in OnPacketReady()
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc80 acl_cb_.AsStdFunction()); in SetUp()
134 EXPECT_CALL(acl_cb_, in WriteAndExpectInboundAclData()
173 testing::MockFunction<void(const hidl_vec<uint8_t>&)> acl_cb_; member in android::hardware::bluetooth::V1_0::implementation::MctProtocolTest
Dh4_protocol_unittest.cc83 sockfd[0], event_cb_.AsStdFunction(), acl_cb_.AsStdFunction(), in SetUp()
132 EXPECT_CALL(acl_cb_, Call(HidlVecMatches(preamble + 1, sizeof(preamble) - 1, in WriteAndExpectInboundAclData()
217 testing::MockFunction<void(const hidl_vec<uint8_t>&)> acl_cb_; member in android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest