OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mVsyncThreadCameraHandle
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/camera/QCamera2/util/
QCameraDisplay.cpp
135
rc = pthread_create(&
mVsyncThreadCameraHandle
, NULL, vsyncThreadCamera, (void *)this);
139
pthread_setname_np(
mVsyncThreadCameraHandle
, "CAM_Vsync_Thread");
167
mVsyncThreadCameraHandle
= 0;
183
if (
mVsyncThreadCameraHandle
!= 0) {
184
pthread_join(
mVsyncThreadCameraHandle
, NULL);
QCameraDisplay.h
51
pthread_t
mVsyncThreadCameraHandle
;
Completed in 47 milliseconds