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

  /device/samsung/crespo/libcamera/
SecCameraHWInterface.h 91 class PictureThread : public Thread {
94 PictureThread(CameraHardwareSec *hw):
98 mHardware->pictureThread();
126 sp<PictureThread> mPictureThread;
127 int pictureThread();
SecCameraHWInterface.cpp 129 mPictureThread = new PictureThread(this);
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraHardwareStub.h 96 int pictureThread();
CameraHardwareStub.cpp 277 return c->pictureThread();
280 int CameraHardwareStub::pictureThread()

Completed in 329 milliseconds