Lines Matching refs:dw
9513 DefWork *dw =
9516 if ( NULL == dw ) {
9521 switch( dw->cmd ) {
9524 QCameraChannel * pChannel = dw->args.allocArgs.ch;
9532 cam_stream_type_t streamType = dw->args.allocArgs.type;
9568 QCameraChannel * pChannel = dw->args.pprocArgs;
9599 dw->args.metadataAllocArgs.bufferCnt,
9600 dw->args.metadataAllocArgs.size,
9611 QCameraChannel * pChannel = dw->args.pprocArgs;
9635 dw->args.pprocInitArgs.jpeg_cb;
9636 void* user_data = dw->args.pprocInitArgs.user_data;
9806 BackgroundTask *bgTask = dw->args.genericArgs;
9811 LOGE("Incorrect command : %d", dw->cmd);
9814 pme->dequeueDeferredWork(dw, job_status);
9846 DefWork *dw = new DefWork(cmd, sNextJobId, args);
9847 dw) {
9851 if (mCmdQueue.enqueue(dw)) {
9863 delete dw;
10016 * @dw : deferred work
10023 uint32_t QCamera2HardwareInterface::dequeueDeferredWork(DefWork* dw, int32_t jobStatus)
10027 if (mDefOngoingJobs[i].mDefJobId == dw->id) {
10031 jobStatus, dw->id);
10036 delete dw;