Lines Matching refs:FALSE

81 static volatile BOOL         isIirFilterSetting = FALSE;     // TRUE if already executing SetIirFil…
82 static volatile BOOL isLockSpi = FALSE; // Whether SPI exclusion control is cu…
84 static volatile BOOL isPlayShutter = FALSE; // TRUE if currently processing shutte…
85 static volatile BOOL isStoreVolume = FALSE; // Whether a volume has been saved by …
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()
497 return SNDEXi_GetVolumeAsync(volume, callback, arg, FALSE, TRUE); in SNDEXi_GetVolumeExAsync()
518 return SNDEXi_GetVolume(volume, FALSE, TRUE); in SNDEXi_GetVolumeEx()
543 return SNDEXi_GetVolumeAsync(volume, callback, arg, FALSE, FALSE); in SNDEXi_GetCurrentVolumeExAsync()
554 return SNDEXi_GetVolume(volume, FALSE, FALSE); in SNDEXi_GetCurrentVolumeEx()
591 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_GetDeviceAsync()
671 if (FALSE == SendCommand(sndexWork.command, (u8)mute)) in SNDEXi_SetMuteAsync()
739 if (OSi_IsCodecTwlMode() == FALSE) in SNDEXi_SetI2SFrequencyAsync()
757 if (FALSE == SendCommand(sndexWork.command, (u8)freq)) in SNDEXi_SetI2SFrequencyAsync()
819 if (OSi_IsCodecTwlMode() == FALSE) in SNDEXi_SetDSPMixRateAsync()
845 if (FALSE == SendCommand(sndexWork.command, (u8)rate)) in SNDEXi_SetDSPMixRateAsync()
927 if (FALSE == SendCommand(sndexWork.command, in SNDEXi_SetVolumeAsync()
993 return SNDEXi_SetVolumeAsync(volume, callback, arg, FALSE); in SNDEXi_SetVolumeExAsync()
1014 return SNDEXi_SetVolume(volume, FALSE); in SNDEXi_SetVolumeEx()
1042 if (OSi_IsCodecTwlMode() == FALSE) in SNDEXi_SetDeviceAsync()
1060 if (FALSE == SendCommand(sndexWork.command, (u8)device)) in SNDEXi_SetDeviceAsync()
1129 if (OSi_IsCodecTwlMode() == FALSE) in SNDEXi_SetIirFilterAsync()
1132 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1141 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1150 if (FALSE == SendCommandEx(sndexWork.command, (u16)target)) in SNDEXi_SetIirFilterAsync()
1152 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1168 if (FALSE == SendCommandEx(sndexWork.command, pParam->n0)) in SNDEXi_SetIirFilterAsync()
1170 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1184 if (FALSE == SendCommandEx(sndexWork.command, pParam->n1)) in SNDEXi_SetIirFilterAsync()
1186 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1200 if (FALSE == SendCommandEx(sndexWork.command, pParam->n2)) in SNDEXi_SetIirFilterAsync()
1202 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1216 if (FALSE == SendCommandEx(sndexWork.command, pParam->d1)) in SNDEXi_SetIirFilterAsync()
1218 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1232 if (FALSE == SendCommandEx(sndexWork.command, pParam->d2)) in SNDEXi_SetIirFilterAsync()
1234 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1248 if (FALSE == SendCommandEx(sndexWork.command, 0)) in SNDEXi_SetIirFilterAsync()
1250 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilterAsync()
1291 isLockSpi = FALSE; in SNDEXi_SetIirFilter()
1293 isIirFilterSetting = FALSE; in SNDEXi_SetIirFilter()
1328 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_IsConnectedHeadphoneAsync()
1443 isStoreVolume = FALSE; in SNDEXi_ResetIgnoreHWVolume()
1465 if (OSi_IsCodecTwlMode() == FALSE) in SNDEXi_PreProcessForShutterSound()
1500 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PreProcessForShutterSound()
1527 if (OSi_IsCodecTwlMode() == FALSE || sndexState != SNDEX_STATE_PLAY_SHUTTER) in SNDEXi_PostProcessForShutterSound()
1539 if (FALSE == SendCommand(sndexWork.command, 0)) in SNDEXi_PostProcessForShutterSound()
1678 if (FALSE == OS_SendMessage((OSMessageQueue*)arg, (OSMessage)result, OS_MESSAGE_NOBLOCK)) in SyncCallback()
1708 return FALSE; in SendCommand()
1738 return FALSE; in SendCommandEx()
1807 isLockSpi = FALSE; in ReplyCallback()
1808 isIirFilterSetting = FALSE; in ReplyCallback()
1906 isStoreVolume = FALSE; in WaitResetSoundCallback()