Searched refs:posMs (Results 1 – 3 of 3) sorted by relevance
1555 long posMs = msec; in seekTo()1556 if (posMs > Integer.MAX_VALUE) { in seekTo()1557 Log.w(TAG, "seekTo offset " + posMs + " is too large, cap to " in seekTo()1559 posMs = Integer.MAX_VALUE; in seekTo()1560 } else if (posMs < Integer.MIN_VALUE) { in seekTo()1561 Log.w(TAG, "seekTo offset " + posMs + " is too small, cap to " in seekTo()1563 posMs = Integer.MIN_VALUE; in seekTo()1565 _seekTo(posMs, mode); in seekTo()
2768 int64_t posMs; in onSourceNotify() local2770 driver->getCurrentPosition(&posMs); in onSourceNotify()2771 posUs = posMs * 1000ll; in onSourceNotify()
2675 int posMs; in onSourceNotify() local2677 driver->getCurrentPosition(&posMs); in onSourceNotify()2678 posUs = (int64_t) posMs * 1000ll; in onSourceNotify()