Home
last modified time | relevance | path

Searched refs:removeNotificationClient (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h227 void removeNotificationClient(uid_t uid);
DAudioPolicyService.cpp146 void AudioPolicyService::removeNotificationClient(uid_t uid) in removeNotificationClient() function in android::AudioPolicyService
257 service->removeNotificationClient(mUid); in binderDied()
/frameworks/av/services/audioflinger/
DAudioFlinger.h655 void removeNotificationClient(pid_t pid);
DAudioFlinger.cpp1473 void AudioFlinger::removeNotificationClient(pid_t pid) in removeNotificationClient() function in android::AudioFlinger
1580 mAudioFlinger->removeNotificationClient(mPid); in binderDied()