Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:Client

1019     result.append("\t\t\t  Pid Priority Ctrl Locked client server\n");
1043 const sp<AudioFlinger::Client>& client,
1047 mEffect(effect), mEffectClient(effectClient), mClient(client), mCblk(NULL),
1052 if (client == 0) {
1056 mCblkMemory = client->heap()->allocate(EFFECT_PARAM_BUFFER_SIZE + bufOffset);
1201 // Client destructor must run with AudioFlinger client mutex locked
1230 // particular client process: no risk to block the whole media server process or mixer