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

  /hardware/interfaces/bluetooth/1.0/default/test/
mct_protocol_unittest.cc 79 MctProtocol* mct_hci = new MctProtocol(mct_fds, event_cb_.AsStdFunction(), variable
82 mct_fds[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); });
84 mct_fds[CH_ACL_IN], [mct_hci](int fd) { mct_hci->OnAclDataReady(fd); });
85 protocol_ = mct_hci;
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc 256 hci::MctProtocol* mct_hci = local
259 fd_list[CH_EVT], [mct_hci](int fd) { mct_hci->OnEventDataReady(fd); });
262 [mct_hci](int fd) { mct_hci->OnAclDataReady(fd); });
263 hci_ = mct_hci;

Completed in 66 milliseconds