HomeSort by relevance Sort by last modified time
    Searched defs:acl_cb_ (Results 1 - 6 of 6) 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
  /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
  /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
  /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 583 milliseconds