Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h740 uint32_t mParamAllocJob; variable
DQCamera2HWI.cpp1668 mParamAllocJob(0), in QCamera2HardwareInterface()
1879 mParamAllocJob = queueDeferredWork(CMD_DEF_PARAM_ALLOC, args); in openCamera()
1880 if (mParamAllocJob == 0) { in openCamera()
1982 waitDeferredWork(mParamAllocJob); in openCamera()
9566 int32_t ret = pme->getDefJobStatus(pme->mParamAllocJob); in deferredWorkRoutine()
9714 int32_t rc = pme->getDefJobStatus(pme->mParamAllocJob); in deferredWorkRoutine()