Home | History | Annotate | Download | only in HAL

Lines Matching refs:mLiveSnapshotThread

1078       mLiveSnapshotThread(0),
3520 rc= pthread_create(&mLiveSnapshotThread, NULL, Live_Snapshot_thread, (void *) this);
3857 if (mLiveSnapshotThread != 0) {
3858 pthread_join(mLiveSnapshotThread,NULL);
3859 mLiveSnapshotThread = 0;