Lines Matching refs:dw
6207 DeffWork *dw = in defferedWorkRoutine() local
6210 if ( NULL == dw ) { in defferedWorkRoutine()
6215 switch( dw->cmd ) { in defferedWorkRoutine()
6218 QCameraChannel * pChannel = dw->args.allocArgs.ch; in defferedWorkRoutine()
6226 cam_stream_type_t streamType = dw->args.allocArgs.type; in defferedWorkRoutine()
6247 pme->mDeffOngoingJobs[dw->id] = false; in defferedWorkRoutine()
6248 delete dw; in defferedWorkRoutine()
6256 QCameraChannel * pChannel = dw->args.pprocArgs; in defferedWorkRoutine()
6265 pme->mDeffOngoingJobs[dw->id] = false; in defferedWorkRoutine()
6266 delete dw; in defferedWorkRoutine()
6275 dw->cmd); in defferedWorkRoutine()