Home
last modified time | relevance | path

Searched refs:mIntPicThread (Results 1 – 6 of 6) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.h561 pthread_t mIntPicThread; variable
DQCamera2HWI.cpp1079 mIntPicThread(0), in QCamera2HardwareInterface()
3538 rc= pthread_create(&mIntPicThread, NULL, Int_Pic_thread, (void *) this); in takePictureInternal()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.h561 pthread_t mIntPicThread; variable
DQCamera2HWI.cpp1079 mIntPicThread(0), in QCamera2HardwareInterface()
3540 rc= pthread_create(&mIntPicThread, NULL, Int_Pic_thread, (void *) this); in takePictureInternal()
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h631 pthread_t mIntPicThread; variable
DQCamera2HWI.cpp1643 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()