Searched defs:iso_cb_ (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/bluetooth/hci/ | ||
D | h4_protocol.h | 53 PacketReadCallback iso_cb_; variable |
/hardware/interfaces/bluetooth/1.0/default/ | ||
D | h4_protocol.h | 54 PacketReadCallback iso_cb_; variable |
/hardware/interfaces/bluetooth/1.0/default/test/ | ||
D | h4_protocol_unittest.cc | 221 testing::MockFunction<void(const hidl_vec<uint8_t>&)> iso_cb_; member in android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest |
/hardware/interfaces/bluetooth/hci/test/ | ||
D | h4_protocol_unittest.cc | 275 testing::MockFunction<void(const std::vector<uint8_t>&)> iso_cb_; member in H4ProtocolTest |