OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mReprocJobLock
(Results
1 - 4
of
4
) sorted by null
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3PostProc.h
154
pthread_mutex_t
mReprocJobLock
;
QCamera3PostProc.cpp
68
pthread_mutex_init(&
mReprocJobLock
, NULL);
86
pthread_mutex_destroy(&
mReprocJobLock
);
417
pthread_mutex_lock(&
mReprocJobLock
);
424
pthread_mutex_unlock(&
mReprocJobLock
);
462
pthread_mutex_lock(&
mReprocJobLock
);
469
pthread_mutex_unlock(&
mReprocJobLock
);
[
all
...]
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3PostProc.h
155
pthread_mutex_t
mReprocJobLock
;
QCamera3PostProc.cpp
69
pthread_mutex_init(&
mReprocJobLock
, NULL);
87
pthread_mutex_destroy(&
mReprocJobLock
);
371
pthread_mutex_lock(&
mReprocJobLock
);
380
pthread_mutex_unlock(&
mReprocJobLock
);
420
pthread_mutex_lock(&
mReprocJobLock
);
427
pthread_mutex_unlock(&
mReprocJobLock
);
465
pthread_mutex_lock(&
mReprocJobLock
);
474
pthread_mutex_unlock(&
mReprocJobLock
);
[
all
...]
Completed in 3010 milliseconds