Lines Matching refs:EmulatedCameraHotplugThread
33 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
37 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread
50 EmulatedCameraHotplugThread::~EmulatedCameraHotplugThread() {} in ~EmulatedCameraHotplugThread()
52 status_t EmulatedCameraHotplugThread::requestExitAndWait() { in requestExitAndWait()
57 void EmulatedCameraHotplugThread::requestExit() { in requestExit()
90 status_t EmulatedCameraHotplugThread::readyToRun() { in readyToRun()
135 bool EmulatedCameraHotplugThread::threadLoop() { in threadLoop()
206 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const { in getFilePath()
210 bool EmulatedCameraHotplugThread::createFileIfNotExists(int cameraId) const { in createFileIfNotExists()
233 int EmulatedCameraHotplugThread::getCameraId(String8 filePath) const { in getCameraId()
248 int EmulatedCameraHotplugThread::getCameraId(int wd) const { in getCameraId()
258 SubscriberInfo* EmulatedCameraHotplugThread::getSubscriberInfo(int cameraId) { in getSubscriberInfo()
268 bool EmulatedCameraHotplugThread::addWatch(int cameraId) { in addWatch()
288 bool EmulatedCameraHotplugThread::removeWatch(int cameraId) { in removeWatch()
314 int EmulatedCameraHotplugThread::readFile(String8 filePath) const { in readFile()