Searched refs:OH_AudioDecoder_Stop (Results 1 – 4 of 4) sorted by relevance
210 checkParam = OH_AudioDecoder_Stop(audioDec); in AudioDecoderStop()238 OH_AudioDecoder_Stop(audioDec); in AudioDecoderFlush()264 OH_AudioDecoder_Stop(audioDec); in AudioDecoderReset()290 OH_AudioDecoder_Stop(audioDec); in AudioDecoderGetOutputDescription()349 OH_AudioDecoder_Stop(audioDec); in AudioDecoderIsValid()478 checkParam = OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderStopAnormal()503 checkParam = OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderStopBnormal()525 checkParam = OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderStopCnormal()553 OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderFlushAnormal()579 OH_AudioDecoder_Stop(audioDec); in OHAudioDecoderFlushBnormal()[all …]
22 export const OH_AudioDecoder_Stop: () => number; constant
116 * @tc.desc : test OH_AudioDecoder_Stop122 expect(audiodecoderxdlndk.OH_AudioDecoder_Stop()).assertEqual(0);320 * @tc.desc : test OH_AudioDecoder_Stop334 * @tc.desc : test OH_AudioDecoder_Stop348 * @tc.desc : test OH_AudioDecoder_Stop
253 int32_t ret = OH_AudioDecoder_Stop(adec_); in StopDec()