Searched refs:EmulatedCameraHotplugThread (Results 1 – 5 of 5) sorted by relevance
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(String8 filePath) const { in getCameraId()[all …]
33 class EmulatedCameraHotplugThread : public Thread {35 EmulatedCameraHotplugThread(const int* cameraIdArray, size_t size);36 ~EmulatedCameraHotplugThread();
26 struct EmulatedCameraHotplugThread;195 sp<EmulatedCameraHotplugThread> mHotplugThread;
46 EmulatedCameraHotplugThread.cpp \
181 mHotplugThread = new EmulatedCameraHotplugThread(&cameraIdVector[0], in EmulatedCameraFactory()