Home | History | Annotate | Download | only in HAL

Lines Matching refs:mLiveSnapshotThread

1642       mLiveSnapshotThread(0),
5087 if (mLiveSnapshotThread != 0) {
5088 pthread_join(mLiveSnapshotThread,NULL);
5089 mLiveSnapshotThread = 0;
5092 rc= pthread_create(&mLiveSnapshotThread, NULL, Live_Snapshot_thread, (void *) this);
5094 pthread_setname_np(mLiveSnapshotThread, "CAM_liveSnap");
5505 if (mLiveSnapshotThread != 0) {
5506 pthread_join(mLiveSnapshotThread,NULL);
5507 mLiveSnapshotThread = 0;
5510 rc= pthread_create(&mLiveSnapshotThread, NULL, Live_Snapshot_thread, (void *) this);
5512 pthread_setname_np(mLiveSnapshotThread, "CAM_cancel_liveSnap");