Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:Client

152     virtual     void        registerClient(const sp<IAudioFlingerClient>& client);
273 const AudioClient& client,
419 // --- Client ---
420 class Client : public RefBase {
422 Client(const sp<AudioFlinger>& audioFlinger, pid_t pid);
423 virtual ~Client();
429 DISALLOW_COPY_AND_ASSIGN(Client);
436 // --- Notification Client ---
440 const sp<IAudioFlingerClient>& client,
531 // server side of the client's IAudioTrack
557 // server side of the client's IAudioRecord
585 virtual status_t start(const AudioClient& client,
709 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
786 // Audio data transfer is directly handled by the client creating the MMAP stream
790 sp<Client> registerPid(pid_t pid); // always returns non-0