Lines Matching refs:EmulatedCameraHotplugThread
33 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
37 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread
54 EmulatedCameraHotplugThread::~EmulatedCameraHotplugThread() { in ~EmulatedCameraHotplugThread()
57 status_t EmulatedCameraHotplugThread::requestExitAndWait() { in requestExitAndWait()
63 void EmulatedCameraHotplugThread::requestExit() { in requestExit()
99 status_t EmulatedCameraHotplugThread::readyToRun() { in readyToRun()
144 bool EmulatedCameraHotplugThread::threadLoop() { in threadLoop()
222 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const { in getFilePath()
226 bool EmulatedCameraHotplugThread::createFileIfNotExists(int cameraId) const in createFileIfNotExists()
250 int EmulatedCameraHotplugThread::getCameraId(const String8& filePath) const { in getCameraId()
265 int EmulatedCameraHotplugThread::getCameraId(int wd) const { in getCameraId()
275 SubscriberInfo* EmulatedCameraHotplugThread::getSubscriberInfo(int cameraId) in getSubscriberInfo()
286 bool EmulatedCameraHotplugThread::addWatch(int cameraId) { in addWatch()
310 bool EmulatedCameraHotplugThread::removeWatch(int cameraId) { in removeWatch()
338 int EmulatedCameraHotplugThread::readFile(const String8& filePath) const { in readFile()