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

/frameworks/av/media/libmedia/
H A DAudioSystem.cpp47 sp<AudioFlingerClient> afc; local
70 afc = gAudioFlingerClient;
74 if (afc != 0) {
75 af->registerClient(afc);
92 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
93 if (afc != 0) {
94 desc = afc->getIoDescriptor(ioHandle);
363 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
364 if (afc == 0) {
367 return afc
1111 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
1128 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
[all...]

Completed in 1426 milliseconds