Home
last modified time | relevance | path

Searched refs:is_thread_started (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3SnapshotTest.cpp183 thread.is_thread_started = 0; in snapshotThreadCreate()
194 while(thread.is_thread_started == 0) { in snapshotThreadCreate()
207 thread->is_thread_started = 1; in hal3appSnapshotProcessBuffers()
DQCameraHAL3RawSnapshotTest.cpp186 thread.is_thread_started = 0; in rawProcessThreadCreate()
197 while(thread.is_thread_started == 0) { in rawProcessThreadCreate()
217 thread->is_thread_started = 1; in rawProcessBuffers()
DQCameraHAL3Test.cpp161 thread.is_thread_started = 0; in processThreadCreate()
183 thread->is_thread_started = 1; in processBuffers()
DQCameraHAL3Base.h131 bool is_thread_started; member