Lines Matching refs:af
1209 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in setAppState_l() local
1210 if (af) { in setAppState_l()
1226 af->setRecordSilenced(client->portId, silenced); in setAppState_l()
1861 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in threadLoop() local
1862 if (af == 0) { in threadLoop()
1866 command->mStatus = af->createAudioPatch(&data->mPatch, &data->mHandle); in threadLoop()
1873 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in threadLoop() local
1874 if (af == 0) { in threadLoop()
1878 command->mStatus = af->releaseAudioPatch(data->mHandle); in threadLoop()
1917 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in threadLoop() local
1918 if (af == 0) { in threadLoop()
1922 command->mStatus = af->setAudioPortConfig(&data->mConfig); in threadLoop()
1957 sp<IAudioFlinger> af = AudioSystem::get_audio_flinger(); in threadLoop() local
1958 if (af != 0) { in threadLoop()
1960 af->setEffectSuspended(data->mEffectId, data->mSessionId, data->mSuspended); in threadLoop()