Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWI.h127 #define MAX_ONGOING_JOBS 25 macro
586 bool mDeffOngoingJobs[MAX_ONGOING_JOBS];
DQCamera2HWI.cpp6310 for (int i = 0; i < MAX_ONGOING_JOBS; ++i) { in queueDefferedWork()
6339 if ((MAX_ONGOING_JOBS <= job_id) || (0 > job_id)) { in waitDefferedWork()
6347 job_id = MAX_ONGOING_JOBS; in waitDefferedWork()