Searched refs:mIntPicThread (Results 1 – 6 of 6) sorted by relevance
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 561 pthread_t mIntPicThread; variable
|
D | QCamera2HWI.cpp | 1079 mIntPicThread(0), in QCamera2HardwareInterface() 3538 rc= pthread_create(&mIntPicThread, NULL, Int_Pic_thread, (void *) this); in takePictureInternal()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 561 pthread_t mIntPicThread; variable
|
D | QCamera2HWI.cpp | 1079 mIntPicThread(0), in QCamera2HardwareInterface() 3540 rc= pthread_create(&mIntPicThread, NULL, Int_Pic_thread, (void *) this); in takePictureInternal()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCamera2HWI.h | 631 pthread_t mIntPicThread; variable
|
D | QCamera2HWI.cpp | 1643 mIntPicThread(0), in QCamera2HardwareInterface() 5100 rc= pthread_create(&mIntPicThread, NULL, Int_Pic_thread, (void *) this); in takePictureInternal() 5102 pthread_setname_np(mIntPicThread, "CAM_IntPic"); in takePictureInternal()
|