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

/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp49 sp<AudioFlingerClient> afc; local
72 afc = gAudioFlingerClient;
78 if (afc != 0) {
80 af->registerClient(afc);
98 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
99 if (afc != 0) {
100 desc = afc->getIoDescriptor(ioHandle);
394 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
395 if (afc == 0) {
398 return afc
1180 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
1197 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
[all...]

Completed in 43 milliseconds