Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/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.1.0/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.1.0/include/nitro/spi/ARM9/
Dmic.h38 MIC_RESULT_BUSY, // Exclusion control in effect enumerator
/TwlSDK-5.1.0/build/demos.TWL/spi/mic-3/src/
Dmain.c230 case MIC_RESULT_BUSY: // Microphone in use by other thread in StartSampling()
275 case MIC_RESULT_BUSY: // Microphone in use by other thread in StopSampling()
314 case MIC_RESULT_BUSY: // Microphone in use by other thread in AdjustSampling()
/TwlSDK-5.1.0/build/demos.TWL/spi/spiMonkey3/src/
Dmain.c333 case MIC_RESULT_BUSY: // Microphone in use by other thread in StartMicSampling()
378 case MIC_RESULT_BUSY: // Microphone in use by other thread in StopMicSampling()
417 case MIC_RESULT_BUSY: // Microphone in use by other thread in AdjustMicSampling()
/TwlSDK-5.1.0/build/demos.TWL/spi/mic-4/src/
Dmain.c273 case MIC_RESULT_BUSY: // Microphone in use by other thread in StartSampling()
318 case MIC_RESULT_BUSY: // Microphone in use by other thread in StopSampling()
/TwlSDK-5.1.0/build/demos.TWL/dsp/snd-mic/src/
Dmain.c213 else if ((result == MIC_RESULT_BUSY) || (result == MIC_RESULT_SEND_ERROR)) in TwlMain()
/TwlSDK-5.1.0/build/demos.TWL/snd/IIRFilterdemo-mic/src/
Dmain.c304 case MIC_RESULT_BUSY: // Microphone in use by other thread in StartSampling()
349 case MIC_RESULT_BUSY: // Microphone in use by other thread in StopSampling()
/TwlSDK-5.1.0/build/demos/spi/pmAmpGain/src/
Dmain.c346 case MIC_RESULT_BUSY: // Another thread is using the microphone in StartMicSampling()
/TwlSDK-5.1.0/build/demos.TWL/spi/pmAmpGainLevel/src/
Dmain.c450 case MIC_RESULT_BUSY: // Microphone in use by other thread in StartMicSampling()