Home
last modified time | relevance | path

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

/device/google/cuttlefish/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.h31 class EmulatedCameraHotplugThread; variable
178 sp<EmulatedCameraHotplugThread> mHotplugThread;
DEmulatedCameraFactory.cpp59 mHotplugThread = new EmulatedCameraHotplugThread(getEmulatedCameraNum()); in EmulatedCameraFactory()
/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp34 #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()
[all …]
DEmulatedCameraHotplugThread.h34 class EmulatedCameraHotplugThread : public Thread {
36 EmulatedCameraHotplugThread(std::vector<int> subscribedCameraIds);
37 ~EmulatedCameraHotplugThread();
DEmulatedCameraFactory.h31 class EmulatedCameraHotplugThread; variable
282 sp<EmulatedCameraHotplugThread> mHotplugThread;
DAndroid.bp22 "EmulatedCameraHotplugThread.cpp",
DEmulatedCameraFactory.cpp98 mHotplugThread = new EmulatedCameraHotplugThread(std::move(cameraIdVector)); in EmulatedCameraFactory()