Home | History | Annotate | Download | only in libaudioclient

Lines Matching full:msec

2895 status_t AudioTrack::pendingDuration(int32_t *msec, ExtendedTimestamp::Location location)
2897 if (msec == nullptr ||
2917 *msec = 0;
2930 *msec = (int32_t)(ms + clockdiff / NANOS_PER_MILLIS);
2940 *msec = (diff <= 0) ? 0