Searched refs:EmulatedCameraHotplugThread (Results 1 – 10 of 10) sorted by relevance
27 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo31 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread35 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()[all …]
33 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo37 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread50 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()[all …]
33 class EmulatedCameraHotplugThread : public Thread {35 EmulatedCameraHotplugThread(size_t totalCameraCount);36 ~EmulatedCameraHotplugThread();
31 class EmulatedCameraHotplugThread; variable178 sp<EmulatedCameraHotplugThread> mHotplugThread;
59 mHotplugThread = new EmulatedCameraHotplugThread(getEmulatedCameraNum()); in EmulatedCameraFactory()
34 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo38 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread47 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()[all …]
34 class EmulatedCameraHotplugThread : public Thread {36 EmulatedCameraHotplugThread(std::vector<int> subscribedCameraIds);37 ~EmulatedCameraHotplugThread();
31 class EmulatedCameraHotplugThread; variable282 sp<EmulatedCameraHotplugThread> mHotplugThread;
22 "EmulatedCameraHotplugThread.cpp",
98 mHotplugThread = new EmulatedCameraHotplugThread(std::move(cameraIdVector)); in EmulatedCameraFactory()