Searched refs:createJniAttachedThread (Results 1 – 4 of 4) sorted by relevance
79 static std::thread createJniAttachedThread(F f, Args&&... args) { in createJniAttachedThread() function
154 mJniThread = DeviceAsWebcamNative::createJniAttachedThread(&DeviceAsWebcamNative::stopService, in stopService()
357 DeviceAsWebcamNative::createJniAttachedThread(&Encoder::encodeThreadLoop, this); in startEncoderThread()
916 DeviceAsWebcamNative::createJniAttachedThread(&UVCProvider::ListenToUVCFds, this); in startUVCListenerThread()