Lines Matching full:msec
116 status_t seekTo(int msec)
120 data.writeInt32(msec);
125 status_t getCurrentPosition(int* msec)
130 *msec = reply.readInt32();
134 status_t getDuration(int* msec)
139 *msec = reply.readInt32();
280 int msec;
281 status_t ret = getCurrentPosition(&msec);
282 reply->writeInt32(msec);
288 int msec;
289 status_t ret = getDuration(&msec);
290 reply->writeInt32(msec);