Home
last modified time | relevance | path

Searched refs:restartHal (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/
H A DGnssGeofenceProxyTest.java112 mFakeHal.restartHal(); in testAddGeofence_restart()
122 mFakeHal.restartHal(); in testRemoveGeofence_restart()
130 mFakeHal.restartHal(); in testPauseGeofence_restart()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java262 public void restartHal() { in restartHal() method in FakeGnssHal
264 Objects.requireNonNull(mGnssNative).restartHal(); in restartHal()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java930 FgThread.getExecutor().execute(this::restartHal); in reportGnssServiceDied()
934 void restartHal() { in restartHal() method in GnssNative
/aosp12/frameworks/base/services/
H A Dart-profile22581 PLcom/android/server/location/gnss/hal/GnssNative;->restartHal()V