Home | History | Annotate | Download | only in HAL

Lines Matching refs:dw

9498                 DefWork *dw =
9501 if ( NULL == dw ) {
9506 switch( dw->cmd ) {
9509 QCameraChannel * pChannel = dw->args.allocArgs.ch;
9517 cam_stream_type_t streamType = dw->args.allocArgs.type;
9553 QCameraChannel * pChannel = dw->args.pprocArgs;
9584 dw->args.metadataAllocArgs.bufferCnt,
9585 dw->args.metadataAllocArgs.size,
9596 QCameraChannel * pChannel = dw->args.pprocArgs;
9620 dw->args.pprocInitArgs.jpeg_cb;
9621 void* user_data = dw->args.pprocInitArgs.user_data;
9791 BackgroundTask *bgTask = dw->args.genericArgs;
9796 LOGE("Incorrect command : %d", dw->cmd);
9799 pme->dequeueDeferredWork(dw, job_status);
9831 DefWork *dw = new DefWork(cmd, sNextJobId, args);
9832 if (!dw) {
9836 if (mCmdQueue.enqueue(dw)) {
9848 delete dw;
10001 * @dw : deferred work
10008 uint32_t QCamera2HardwareInterface::dequeueDeferredWork(DefWork* dw, int32_t jobStatus)
10012 if (mDefOngoingJobs[i].mDefJobId == dw->id) {
10016 jobStatus, dw->id);
10021 delete dw;