Searched refs:afc (Results 1 – 1 of 1) sorted by relevance
50 sp<AudioFlingerClient> afc; in get_audio_flinger() local73 afc = gAudioFlingerClient; in get_audio_flinger()79 if (afc != 0) { in get_audio_flinger()81 af->registerClient(afc); in get_audio_flinger()99 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); in getIoDescriptor() local100 if (afc != 0) { in getIoDescriptor()101 desc = afc->getIoDescriptor(ioHandle); in getIoDescriptor()395 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); in getInputBufferSize() local396 if (afc == 0) { in getInputBufferSize()399 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize); in getInputBufferSize()[all …]