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

  /device/linaro/hikey/bluetooth/
h4_protocol.h 37 sco_cb_(sco_cb),
51 PacketReadCallback sco_cb_; member in class:android::hardware::bluetooth::hci::H4Protocol
h4_protocol.cc 46 sco_cb_(hci_packetizer_.GetPacket());
  /hardware/interfaces/bluetooth/1.0/default/
h4_protocol.h 38 sco_cb_(sco_cb),
52 PacketReadCallback sco_cb_; member in class:android::hardware::bluetooth::hci::H4Protocol
h4_protocol.cc 58 sco_cb_(hci_packetizer_.GetPacket());
  /system/bt/vendor_libs/linux/interface/
h4_protocol.h 40 sco_cb_(sco_cb),
54 PacketReadCallback sco_cb_; member in class:android::hardware::bluetooth::hci::H4Protocol
h4_protocol.cc 68 sco_cb_(hci_packetizer_.GetPacket());
  /hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc 80 acl_cb_.AsStdFunction(), sco_cb_.AsStdFunction());
153 EXPECT_CALL(sco_cb_, Call(HidlVecMatches(preamble + 1, sizeof(preamble) - 1,
189 testing::MockFunction<void(const hidl_vec<uint8_t>&)> sco_cb_; member in class:android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest

Completed in 832 milliseconds