Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h671 pthread_t mIntPicThread; variable
DQCamera2HWI.cpp1647 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()