Lines Matching refs:connId
263 int32_t connId = android_atomic_inc(&mNextConnId);
266 this, pid, connId, client, audioSessionId,
269 LOGV("Create new client(%d) from pid %d, uid %d, ", connId, pid,
342 snprintf(buffer, 255, " pid(%d), connId(%d), status(%d), looping(%s)\n",
478 int32_t connId, const sp<IMediaPlayerClient>& client,
481 LOGV("Client(%d) constructor", connId);
483 mConnId = connId;