Home
last modified time | relevance | path

Searched refs:getSupportedSensors (Results 1 – 14 of 14) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/
DCarSensorManager.java208 public int[] getSupportedSensors() throws CarNotConnectedException { in getSupportedSensors() method in CarSensorManager
210 return mService.getSupportedSensors(); in getSupportedSensors()
226 int[] sensors = getSupportedSensors(); in isSensorSupported()
DICarSensor.aidl25 int[] getSupportedSensors() = 0; in getSupportedSensors() method
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
DCarSensorManagerEmbedded.java36 public int[] getSupportedSensors() throws CarNotConnectedException { in getSupportedSensors() method in CarSensorManagerEmbedded
38 return mManager.getSupportedSensors(); in getSupportedSensors()
DCarSensorManager.java155 public abstract int[] getSupportedSensors() throws CarNotConnectedException; in getSupportedSensors() method in CarSensorManager
/packages/services/Car/service/src/com/android/car/
DDrivingStatePolicy.java72 int sensorList[] = mSensorService.getSupportedSensors(); in onSensorServiceReady()
117 public int[] getSupportedSensors() { in getSupportedSensors() method in DrivingStatePolicy
DDayNightModePolicy.java75 public synchronized int[] getSupportedSensors() { in getSupportedSensors() method in DayNightModePolicy
DCarSensorService.java215 mCarProvidedSensors = mSensorHal.getSupportedSensors(); in onSensorHalReady()
276 public int[] getSupportedSensors() { in getSupportedSensors() method in CarSensorService
/packages/services/Car/service/src/com/android/car/hal/
DSensorHalServiceBase.java66 public abstract int[] getSupportedSensors(); in getSupportedSensors() method in SensorHalServiceBase
DSensorHalService.java163 public synchronized int[] getSupportedSensors() { in getSupportedSensors() method in SensorHalService
/packages/services/Car/tests/android_car_api_test/src/com/android/car/apitest/
DCarSensorManagerTest.java79 int[] supportedSensors = mCarSensorManager.getSupportedSensors(); in testDrivingPolicy()
/packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
DCarSensorManagerTest.java88 int[] supportedSensors = mCarSensorManager.getSupportedSensors(); in testDrivingPolicy()
/packages/services/Car/car-lib/api/
Dcurrent.txt279 method public int[] getSupportedSensors() throws android.car.CarNotConnectedException;
Dsystem-current.txt504 method public int[] getSupportedSensors() throws android.car.CarNotConnectedException;
/packages/services/Car/car-support-lib/api/
Dcurrent.txt568 …method public abstract int[] getSupportedSensors() throws android.support.car.CarNotConnectedExcep…