Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h748 void removeNotificationClient(pid_t pid);
DAudioFlinger.cpp1761 void AudioFlinger::removeNotificationClient(pid_t pid) in removeNotificationClient() function in android::AudioFlinger
1891 mAudioFlinger->removeNotificationClient(mPid); in binderDied()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.h284 void removeNotificationClient(uid_t uid, pid_t pid);
DAudioPolicyService.cpp167 void AudioPolicyService::removeNotificationClient(uid_t uid, pid_t pid) in removeNotificationClient() function in android::AudioPolicyService
312 service->removeNotificationClient(mUid, mPid); in binderDied()