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

  /hardware/interfaces/bluetooth/1.0/default/
mct_protocol.cc 32 MctProtocol::MctProtocol(int* fds, PacketReadCallback event_cb,
43 size_t MctProtocol::Send(uint8_t type, const uint8_t* data, size_t length) {
52 void MctProtocol::OnEventPacketReady() {
56 void MctProtocol::OnAclDataPacketReady() {
60 void MctProtocol::OnEventDataReady(int fd) {
64 void MctProtocol::OnAclDataReady(int fd) {
mct_protocol.h 31 class MctProtocol : public HciProtocol {
33 MctProtocol(int* fds, PacketReadCallback event_cb, PacketReadCallback acl_cb);
vendor_interface.cc 247 hci::MctProtocol* mct_hci =
248 new hci::MctProtocol(fd_list, intercept_events, acl_cb);
  /hardware/interfaces/bluetooth/1.0/default/test/
mct_protocol_unittest.cc 40 using hci::MctProtocol;
79 MctProtocol* mct_hci = new MctProtocol(mct_fds, event_cb_.AsStdFunction(),
175 MctProtocol* protocol_;

Completed in 92 milliseconds