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

/frameworks/av/include/media/
H A DAudioSystem.h289 static sp<AudioPolicyServiceClient> gAudioPolicyServiceClient; member in class:android::AudioSystem
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp519 sp<AudioSystem::AudioPolicyServiceClient> AudioSystem::gAudioPolicyServiceClient; member in class:android::AudioSystem
536 if (gAudioPolicyServiceClient == NULL) {
537 gAudioPolicyServiceClient = new AudioPolicyServiceClient();
539 binder->linkToDeath(gAudioPolicyServiceClient);

Completed in 36 milliseconds