Home
last modified time | relevance | path

Searched defs:ttff (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
DIGnssStatusListener.aidl28 void onFirstFix(int ttff); in onFirstFix()
DLocationManager.java2417 int ttff = GpsStatusTransport.sTtff; in getGpsStatus() local
3403 public void onFirstFix(int ttff) { in onFirstFix()
3426 public void onFirstFix(int ttff) { in onFirstFix()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssStatusProvider.java152 public void onReportFirstFix(int ttff) { in onReportFirstFix()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java181 void onReportFirstFix(int ttff); in onReportFirstFix()
1083 int ttff = (int) (SystemClock.elapsedRealtime() - mStartRealtimeMs); in reportLocation() local