Lines Matching defs:cmd
862 * @cmd : cmd to be executed
871 int32_t cmd,
886 payload.cmd = cmd;
2690 //Send cmd to backend to set AF Bracketing for Ubi Focus.
7487 // we got notified about new cmd avail in cmd queue
7488 camera_cmd_type_t cmd = cmdThread->getCmd();
7489 switch (cmd) {
7497 // signal cmd is completed
7510 switch( dw->cmd ) {
7574 dw->cmd);
7595 * @cmd : deferred task
7602 int32_t QCamera2HardwareInterface::queueDefferedWork(DefferedWorkCmd cmd,
7608 DeffWork *dw = new DeffWork(cmd, i, args);
7616 CDBG("%s: Command queue not active! cmd = %d", __func__, cmd);