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

  /device/generic/goldfish/camera/
WorkerThread.h 64 virtual bool inWorkerThread() = 0;
68 * returns an error the thread will exit and inWorkerThread will never be
WorkerThread.cpp 77 if (inWorkerThread() && !mOneBurst) {
EmulatedCameraDevice.h 493 bool inWorkerThread() override;
520 bool inWorkerThread() override;
EmulatedCameraDevice.cpp 494 bool EmulatedCameraDevice::CameraThread::inWorkerThread() {
636 bool EmulatedCameraDevice::CameraThread::FrameProducer::inWorkerThread() {

Completed in 122 milliseconds