Home
last modified time | relevance | path

Searched refs:MIC_RESULT_BUSY (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.4/build/libraries/spi/ARM9/src/
Dmic.c156 return MIC_RESULT_BUSY; in MIC_DoSamplingAsync()
282 return MIC_RESULT_BUSY; in MIC_StartAutoSamplingAsync()
340 return MIC_RESULT_BUSY; in MIC_StopAutoSamplingAsync()
406 return MIC_RESULT_BUSY; in MIC_AdjustAutoSamplingAsync()
647 result = MIC_RESULT_BUSY; in MicCommonCallback()
/TwlSDK-5.4/build/libraries/spi/ARM9.TWL/src/
Dmicex.c164 return MIC_RESULT_BUSY; in MICEXi_StartLimitedSamplingAsync()
238 return MIC_RESULT_BUSY; in MICEXi_StopLimitedSamplingAsync()
328 return MIC_RESULT_BUSY; in MICEXi_AdjustLimitedSamplingAsync()
/TwlSDK-5.4/include/nitro/spi/ARM9/
Dmic.h38 MIC_RESULT_BUSY, // Exclusion control in effect enumerator
/TwlSDK-5.4/build/demos.TWL/spi/mic-3/src/
Dmain.c234 case MIC_RESULT_BUSY: // Another thread is using the microphone in StartSampling()
279 case MIC_RESULT_BUSY: // Microphone in use by other thread in StopSampling()
318 case MIC_RESULT_BUSY: // Microphone in use by other thread in AdjustSampling()
/TwlSDK-5.4/build/demos.TWL/spi/spiMonkey3/src/
Dmain.c337 case MIC_RESULT_BUSY: // Another thread is using the microphone in StartMicSampling()
382 case MIC_RESULT_BUSY: // Microphone in use by other thread in StopMicSampling()
421 case MIC_RESULT_BUSY: // Microphone in use by other thread in AdjustMicSampling()
/TwlSDK-5.4/build/demos.TWL/spi/mic-4/src/
Dmain.c277 case MIC_RESULT_BUSY: // Another thread is using the microphone in StartSampling()
322 case MIC_RESULT_BUSY: // Microphone in use by other thread in StopSampling()
/TwlSDK-5.4/build/demos.TWL/dsp/snd-mic/src/
Dmain.c217 else if ((result == MIC_RESULT_BUSY) || (result == MIC_RESULT_SEND_ERROR)) in TwlMain()
/TwlSDK-5.4/build/demos.TWL/snd/IIRFilterdemo-mic/src/
Dmain.c318 case MIC_RESULT_BUSY: // Another thread is using the microphone in StartSampling()
363 case MIC_RESULT_BUSY: // Microphone in use by other thread in StopSampling()
/TwlSDK-5.4/build/demos/spi/pmAmpGain/src/
Dmain.c346 case MIC_RESULT_BUSY: // Another thread is using the microphone in StartMicSampling()
/TwlSDK-5.4/build/demos.TWL/spi/pmAmpGainLevel/src/
Dmain.c454 case MIC_RESULT_BUSY: // Another thread is using the microphone in StartMicSampling()