Searched defs:timeReference (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | WakeLockLog.java | 504 LogEntry fromBytes(byte[] bytes, long timeReference, LogEntry entryToReuse) { in fromBytes() 598 int toBytes(LogEntry entry, byte[] bytes, long timeReference) { in toBytes() 667 private int getRelativeTime(long timeReference, long time) { in getRelativeTime() 912 long timeReference = mStartTime; in removeTagIndex() local 1005 private LogEntry readEntryAt(int index, long timeReference, LogEntry entryToSet) { in readEntryAt() 1023 private void writeEntryAt(int index, LogEntry entry, long timeReference) { in writeEntryAt()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
H A D | FakeGnssHal.java | 155 public GnssHalInjectedTime(long time, long timeReference, int uncertainty) { in GnssHalInjectedTime() 491 protected void injectTime(long time, long timeReference, int uncertainty) { in injectTime()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 708 public void injectTime(long time, long timeReference, int uncertainty) { in injectTime() 1373 protected void injectTime(long time, long timeReference, int uncertainty) { in injectTime() 1577 private static native void native_inject_time(long time, long timeReference, int uncertainty); in native_inject_time()
|
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | Gnss.cpp | 371 void GnssHal::injectTime(jlong time, jlong timeReference, jint uncertainty) { in injectTime()
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_location_GnssLocationProvider.cpp | 502 jlong timeReference, in android_location_gnss_hal_GnssNative_inject_time()
|