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

/frameworks/av/include/media/
H A DAudioSystem.h274 static sp<AudioPolicyServiceClient> gAudioPolicyServiceClient; member in class:android::AudioSystem
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp510 sp<AudioSystem::AudioPolicyServiceClient> AudioSystem::gAudioPolicyServiceClient; member in class:android::AudioSystem
527 if (gAudioPolicyServiceClient == NULL) {
528 gAudioPolicyServiceClient = new AudioPolicyServiceClient();
530 binder->linkToDeath(gAudioPolicyServiceClient);

Completed in 190 milliseconds