Lines Matching refs:EmulatedCameraHotplugThread
34 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
38 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread
47 EmulatedCameraHotplugThread::~EmulatedCameraHotplugThread() { in ~EmulatedCameraHotplugThread()
50 status_t EmulatedCameraHotplugThread::requestExitAndWait() { in requestExitAndWait()
56 void EmulatedCameraHotplugThread::requestExit() { in requestExit()
92 status_t EmulatedCameraHotplugThread::readyToRun() { in readyToRun()
133 bool EmulatedCameraHotplugThread::threadLoop() { in threadLoop()
211 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const { in getFilePath()
215 int EmulatedCameraHotplugThread::getCameraId(const String8& filePath) const { in getCameraId()
227 int EmulatedCameraHotplugThread::getCameraId(int wd) const { in getCameraId()
237 SubscriberInfo* EmulatedCameraHotplugThread::getSubscriberInfo(int cameraId) in getSubscriberInfo()
248 bool EmulatedCameraHotplugThread::addWatch(int cameraId) { in addWatch()
272 bool EmulatedCameraHotplugThread::removeWatch(int cameraId) { in removeWatch()
300 int EmulatedCameraHotplugThread::readFile(const String8& filePath) const { in readFile()