Searched refs:mHotplugThread (Results 1 – 4 of 4) sorted by relevance
41 mHotplugThread = new AudioHotplugThread(*this); in AudioHardwareInput()42 if (mHotplugThread == NULL) { in AudioHardwareInput()45 } else if (!mHotplugThread->start()) { in AudioHardwareInput()48 mHotplugThread.clear(); in AudioHardwareInput()58 if (mHotplugThread != NULL) { in ~AudioHardwareInput()59 mHotplugThread->shutdown(); in ~AudioHardwareInput()60 mHotplugThread.clear(); in ~AudioHardwareInput()
76 sp<AudioHotplugThread> mHotplugThread; variable
181 mHotplugThread = new EmulatedCameraHotplugThread(&cameraIdVector[0], in EmulatedCameraFactory()183 mHotplugThread->run("EmulatedCameraHotplugThread"); in EmulatedCameraFactory()200 if (mHotplugThread != NULL) { in ~EmulatedCameraFactory()201 mHotplugThread->requestExit(); in ~EmulatedCameraFactory()202 mHotplugThread->join(); in ~EmulatedCameraFactory()
195 sp<EmulatedCameraHotplugThread> mHotplugThread; variable