Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:connId

261     int32_t connId = android_atomic_inc(&mNextConnId);
264 this, pid, connId, client, audioSessionId,
267 ALOGV("Create new client(%d) from pid %d, uid %d, ", connId, pid,
366 snprintf(buffer, 255, " pid(%d), connId(%d), status(%d), looping(%s)\n",
502 int32_t connId, const sp<IMediaPlayerClient>& client,
505 ALOGV("Client(%d) constructor", connId);
507 mConnId = connId;