HomeSort by relevance Sort by last modified time
    Searched defs:gAudioFlinger (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libaudioclient/include/media/
AudioSystem.h 471 static Mutex gLock; // protects gAudioFlinger and gAudioErrorCallback,
473 static sp<IAudioFlinger> gAudioFlinger;
  /frameworks/av/media/libaudioclient/
AudioSystem.cpp 39 sp<IAudioFlinger> AudioSystem::gAudioFlinger;
52 if (gAudioFlinger == 0) {
70 gAudioFlinger = interface_cast<IAudioFlinger>(binder);
71 LOG_ALWAYS_FATAL_IF(gAudioFlinger == 0);
76 af = gAudioFlinger;
504 AudioSystem::gAudioFlinger.clear();
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 119 wp<AudioFlinger> gAudioFlinger;
233 gAudioFlinger = this;
277 af = gAudioFlinger.promote();
    [all...]

Completed in 65 milliseconds