Searched refs:mLiveSnapshotThread (Results 1 – 2 of 2) sorted by relevance
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCamera2HWI.cpp | 1642 mLiveSnapshotThread(0), in QCamera2HardwareInterface() 5087 if (mLiveSnapshotThread != 0) { in takeLiveSnapshot() 5088 pthread_join(mLiveSnapshotThread,NULL); in takeLiveSnapshot() 5089 mLiveSnapshotThread = 0; in takeLiveSnapshot() 5092 rc= pthread_create(&mLiveSnapshotThread, NULL, Live_Snapshot_thread, (void *) this); in takeLiveSnapshot() 5094 pthread_setname_np(mLiveSnapshotThread, "CAM_liveSnap"); in takeLiveSnapshot() 5505 if (mLiveSnapshotThread != 0) { in cancelLiveSnapshot() 5506 pthread_join(mLiveSnapshotThread,NULL); in cancelLiveSnapshot() 5507 mLiveSnapshotThread = 0; in cancelLiveSnapshot() 5510 rc= pthread_create(&mLiveSnapshotThread, NULL, Live_Snapshot_thread, (void *) this); in cancelLiveSnapshot() [all …]
|
D | QCamera2HWI.h | 632 pthread_t mLiveSnapshotThread; variable
|