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

  /device/linaro/hikey/bluetooth/
h4_protocol.h 36 acl_cb_(acl_cb),
50 PacketReadCallback acl_cb_; member in class:android::hardware::bluetooth::hci::H4Protocol
h4_protocol.cc 43 acl_cb_(hci_packetizer_.GetPacket());
  /hardware/interfaces/bluetooth/1.0/default/
h4_protocol.h 37 acl_cb_(acl_cb),
51 PacketReadCallback acl_cb_; member in class:android::hardware::bluetooth::hci::H4Protocol
mct_protocol.h 47 PacketReadCallback acl_cb_; member in class:android::hardware::bluetooth::hci::MctProtocol
mct_protocol.cc 34 acl_cb_(acl_cb),
56 acl_cb_(acl_packetizer_.GetPacket());
h4_protocol.cc 55 acl_cb_(hci_packetizer_.GetPacket());
  /system/bt/vendor_libs/linux/interface/
h4_protocol.h 39 acl_cb_(acl_cb),
53 PacketReadCallback acl_cb_; member in class:android::hardware::bluetooth::hci::H4Protocol
h4_protocol.cc 65 acl_cb_(hci_packetizer_.GetPacket());
  /hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc 80 acl_cb_.AsStdFunction(), sco_cb_.AsStdFunction());
128 EXPECT_CALL(acl_cb_, Call(HidlVecMatches(preamble + 1, sizeof(preamble) - 1,
188 testing::MockFunction<void(const hidl_vec<uint8_t>&)> acl_cb_; member in class:android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest
mct_protocol_unittest.cc 80 acl_cb_.AsStdFunction());
134 EXPECT_CALL(acl_cb_,
173 testing::MockFunction<void(const hidl_vec<uint8_t>&)> acl_cb_; member in class:android::hardware::bluetooth::V1_0::implementation::MctProtocolTest

Completed in 59 milliseconds