Searched defs:connId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/libmediaplayerservice/
H A DMediaPlayerService.cpp261 int32_t connId = android_atomic_inc(&mNextConnId); local
262 sp<Client> c = new Client(this, pid, connId, client);
263 LOGV("Create new client(%d) from pid %d, url=%s, connId=%d", connId, pid, url, connId);
278 int32_t connId = android_atomic_inc(&mNextConnId); local
279 sp<Client> c = new Client(this, pid, connId, client);
281 connId, pid, fd, offset, length);
351 snprintf(buffer, 255, " pid(%d), connId(%d), status(%d), looping(%s)\n",
616 int32_t connId, cons
615 Client(const sp<MediaPlayerService>& service, pid_t pid, int32_t connId, const sp<IMediaPlayerClient>& client) argument
[all...]

Completed in 131 milliseconds