Lines Matching refs:command
63 DriverCommandAllVoicesSync* command = in SetOutputMode() local
65 command->id = DRIVER_COMMAND_ALLVOICES_SYNC; in SetOutputMode()
66 command->syncFlag = Voice::UPDATE_MIX; in SetOutputMode()
67 cmdmgr.PushCommand(command); in SetOutputMode()
103 DriverCommandAllVoicesSync* command = in SetMasterVolume() local
105 command->id = DRIVER_COMMAND_ALLVOICES_SYNC; in SetMasterVolume()
106 command->syncFlag = Voice::UPDATE_VE; in SetMasterVolume()
107 cmdmgr.PushCommand(command); in SetMasterVolume()
133 DriverCommandAllVoicesSync* command = in SetSrcType() local
135 command->id = DRIVER_COMMAND_ALLVOICES_SYNC; in SetSrcType()
136 command->syncFlag = Voice::UPDATE_SRC; in SetSrcType()
137 cmdmgr.PushCommand(command); in SetSrcType()