Lines Matching refs:command
65 DriverCommandAllVoicesSync* command = in SetOutputMode() local
67 command->id = DRIVER_COMMAND_ALLVOICES_SYNC; in SetOutputMode()
68 command->syncFlag = Voice::UPDATE_MIX; in SetOutputMode()
69 cmdmgr.PushCommand(command); in SetOutputMode()
105 DriverCommandAllVoicesSync* command = in SetMasterVolume() local
107 command->id = DRIVER_COMMAND_ALLVOICES_SYNC; in SetMasterVolume()
108 command->syncFlag = Voice::UPDATE_VE; in SetMasterVolume()
109 cmdmgr.PushCommand(command); in SetMasterVolume()
135 DriverCommandAllVoicesSync* command = in SetSrcType() local
137 command->id = DRIVER_COMMAND_ALLVOICES_SYNC; in SetSrcType()
138 command->syncFlag = Voice::UPDATE_SRC; in SetSrcType()
139 cmdmgr.PushCommand(command); in SetSrcType()