Home
last modified time | relevance | path

Searched refs:mMonitor (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/usb/
DMonitorFfs.cpp36 mMonitor(), in MonitorFfs()
225 mMonitor->join(); in reset()
240 mMonitor = unique_ptr<thread>(new thread(this->startMonitorFd, this)); in startMonitor()
/hardware/google/pixel/usb/include/pixelusb/
DUsbGadgetCommon.h122 unique_ptr<thread> mMonitor; variable