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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorNotSupportedException.java 28 SensorTestInformation.getSensorName(sensorType),
SensorTestInformation.java 79 public static String getSensorName(int sensorType) {
SensorCtsHelper.java 243 SensorTestInformation.getSensorName(sensor.getType()));
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 28 char const* getSensorName(int type) {
148 getSensorName(data.type),
162 getSensorName(data.type),
  /frameworks/native/services/sensorservice/
SensorService.h 132 String8 getSensorName(int handle) const;
SensorService.cpp 277 getSensorName(handle).string(),
471 String8 SensorService::getSensorName(int handle) const {
754 mService->getSensorName(mSensorInfo.keyAt(i)).string(),
    [all...]

Completed in 337 milliseconds