Lines Matching refs:pid_t
50 aaudio_result_t registerClient(pid_t pid, const android::sp<IAAudioClient>& client);
52 void unregisterClient(pid_t pid);
54 int32_t getStreamCount(pid_t pid);
56 aaudio_result_t registerClientStream(pid_t pid,
60 pid_t pid, const android::sp<AAudioServiceStreamBase>& serviceStream);
67 void setExclusiveEnabled(pid_t pid, bool enabled);
69 bool isExclusiveEnabled(pid_t pid);
86 NotificationClient(pid_t pid, const android::sp<IBinder>& binder);
112 const pid_t mProcessId;
120 android::sp<NotificationClient> getNotificationClient_l(pid_t pid)
124 std::map<pid_t, android::sp<NotificationClient>> mNotificationClients