HomeSort by relevance Sort by last modified time
    Searched refs:EmulatedCameraHotplugThread (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.h 25 * Refer to FAKE_HOTPLUG_FILE in EmulatedCameraHotplugThread.cpp
33 class EmulatedCameraHotplugThread : public Thread {
35 EmulatedCameraHotplugThread(const int* cameraIdArray, size_t size);
36 ~EmulatedCameraHotplugThread();
EmulatedCameraHotplugThread.cpp 25 #include "EmulatedCameraHotplugThread.h"
33 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
37 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread(
54 EmulatedCameraHotplugThread::~EmulatedCameraHotplugThread() {
57 status_t EmulatedCameraHotplugThread::requestExitAndWait() {
63 void EmulatedCameraHotplugThread::requestExit() {
99 status_t EmulatedCameraHotplugThread::readyToRun() {
144 bool EmulatedCameraHotplugThread::threadLoop()
    [all...]
EmulatedCameraFactory.h 26 struct EmulatedCameraHotplugThread;
183 sp<EmulatedCameraHotplugThread> mHotplugThread;
Android.mk 44 EmulatedCameraHotplugThread.cpp \
EmulatedCameraFactory.cpp 30 #include "EmulatedCameraHotplugThread.h"
181 mHotplugThread = new EmulatedCameraHotplugThread(&cameraIdVector[0],

Completed in 1129 milliseconds