HomeSort by relevance Sort by last modified time
    Searched defs:EmulatedCameraHotplugThread (Results 1 - 2 of 2) 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...]

Completed in 336 milliseconds