OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acl_cb_
(Results
1 - 8
of
8
) 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
35
acl_cb_
(acl_cb),
57
acl_cb_
(acl_packetizer_.GetPacket());
h4_protocol.cc
43
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 529 milliseconds