Searched refs:offsetMicros (Results 1 – 3 of 3) sorted by relevance
127 public void injectEvent(int[] events, long offsetMicros) { in injectEvent() argument131 args.argl1 = offsetMicros; in injectEvent()225 long offsetMicros = args.argl1; in handleMessage() local242 } else if (offsetMicros == -1) { in handleMessage()246 mLastInjectTimestampMicros += offsetMicros; in handleMessage()
225 public void setTimestampOffsetMicros(long offsetMicros) { in setTimestampOffsetMicros() argument226 mEvent.mTimestampOffsetMicros = offsetMicros; in setTimestampOffsetMicros()
329 int32_t offsetMicros = (getDirection() == AAUDIO_DIRECTION_OUTPUT) in configureDataInformation() local333 ALOGD_IF(offsetMicros, "%s() - %s mmap offset = %d micros", in configureDataInformation()336 offsetMicros); in configureDataInformation()337 mTimeOffsetNanos = offsetMicros * AAUDIO_NANOS_PER_MICROSECOND; in configureDataInformation()