Searched refs:NotificationClient (Results 1 – 4 of 4) sorted by relevance
529 class NotificationClient : public IBinder::DeathRecipient {531 NotificationClient(const sp<AudioPolicyService>& service,534 virtual ~NotificationClient();551 NotificationClient(const NotificationClient&);552 NotificationClient& operator = (const NotificationClient&);578 DefaultKeyedVector< uid_t, sp<NotificationClient> > mNotificationClients;
109 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient()226 AudioPolicyService::NotificationClient::NotificationClient(const sp<AudioPolicyService>& service, in NotificationClient() function in android::AudioPolicyService::NotificationClient234 AudioPolicyService::NotificationClient::~NotificationClient() in ~NotificationClient()238 void AudioPolicyService::NotificationClient::binderDied(const wp<IBinder>& who __unused) in binderDied()240 sp<NotificationClient> keep(this); in binderDied()247 void AudioPolicyService::NotificationClient::onAudioPortListUpdate() in onAudioPortListUpdate()254 void AudioPolicyService::NotificationClient::onAudioPatchListUpdate() in onAudioPatchListUpdate()261 void AudioPolicyService::NotificationClient::onDynamicPolicyMixStateUpdate( in onDynamicPolicyMixStateUpdate()269 void AudioPolicyService::NotificationClient::onRecordingConfigurationUpdate( in onRecordingConfigurationUpdate()280 void AudioPolicyService::NotificationClient::setAudioPortCallbacksEnabled(bool enabled) in setAudioPortCallbacksEnabled()
456 class NotificationClient : public IBinder::DeathRecipient {458 NotificationClient(const sp<AudioFlinger>& audioFlinger,461 virtual ~NotificationClient();469 NotificationClient(const NotificationClient&);470 NotificationClient& operator = (const NotificationClient&);776 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
1397 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient()1523 AudioFlinger::NotificationClient::NotificationClient(const sp<AudioFlinger>& audioFlinger, in NotificationClient() function in android::AudioFlinger::NotificationClient1530 AudioFlinger::NotificationClient::~NotificationClient() in ~NotificationClient()1534 void AudioFlinger::NotificationClient::binderDied(const wp<IBinder>& who __unused) in binderDied()1536 sp<NotificationClient> keep(this); in binderDied()