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();
30 class EmulatedCameraHotplugThread; variable182 sp<EmulatedCameraHotplugThread> mHotplugThread;
67 mHotplugThread = new EmulatedCameraHotplugThread(getEmulatedCameraNum()); in EmulatedCameraFactory()
33 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo37 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread54 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()[all …]
33 class EmulatedCameraHotplugThread : public Thread {35 EmulatedCameraHotplugThread(const int* cameraIdArray, size_t size);36 ~EmulatedCameraHotplugThread();
30 class EmulatedCameraHotplugThread; variable273 sp<EmulatedCameraHotplugThread> mHotplugThread;
58 EmulatedCameraHotplugThread.cpp \
107 mHotplugThread = new EmulatedCameraHotplugThread(&cameraIdVector[0], in EmulatedCameraFactory()