HomeSort by relevance Sort by last modified time
    Searched refs:onSensorHalReady (Results 1 - 5 of 5) sorted by null

  /packages/services/Car/service/src/com/android/car/
DayNightModePolicy.java 60 mSensorListener.onSensorHalReady(this);
DrivingStatePolicy.java 107 mSensorListener.onSensorHalReady(this);
CarSensorService.java 130 // Watch out the order. registerSensorListener can lead into onSensorHalReady call.
213 public void onSensorHalReady(SensorHalServiceBase hal) {
    [all...]
  /packages/services/Car/service/src/com/android/car/hal/
SensorHalServiceBase.java 44 void onSensorHalReady(SensorHalServiceBase hal);
SensorHalService.java 153 listener.onSensorHalReady(this);

Completed in 68 milliseconds