Lines Matching refs:EmulatedCameraHotplugThread
27 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
31 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread
35 EmulatedCameraHotplugThread::~EmulatedCameraHotplugThread() {} in ~EmulatedCameraHotplugThread()
37 status_t EmulatedCameraHotplugThread::requestExitAndWait() { in requestExitAndWait()
42 void EmulatedCameraHotplugThread::requestExit() { in requestExit()
47 status_t EmulatedCameraHotplugThread::readyToRun() { return OK; } in readyToRun()
49 bool EmulatedCameraHotplugThread::threadLoop() { in threadLoop()
54 String8 EmulatedCameraHotplugThread::getFilePath(int /*cameraId*/) const { in getFilePath()
58 bool EmulatedCameraHotplugThread::createFileIfNotExists( in createFileIfNotExists()
63 int EmulatedCameraHotplugThread::getCameraId(String8 /*filePath*/) const { in getCameraId()
68 int EmulatedCameraHotplugThread::getCameraId(int /*wd*/) const { in getCameraId()
73 SubscriberInfo* EmulatedCameraHotplugThread::getSubscriberInfo( in getSubscriberInfo()
79 bool EmulatedCameraHotplugThread::addWatch(int /*cameraId*/) { return true; } in addWatch()
81 bool EmulatedCameraHotplugThread::removeWatch(int /*cameraId*/) { return true; } in removeWatch()
83 int EmulatedCameraHotplugThread::readFile(String8 /*filePath*/) const { in readFile()