Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbDeviceManager.cpp59 class NativeGadgetMonitorThread { class
161 DISALLOW_COPY_AND_ASSIGN(NativeGadgetMonitorThread);
164 explicit NativeGadgetMonitorThread(jobject obj, android::base::unique_fd monitorFd) in NativeGadgetMonitorThread() function in android::NativeGadgetMonitorThread
168 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()