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

  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 412 mCameraThread = new CameraThread(this, staticProduceFrame, this);
414 ALOGE("%s: Unable to instantiate CameraThread object", __FUNCTION__);
419 ALOGE("%s: Unable to start CameraThread: %s",
438 ALOGE("%s: Unable to stop CameraThread", __FUNCTION__);
443 ALOGE("%s: Unable to join CameraThread", __FUNCTION__);
452 EmulatedCameraDevice::CameraThread::CameraThread(EmulatedCameraDevice* dev,
468 const void* EmulatedCameraDevice::CameraThread::getPrimaryBuffer() const {
475 int64_t EmulatedCameraDevice::CameraThread::getPrimaryTimestamp() const {
482 void EmulatedCameraDevice::CameraThread::lockPrimaryBuffer()
    [all...]
EmulatedCameraDevice.h 474 class CameraThread : public WorkerThread {
479 CameraThread(EmulatedCameraDevice* cameraDevice,
571 sp<CameraThread> mCameraThread;
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CameraThread.java 35 public class CameraThread implements AutoCloseable {
36 private static final String TAG = "CameraThread";
TestVideoProvider.java 69 private CameraThread mLooperThread;
243 mLooperThread = new CameraThread();

Completed in 263 milliseconds