Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssCallback.cpp64 inline bool hasLatLong(const GnssLocationAidl& location) { in hasLatLong() function
69 inline bool hasLatLong(const GnssLocation_V1_0& location) { in hasLatLong() function
75 inline bool hasLatLong(const GnssLocation_V2_0& location) { in hasLatLong() function
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1379 private void handleReportLocation(boolean hasLatLong, Location location) { in handleReportLocation()
1714 public void onReportLocation(boolean hasLatLong, Location location) { in onReportLocation()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java95 public final boolean hasLatLong; field in ExifInterfaceTest.ExpectedValue
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java196 void onReportLocation(boolean hasLatLong, Location location); in onReportLocation()
1077 void reportLocation(boolean hasLatLong, Location location) { in reportLocation()