Lines Matching refs:AudioSystem
64 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) { in getMinFrameCount()
68 if (AudioSystem::getOutputFrameCount(&afFrameCount, streamType) != NO_ERROR) { in getMinFrameCount()
72 if (AudioSystem::getOutputLatency(&afLatency, streamType) != NO_ERROR) { in getMinFrameCount()
176 AudioSystem::releaseAudioSessionId(mSessionId); in ~AudioTrack()
212 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) { in set()
255 audio_io_handle_t output = AudioSystem::getOutput( in set()
314 AudioSystem::acquireAudioSessionId(mSessionId); in set()
565 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, mStreamType) != NO_ERROR) { in setSampleRate()
721 return AudioSystem::getOutput(mStreamType, in getOutput_l()
754 const sp<IAudioFlinger>& audioFlinger = AudioSystem::get_audio_flinger(); in createTrack_l()
761 if (AudioSystem::getLatency(output, streamType, &afLatency) != NO_ERROR) { in createTrack_l()
789 if (AudioSystem::getFrameCount(output, streamType, &afFrameCount) != NO_ERROR) { in createTrack_l()
821 if (AudioSystem::getSamplingRate(output, streamType, &afSampleRate) != NO_ERROR) { in createTrack_l()
825 if (AudioSystem::getFrameCount(output, streamType, &afFrameCount) != NO_ERROR) { in createTrack_l()
1336 AudioSystem::clearAudioConfigCache(); in restoreTrack_l()