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

/frameworks/av/media/libmedia/
H A DAudioSystem.cpp46 sp<AudioFlingerClient> afc; local
69 afc = gAudioFlingerClient;
73 if (afc != 0) {
74 af->registerClient(afc);
91 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
92 if (afc != 0) {
93 desc = afc->getIoDescriptor(ioHandle);
362 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
363 if (afc == 0) {
366 return afc
1081 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
1098 const sp<AudioFlingerClient> afc = getAudioFlingerClient(); local
[all...]

Completed in 57 milliseconds