Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching defs:connId

259     int32_t connId = android_atomic_inc(&mNextConnId);
262 this, pid, connId, client, audioSessionId,
265 ALOGV("Create new client(%d) from pid %d, uid %d, ", connId, pid,
364 snprintf(buffer, 255, " pid(%d), connId(%d), status(%d), looping(%s)\n",
500 int32_t connId, const sp<IMediaPlayerClient>& client,
503 ALOGV("Client(%d) constructor", connId);
505 mConnId = connId;