Home
last modified time | relevance | path

Searched defs:timestampNanos (Results 1 – 2 of 2) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.h190 int64_t timestampNanos) const { in calculateColdStartLatencyMillis()
221 int64_t timestampNanos = frameTimestamp.timestamp; in getColdStartOutputMillis() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalChannelz.java523 public final long timestampNanos; field in InternalChannelz.ChannelTrace.Event
534 String description, Severity severity, long timestampNanos, in Event()
575 private Long timestampNanos; field in InternalChannelz.ChannelTrace.Event.Builder
584 public Builder setTimestampNanos(long timestampNanos) { in setTimestampNanos()