Home
last modified time | relevance | path

Searched refs:NotificationClient (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioClientTracker.cpp79 const sp<NotificationClient> notificationClient = new NotificationClient(pid, binder); in registerClient()
142 sp<AAudioClientTracker::NotificationClient>
144 sp<NotificationClient> notificationClient = mNotificationClients[pid]; in getNotificationClient_l()
148 notificationClient = new AAudioClientTracker::NotificationClient(pid, nullptr); in getNotificationClient_l()
158 AAudioClientTracker::NotificationClient::NotificationClient(pid_t pid, const sp<IBinder>& binder) in NotificationClient() function in AAudioClientTracker::NotificationClient
162 int32_t AAudioClientTracker::NotificationClient::getStreamCount() { in getStreamCount()
167 aaudio_result_t AAudioClientTracker::NotificationClient::registerClientStream( in registerClientStream()
174 aaudio_result_t AAudioClientTracker::NotificationClient::unregisterClientStream( in unregisterClientStream()
182 void AAudioClientTracker::NotificationClient::binderDied(const wp<IBinder>& who __unused) { in binderDied()
204 const sp<NotificationClient> keep(this); in binderDied()
[all …]
DAAudioClientTracker.h84 class NotificationClient : public IBinder::DeathRecipient {
86 NotificationClient(pid_t pid, const android::sp<IBinder>& binder);
87 ~NotificationClient() override = default;
120 android::sp<NotificationClient> getNotificationClient_l(pid_t pid)
124 std::map<pid_t, android::sp<NotificationClient>> mNotificationClients
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp380 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient()
669 AudioPolicyService::NotificationClient::NotificationClient( in NotificationClient() function in android::AudioPolicyService::NotificationClient
679 AudioPolicyService::NotificationClient::~NotificationClient() in ~NotificationClient()
683 void AudioPolicyService::NotificationClient::binderDied(const wp<IBinder>& who __unused) in binderDied()
685 sp<NotificationClient> keep(this); in binderDied()
692 void AudioPolicyService::NotificationClient::onAudioPortListUpdate() in onAudioPortListUpdate()
699 void AudioPolicyService::NotificationClient::onAudioPatchListUpdate() in onAudioPatchListUpdate()
706 void AudioPolicyService::NotificationClient::onAudioVolumeGroupChanged(volume_group_t group, in onAudioVolumeGroupChanged()
715 void AudioPolicyService::NotificationClient::onDynamicPolicyMixStateUpdate( in onDynamicPolicyMixStateUpdate()
724 void AudioPolicyService::NotificationClient::onRecordingConfigurationUpdate( in onRecordingConfigurationUpdate()
[all …]
DAudioPolicyService.h899 class NotificationClient : public IBinder::DeathRecipient {
901 NotificationClient(const sp<AudioPolicyService>& service,
904 virtual ~NotificationClient();
933 NotificationClient(const NotificationClient&);
934 NotificationClient& operator = (const NotificationClient&);
1039 DefaultKeyedVector<int64_t, sp<NotificationClient>> mNotificationClients
/frameworks/av/services/audioflinger/
DAudioFlinger.h476 class NotificationClient : public IBinder::DeathRecipient {
478 NotificationClient(const sp<AudioFlinger>& audioFlinger,
482 virtual ~NotificationClient();
492 DISALLOW_COPY_AND_ASSIGN(NotificationClient);
696 DefaultKeyedVector<pid_t, sp<NotificationClient>> mNotificationClients
DAudioFlinger.cpp2095 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient()
2239 AudioFlinger::NotificationClient::NotificationClient(const sp<AudioFlinger>& audioFlinger, in NotificationClient() function in android::AudioFlinger::NotificationClient
2247 AudioFlinger::NotificationClient::~NotificationClient() in ~NotificationClient()
2251 void AudioFlinger::NotificationClient::binderDied(const wp<IBinder>& who __unused) in binderDied()
2253 sp<NotificationClient> keep(this); in binderDied()