Searched refs:NotificationClient (Results 1 – 4 of 4) sorted by relevance
476 class NotificationClient : public IBinder::DeathRecipient {478 NotificationClient(const sp<AudioPolicyService>& service,481 virtual ~NotificationClient();490 NotificationClient(const NotificationClient&);491 NotificationClient& operator = (const NotificationClient&);512 DefaultKeyedVector< uid_t, sp<NotificationClient> > mNotificationClients;
156 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient()230 AudioPolicyService::NotificationClient::NotificationClient(const sp<AudioPolicyService>& service, in NotificationClient() function in android::AudioPolicyService::NotificationClient237 AudioPolicyService::NotificationClient::~NotificationClient() in ~NotificationClient()241 void AudioPolicyService::NotificationClient::binderDied(const wp<IBinder>& who __unused) in binderDied()243 sp<NotificationClient> keep(this); in binderDied()250 void AudioPolicyService::NotificationClient::onAudioPortListUpdate() in onAudioPortListUpdate()257 void AudioPolicyService::NotificationClient::onAudioPatchListUpdate() in onAudioPatchListUpdate()
417 class NotificationClient : public IBinder::DeathRecipient {419 NotificationClient(const sp<AudioFlinger>& audioFlinger,422 virtual ~NotificationClient();430 NotificationClient(const NotificationClient&);431 NotificationClient& operator = (const NotificationClient&);714 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
1207 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient()1351 AudioFlinger::NotificationClient::NotificationClient(const sp<AudioFlinger>& audioFlinger, in NotificationClient() function in android::AudioFlinger::NotificationClient1358 AudioFlinger::NotificationClient::~NotificationClient() in ~NotificationClient()1362 void AudioFlinger::NotificationClient::binderDied(const wp<IBinder>& who __unused) in binderDied()1364 sp<NotificationClient> keep(this); in binderDied()