Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/jni/
DDeviceAsWebcamNative.h79 static std::thread createJniAttachedThread(F f, Args&&... args) { in createJniAttachedThread() function
DDeviceAsWebcamServiceManager.cpp154 mJniThread = DeviceAsWebcamNative::createJniAttachedThread(&DeviceAsWebcamNative::stopService, in stopService()
DEncoder.cpp357 DeviceAsWebcamNative::createJniAttachedThread(&Encoder::encodeThreadLoop, this); in startEncoderThread()
DUVCProvider.cpp916 DeviceAsWebcamNative::createJniAttachedThread(&UVCProvider::ListenToUVCFds, this); in startUVCListenerThread()