Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:Client

83 // Max shared memory size for audio tracks and audio records per client process
161 virtual void registerClient(const sp<IAudioFlingerClient>& client);
411 // --- Client ---
412 class Client : public RefBase {
414 Client(const sp<AudioFlinger>& audioFlinger, pid_t pid);
415 virtual ~Client();
421 Client(const Client&);
422 Client& operator = (const Client&);
428 // --- Notification Client ---
432 const sp<IAudioFlingerClient>& client,
485 // server side of the client's IAudioTrack
507 // server side of the client's IAudioRecord
634 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
707 sp<Client> registerPid(pid_t pid); // always returns non-0