Home
last modified time | relevance | path

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

/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(String8 filePath) const { in getCameraId()
[all …]
DEmulatedCameraHotplugThread.h33 class EmulatedCameraHotplugThread : public Thread {
35 EmulatedCameraHotplugThread(const int* cameraIdArray, size_t size);
36 ~EmulatedCameraHotplugThread();
DEmulatedCameraFactory.h26 struct EmulatedCameraHotplugThread;
195 sp<EmulatedCameraHotplugThread> mHotplugThread;
DAndroid.mk46 EmulatedCameraHotplugThread.cpp \
DEmulatedCameraFactory.cpp181 mHotplugThread = new EmulatedCameraHotplugThread(&cameraIdVector[0], in EmulatedCameraFactory()