Searched refs:afc (Results 1 – 1 of 1) sorted by relevance
48 sp<AudioFlingerClient> afc; in get_audio_flinger() local71 afc = gAudioFlingerClient; in get_audio_flinger()77 if (afc != 0) { in get_audio_flinger()78 af->registerClient(afc); in get_audio_flinger()95 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); in getIoDescriptor() local96 if (afc != 0) { in getIoDescriptor()97 desc = afc->getIoDescriptor(ioHandle); in getIoDescriptor()366 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); in getInputBufferSize() local367 if (afc == 0) { in getInputBufferSize()370 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize); in getInputBufferSize()[all …]