Home | Sort by relevance Sort by last modified time |
/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 | 46 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 |