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

/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp48 sp<AudioFlingerClient> afc; local
71 afc = gAudioFlingerClient;
77 if (afc != 0) {
78 af->registerClient(afc);
95 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
96 if (afc != 0) {
97 desc = afc->getIoDescriptor(ioHandle);
366 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
367 if (afc == 0) {
370 return afc
1133 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
1150 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
[all...]

Completed in 82 milliseconds