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

/frameworks/av/include/media/
H A DAudioSystem.h455 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback,
457 static sp<IAudioFlinger> gAudioFlinger; member in class:android::AudioSystem
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp36 sp<IAudioFlinger> AudioSystem::gAudioFlinger; member in class:android::AudioSystem
50 if (gAudioFlinger == 0) {
68 gAudioFlinger = interface_cast<IAudioFlinger>(binder);
69 LOG_ALWAYS_FATAL_IF(gAudioFlinger == 0);
72 af = gAudioFlinger;
473 AudioSystem::gAudioFlinger.clear();
1010 gAudioFlinger.clear();

Completed in 2196 milliseconds