Home
last modified time | relevance | path

Searched refs:m_activated (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosCameraHWInterface2.h515 bool m_activated; variable
DExynosCameraHWInterface2.cpp1472 AllocatedStream->m_activated = true; in StartSCCThread()
1548 if (m_streamThreads[1]->m_activated == false) { in notifyRequestQueueNotEmpty()
1709 if ((m_streamThreads[0].get())->m_activated == true) { in allocateStream()
1764 AllocatedStream->m_activated = true; in allocateStream()
1865 AllocatedStream->m_activated = true; in allocateStream()
1919 AllocatedStream->m_activated = true; in allocateStream()
1940 else if (m_streamThreads[1]->m_activated == false) { in allocateStream()
2320 if (m_streamThreads[1]->m_numRegisteredStream == 0 && m_streamThreads[1]->m_activated) { in releaseStream()
2333 …() != NULL && m_streamThreads[0]->m_numRegisteredStream == 0 && m_streamThreads[0]->m_activated)) { in releaseStream()
3832 selfThread->m_activated = false; in m_streamFunc_direct()
[all …]