Searched refs:getSupportedSensors (Results 1 – 14 of 14) sorted by relevance
208 public int[] getSupportedSensors() throws CarNotConnectedException { in getSupportedSensors() method in CarSensorManager210 return mService.getSupportedSensors(); in getSupportedSensors()226 int[] sensors = getSupportedSensors(); in isSensorSupported()
25 int[] getSupportedSensors() = 0; in getSupportedSensors() method
36 public int[] getSupportedSensors() throws CarNotConnectedException { in getSupportedSensors() method in CarSensorManagerEmbedded38 return mManager.getSupportedSensors(); in getSupportedSensors()
155 public abstract int[] getSupportedSensors() throws CarNotConnectedException; in getSupportedSensors() method in CarSensorManager
72 int sensorList[] = mSensorService.getSupportedSensors(); in onSensorServiceReady()117 public int[] getSupportedSensors() { in getSupportedSensors() method in DrivingStatePolicy
75 public synchronized int[] getSupportedSensors() { in getSupportedSensors() method in DayNightModePolicy
215 mCarProvidedSensors = mSensorHal.getSupportedSensors(); in onSensorHalReady()276 public int[] getSupportedSensors() { in getSupportedSensors() method in CarSensorService
66 public abstract int[] getSupportedSensors(); in getSupportedSensors() method in SensorHalServiceBase
163 public synchronized int[] getSupportedSensors() { in getSupportedSensors() method in SensorHalService
79 int[] supportedSensors = mCarSensorManager.getSupportedSensors(); in testDrivingPolicy()
88 int[] supportedSensors = mCarSensorManager.getSupportedSensors(); in testDrivingPolicy()
279 method public int[] getSupportedSensors() throws android.car.CarNotConnectedException;
504 method public int[] getSupportedSensors() throws android.car.CarNotConnectedException;
568 …method public abstract int[] getSupportedSensors() throws android.support.car.CarNotConnectedExcep…