Lines Matching full:msec
310 snprintf(buffer, 255, " msec per frame(%f), channel count(%d), format(%d), frame count(%ld)\n",
330 snprintf(buffer, 255, " msec per frame(%f), latency (%d)\n",
881 status_t MediaPlayerService::Client::getCurrentPosition(int *msec)
886 status_t ret = p->getCurrentPosition(msec);
888 ALOGV("[%d] getCurrentPosition = %d", mConnId, *msec);
895 status_t MediaPlayerService::Client::getDuration(int *msec)
900 status_t ret = p->getDuration(msec);
902 ALOGV("[%d] getDuration = %d", mConnId, *msec);
930 status_t MediaPlayerService::Client::seekTo(int msec)
932 ALOGV("[%d] seekTo(%d)", mConnId, msec);
935 return p->seekTo(msec);