Home
last modified time | relevance | path

Searched refs:EmulatedCameraHotplugThread (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DVSoCEmulatedCameraHotplugThread.cpp27 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
31 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread
35 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 …]
DEmulatedCameraHotplugThread.cpp33 #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()
[all …]
DEmulatedCameraHotplugThread.h33 class EmulatedCameraHotplugThread : public Thread {
35 EmulatedCameraHotplugThread(size_t totalCameraCount);
36 ~EmulatedCameraHotplugThread();
DEmulatedCameraFactory.h30 class EmulatedCameraHotplugThread; variable
182 sp<EmulatedCameraHotplugThread> mHotplugThread;
DEmulatedCameraFactory.cpp67 mHotplugThread = new EmulatedCameraHotplugThread(getEmulatedCameraNum()); in EmulatedCameraFactory()
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp33 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
37 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread( in EmulatedCameraHotplugThread() function in android::EmulatedCameraHotplugThread
54 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 …]
DEmulatedCameraHotplugThread.h33 class EmulatedCameraHotplugThread : public Thread {
35 EmulatedCameraHotplugThread(const int* cameraIdArray, size_t size);
36 ~EmulatedCameraHotplugThread();
DEmulatedCameraFactory.h30 class EmulatedCameraHotplugThread; variable
273 sp<EmulatedCameraHotplugThread> mHotplugThread;
DAndroid.mk58 EmulatedCameraHotplugThread.cpp \
DEmulatedCameraFactory.cpp107 mHotplugThread = new EmulatedCameraHotplugThread(&cameraIdVector[0], in EmulatedCameraFactory()