Lines Matching refs:dw
10464 DefWork *dw =
10467 if ( NULL == dw ) {
10472 switch( dw->cmd ) {
10475 QCameraChannel * pChannel = dw->args.allocArgs.ch;
10483 cam_stream_type_t streamType = dw->args.allocArgs.type;
10519 QCameraChannel * pChannel = dw->args.pprocArgs;
10550 dw->args.metadataAllocArgs.bufferCnt,
10551 dw->args.metadataAllocArgs.size);
10561 QCameraChannel * pChannel = dw->args.pprocArgs;
10585 dw->args.pprocInitArgs.jpeg_cb;
10586 void* user_data = dw->args.pprocInitArgs.user_data;
10761 BackgroundTask *bgTask = dw->args.genericArgs;
10766 LOGE("Incorrect command : %d", dw->cmd);
10769 pme->dequeueDeferredWork(dw, job_status);
10801 DefWork *dw = new DefWork(cmd, sNextJobId, args);
10802 if (!dw) {
10806 if (mCmdQueue.enqueue(dw)) {
10818 delete dw;
10971 * @dw : deferred work
10978 uint32_t QCamera2HardwareInterface::dequeueDeferredWork(DefWork* dw, int32_t jobStatus)
10982 if (mDefOngoingJobs[i].mDefJobId == dw->id) {
10986 jobStatus, dw->id);
10991 delete dw;