Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioSystem.cpp47 sp<AudioFlingerClient> afc; in get_audio_flinger() local
70 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() local
93 if (afc != 0) { in getIoDescriptor()
94 desc = afc->getIoDescriptor(ioHandle); in getIoDescriptor()
363 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); in getInputBufferSize() local
364 if (afc == 0) { in getInputBufferSize()
367 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize); in getInputBufferSize()
[all …]