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

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.h 231 sp<PictureThread> m_pictureThread;
ExynosCameraHWInterface.cpp 186 m_pictureThread = new PictureThread(this);
571 if (m_pictureThread->run("CameraPictureThread", PRIORITY_DEFAULT) != NO_ERROR) {
583 if (m_pictureThread.get()) {
585 m_pictureThread->requestExitAndWait();
    [all...]

Completed in 140 milliseconds