Home | History | Annotate | Download | only in libmedia

Lines Matching defs:msec

175     status_t seekTo(int msec)
179 data.writeInt32(msec);
184 status_t getCurrentPosition(int* msec)
189 *msec = reply.readInt32();
193 status_t getDuration(int* msec)
198 *msec = reply.readInt32();
441 int msec;
442 status_t ret = getCurrentPosition(&msec);
443 reply->writeInt32(msec);
449 int msec;
450 status_t ret = getDuration(&msec);
451 reply->writeInt32(msec);