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

  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.h 25 * Refer to FAKE_HOTPLUG_FILE in EmulatedCameraHotplugThread.cpp
33 class EmulatedCameraHotplugThread : public Thread {
35 EmulatedCameraHotplugThread(size_t totalCameraCount);
36 ~EmulatedCameraHotplugThread();
VSoCEmulatedCameraHotplugThread.cpp 25 #include "EmulatedCameraHotplugThread.h"
27 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
31 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread(
35 EmulatedCameraHotplugThread::~EmulatedCameraHotplugThread() {}
37 status_t EmulatedCameraHotplugThread::requestExitAndWait() {
42 void EmulatedCameraHotplugThread::requestExit() {
47 status_t EmulatedCameraHotplugThread::readyToRun() { return OK; }
49 bool EmulatedCameraHotplugThread::threadLoop()
    [all...]
EmulatedCameraHotplugThread.cpp 26 #include "EmulatedCameraHotplugThread.h"
33 #define SubscriberInfo EmulatedCameraHotplugThread::SubscriberInfo
37 EmulatedCameraHotplugThread::EmulatedCameraHotplugThread(
50 EmulatedCameraHotplugThread::~EmulatedCameraHotplugThread() {}
52 status_t EmulatedCameraHotplugThread::requestExitAndWait() {
57 void EmulatedCameraHotplugThread::requestExit() {
90 status_t EmulatedCameraHotplugThread::readyToRun() {
135 bool EmulatedCameraHotplugThread::threadLoop()
    [all...]
  /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 110 milliseconds