Searched refs:NativeGadgetMonitorThread (Results 1 – 1 of 1) sorted by relevance
59 class NativeGadgetMonitorThread { class161 DISALLOW_COPY_AND_ASSIGN(NativeGadgetMonitorThread);164 explicit NativeGadgetMonitorThread(jobject obj, android::base::unique_fd monitorFd) in NativeGadgetMonitorThread() function in android::NativeGadgetMonitorThread168 mThread = std::thread(&NativeGadgetMonitorThread::monitorLoop, this); in NativeGadgetMonitorThread()171 ~NativeGadgetMonitorThread() { in ~NativeGadgetMonitorThread()178 static std::unique_ptr<NativeGadgetMonitorThread> sGadgetMonitorThread;287 sGadgetMonitorThread.reset(new NativeGadgetMonitorThread(thiz, std::move(fd))); in android_server_UsbDeviceManager_startGadgetMonitor()