Home | History | Annotate | Download | only in camera

Lines Matching refs:EmulatedCameraHotplugThread

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() {
222 String8 EmulatedCameraHotplugThread::getFilePath(int cameraId) const {
226 bool EmulatedCameraHotplugThread::createFileIfNotExists(int cameraId) const
250 int EmulatedCameraHotplugThread::getCameraId(String8 filePath) const {
265 int EmulatedCameraHotplugThread::getCameraId(int wd) const {
275 SubscriberInfo* EmulatedCameraHotplugThread::getSubscriberInfo(int cameraId)
286 bool EmulatedCameraHotplugThread::addWatch(int cameraId) {
310 bool EmulatedCameraHotplugThread::removeWatch(int cameraId) {
338 int EmulatedCameraHotplugThread::readFile(String8 filePath) const {