Lines Matching refs:Client
64 const sp<Client>& client,
79 mClient(client),
140 if (client != 0) {
141 mCblkMemory = client->heap()->allocate(size);
145 client->heap()->dump("AudioTrack");
257 // Client destructor must run with AudioFlinger client mutex locked
259 // If the client's reference count drops to zero, the associated destructor
372 const sp<Client>& client,
386 : TrackBase(thread, client, sampleRate, format, channelMask, frameCount,
410 // client == 0 implies sharedBuffer == 0
411 ALOG_ASSERT(!(client == 0 && sharedBuffer != 0));
458 // leaving the client's IMemory dangling indefinitely.
501 result.append("T Name Active Client Session S Flags "
672 // The server side frames are already translated to client frames.
910 // Clear the client ring buffer so that the app can prime the buffer while paused.
1171 // client is not in server, so FUTEX_WAKE is needed instead of FUTEX_WAKE_PRIVATE
1272 // since client and server are in the same process,
1590 const sp<Client>& client,
1602 : TrackBase(thread, client, sampleRate, format,
1724 // client is not in server, so FUTEX_WAKE is needed instead of FUTEX_WAKE_PRIVATE
1731 result.append("Active Client Session S Flags Format Chn mask SRate Server FrmCnt\n");
1926 result.append("Client Session Format Chn mask SRate\n");