HomeSort by relevance Sort by last modified time
    Searched refs:timestampNanos (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libaaudio/tests/
test_timestamps.cpp 45 int64_t timestampNanos;
133 &timestamp->timestampNanos);
299 const bool timeChanged = (timestamp->timestampNanos
300 != (timestamp - 1)->timestampNanos);
309 timestamp->timestampNanos,
319 (long long) timestamp->timestampNanos,
  /external/grpc-grpc-java/core/src/main/java/io/grpc/
InternalChannelz.java 523 public final long timestampNanos;
534 String description, Severity severity, long timestampNanos,
538 this.timestampNanos = timestampNanos;
545 return Objects.hashCode(description, severity, timestampNanos, channelRef, subchannelRef);
554 && timestampNanos == that.timestampNanos
566 .add("timestampNanos", timestampNanos)
575 private Long timestampNanos;
    [all...]
  /external/grpc-grpc-java/services/src/main/java/io/grpc/services/
ChannelzProtoUtil.java 387 .setTimestamp(Timestamps.fromNanos(event.timestampNanos));
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 137 milliseconds