Searched refs:mIntPicThread (Results 1 – 2 of 2) sorted by relevance
671 pthread_t mIntPicThread; variable
1647 mIntPicThread(0), in QCamera2HardwareInterface()5588 rc= pthread_create(&mIntPicThread, NULL, Int_Pic_thread, (void *) this); in takePictureInternal()5590 pthread_setname_np(mIntPicThread, "CAM_IntPic"); in takePictureInternal()