Searched refs:afc (Results 1 – 1 of 1) sorted by relevance
47 sp<AudioFlingerClient> afc; in get_audio_flinger() local70 afc = gAudioFlingerClient; in get_audio_flinger()74 if (afc != 0) { in get_audio_flinger()75 af->registerClient(afc); in get_audio_flinger()92 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); in getIoDescriptor() local93 if (afc != 0) { in getIoDescriptor()94 desc = afc->getIoDescriptor(ioHandle); in getIoDescriptor()363 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); in getInputBufferSize() local364 if (afc == 0) { in getInputBufferSize()367 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize); in getInputBufferSize()[all …]