Searched refs:mConnId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 343 mPid, mConnId, mStatus, mLoop?"true": "false"); in dump() 483 mConnId = connId; in Client() 499 LOGV("Client(%d) destructor pid = %d", mConnId, mPid); in ~Client() 508 LOGV("disconnect(%d) from pid %d", mConnId, mPid); in disconnect() 789 LOGV("[%d] setVideoSurface(%p)", mConnId, surface.get()); in setVideoSurface() 811 LOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, surfaceTexture.get()); in setVideoSurfaceTexture() 927 LOGV("[%d] prepareAsync", mConnId); in prepareAsync() 940 LOGV("[%d] start", mConnId); in start() 949 LOGV("[%d] stop", mConnId); in stop() 957 LOGV("[%d] pause", mConnId); in pause() [all …]
|
D | MediaPlayerService.h | 332 int32_t mConnId; variable
|