Lines Matching refs:Client
68 const sp<Client>& client,
82 mClient(client),
121 if (client != 0) {
122 mCblkMemory = client->heap()->allocate(size);
126 client->heap()->dump("AudioTrack");
233 // Client destructor must run with AudioFlinger client mutex locked
235 // If the client's reference count drops to zero, the associated destructor
338 const sp<Client>& client,
350 : TrackBase(thread, client, sampleRate, format, channelMask, frameCount,
373 // client == 0 implies sharedBuffer == 0
374 ALOG_ASSERT(!(client == 0 && sharedBuffer != 0));
421 // leaving the client's IMemory dangling indefinitely.
464 result.append(" Name Active Client Type Fmt Chn mask Session fCount S F SRate "
601 // The server side frames are already translated to client frames.
1048 // client is not in server, so FUTEX_WAKE is needed instead of FUTEX_WAKE_PRIVATE
1148 // since client and server are in the same process,
1463 const sp<Client>& client,
1473 : TrackBase(thread, client, sampleRate, format,
1594 // client is not in server, so FUTEX_WAKE is needed instead of FUTEX_WAKE_PRIVATE
1601 result.append(" Active Client Fmt Chn mask Session S Server fCount SRate\n");