Lines Matching refs:SendCommand
93 static BOOL SendCommand (u8 command, u8 param);
192 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetMuteAsync()
269 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetI2SFrequencyAsync()
347 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDSPMixRateAsync()
427 if (FALSE == SendCommand(sndexWork.command, in SNDEXi_GetVolumeAsync()
591 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDeviceAsync()
671 if (FALSE == SendCommand(sndexWork.command, (u8)mute)) in SNDEXi_SetMuteAsync()
757 if (FALSE == SendCommand(sndexWork.command, (u8)freq)) in SNDEXi_SetI2SFrequencyAsync()
845 if (FALSE == SendCommand(sndexWork.command, (u8)rate)) in SNDEXi_SetDSPMixRateAsync()
927 if (FALSE == SendCommand(sndexWork.command, in SNDEXi_SetVolumeAsync()
1060 if (FALSE == SendCommand(sndexWork.command, (u8)device)) in SNDEXi_SetDeviceAsync()
1328 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_IsConnectedHeadphoneAsync()
1500 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PreProcessForShutterSound()
1539 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PostProcessForShutterSound()
1696 SendCommand (u8 command, u8 param) in SendCommand() function