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

/frameworks/av/media/libmedia/
H A DAudioSystem.cpp38 sp<IAudioFlinger> AudioSystem::gAudioFlinger; member in class:android::AudioSystem
60 if (gAudioFlinger == 0) {
78 gAudioFlinger = interface_cast<IAudioFlinger>(binder);
79 LOG_ALWAYS_FATAL_IF(gAudioFlinger == 0);
82 af = gAudioFlinger;
463 AudioSystem::gAudioFlinger.clear();
866 gAudioFlinger.clear();
/frameworks/av/include/media/
H A DAudioSystem.h385 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback,
390 static sp<IAudioFlinger> gAudioFlinger; member in class:android::AudioSystem

Completed in 8 milliseconds