Searched refs:NotificationClient (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/av/services/oboeservice/ |
H A D | AAudioClientTracker.cpp | 79 sp<NotificationClient> notificationClient = new NotificationClient(pid, binder); in registerClient() 141 sp<AAudioClientTracker::NotificationClient> 143 sp<NotificationClient> notificationClient = mNotificationClients[pid]; in getNotificationClient_l() 147 notificationClient = new AAudioClientTracker::NotificationClient(pid, nullptr); in getNotificationClient_l() 157 AAudioClientTracker::NotificationClient::NotificationClient(pid_t pid, const sp<IBinder>& binder) in NotificationClient() function in AAudioClientTracker::NotificationClient 161 AAudioClientTracker::NotificationClient::~NotificationClient() { in ~NotificationClient() 164 int32_t AAudioClientTracker::NotificationClient::getStreamCount() { in getStreamCount() 169 aaudio_result_t AAudioClientTracker::NotificationClient::registerClientStream( in registerClientStream() 176 aaudio_result_t AAudioClientTracker::NotificationClient::unregisterClientStream( in unregisterClientStream() 184 void AAudioClientTracker::NotificationClient::binderDied(const wp<IBinder>& who __unused) { in binderDied() [all …]
|
H A D | AAudioClientTracker.h | 84 class NotificationClient : public IBinder::DeathRecipient { 86 NotificationClient(pid_t pid, const android::sp<IBinder>& binder); 87 virtual ~NotificationClient(); 118 android::sp<NotificationClient> getNotificationClient_l(pid_t pid) 122 std::map<pid_t, android::sp<NotificationClient>> mNotificationClients
|
/aosp12/frameworks/av/services/audiopolicy/service/ |
H A D | AudioPolicyService.cpp | 203 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient() 442 AudioPolicyService::NotificationClient::NotificationClient( in NotificationClient() function in android::AudioPolicyService::NotificationClient 452 AudioPolicyService::NotificationClient::~NotificationClient() in ~NotificationClient() 456 void AudioPolicyService::NotificationClient::binderDied(const wp<IBinder>& who __unused) in binderDied() 458 sp<NotificationClient> keep(this); in binderDied() 465 void AudioPolicyService::NotificationClient::onAudioPortListUpdate() in onAudioPortListUpdate() 472 void AudioPolicyService::NotificationClient::onAudioPatchListUpdate() in onAudioPatchListUpdate() 488 void AudioPolicyService::NotificationClient::onDynamicPolicyMixStateUpdate( in onDynamicPolicyMixStateUpdate() 497 void AudioPolicyService::NotificationClient::onRecordingConfigurationUpdate( in onRecordingConfigurationUpdate() 542 void AudioPolicyService::NotificationClient::setAudioPortCallbacksEnabled(bool enabled) in setAudioPortCallbacksEnabled() [all …]
|
H A D | AudioPolicyService.h | 789 class NotificationClient : public IBinder::DeathRecipient { 791 NotificationClient(const sp<AudioPolicyService>& service, 794 virtual ~NotificationClient(); 822 NotificationClient(const NotificationClient&); 823 NotificationClient& operator = (const NotificationClient&); 987 DefaultKeyedVector<int64_t, sp<NotificationClient>> mNotificationClients
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | AudioFlinger.h | 500 class NotificationClient : public IBinder::DeathRecipient { 502 NotificationClient(const sp<AudioFlinger>& audioFlinger, 506 virtual ~NotificationClient(); 516 DISALLOW_COPY_AND_ASSIGN(NotificationClient); 924 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
|
H A D | AudioFlinger.cpp | 1815 sp<NotificationClient> notificationClient = new NotificationClient(this, in registerClient() 1963 AudioFlinger::NotificationClient::NotificationClient(const sp<AudioFlinger>& audioFlinger, in NotificationClient() function in android::AudioFlinger::NotificationClient 1971 AudioFlinger::NotificationClient::~NotificationClient() in ~NotificationClient() 1975 void AudioFlinger::NotificationClient::binderDied(const wp<IBinder>& who __unused) in binderDied() 1977 sp<NotificationClient> keep(this); in binderDied()
|