Home
last modified time | relevance | path

Searched refs:afc (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp50 sp<AudioFlingerClient> afc; in get_audio_flinger() local
73 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() local
100 if (afc != 0) { in getIoDescriptor()
101 desc = afc->getIoDescriptor(ioHandle); in getIoDescriptor()
395 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); in getInputBufferSize() local
396 if (afc == 0) { in getInputBufferSize()
399 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize); in getInputBufferSize()
[all …]