Home
last modified time | relevance | path

Searched defs:getSensorList (Results 1 – 17 of 17) sorted by relevance

/frameworks/hardware/interfaces/sensorservice/aidl/android/frameworks/sensorservice/
DISensorManager.aidl110 SensorInfo[] getSensorList(); in getSensorList() method
/frameworks/hardware/interfaces/sensorservice/aidl/aidl_api/android.frameworks.sensorservice/1/android/frameworks/sensorservice/
DISensorManager.aidl26 android.hardware.sensors.SensorInfo[] getSensorList(); in getSensorList() method
/frameworks/hardware/interfaces/sensorservice/aidl/aidl_api/android.frameworks.sensorservice/current/android/frameworks/sensorservice/
DISensorManager.aidl26 android.hardware.sensors.SensorInfo[] getSensorList(); in getSensorList() method
/frameworks/native/services/sensorservice/hidl/
DSensorManager.cpp69 Return<void> SensorManager::getSensorList(getSensorList_cb _hidl_cb) { in getSensorList() function in android::frameworks::sensorservice::V1_0::implementation::SensorManager
/frameworks/native/services/sensorservice/aidl/
DSensorManager.cpp174 ndk::ScopedAStatus SensorManagerAidl::getSensorList(std::vector<SensorInfo>* _aidl_return) { in getSensorList() function in android::frameworks::sensorservice::implementation::SensorManagerAidl
/frameworks/native/libs/sensor/
DSensorManager.cpp193 ssize_t SensorManager::getSensorList(Sensor const* const** list) { in getSensorList() function in android::SensorManager
DISensorServer.cpp58 virtual Vector<Sensor> getSensorList(const String16& opPackageName) in getSensorList() function in android::BpSensorServer
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp97 int ASensorManager::getSensorList(ASensorList *out) { in getSensorList() function in ASensorManager
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl187 InputSensorInfo[] getSensorList(int deviceId); in getSensorList() method
DInputManager.java1074 public InputSensorInfo[] getSensorList(int deviceId) { in getSensorList() method in InputManager
DInputManagerGlobal.java936 InputSensorInfo[] getSensorList(int deviceId) { in getSensorList() method in InputManagerGlobal
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java206 InputSensorInfo[] getSensorList(int deviceId); in getSensorList() method
469 public native InputSensorInfo[] getSensorList(int deviceId); in getSensorList() method in NativeInputManagerService.NativeImpl
DInputManagerService.java1863 public InputSensorInfo[] getSensorList(int deviceId) { in getSensorList() method in InputManagerService
/frameworks/native/services/sensorservice/
DSensorDevice.cpp341 ssize_t SensorDevice::getSensorList(sensor_t const** list) { in getSensorList() function in android::SensorDevice
DSensorService.cpp1436 Vector<Sensor> SensorService::getSensorList(const String16& opPackageName) { in getSensorList() function in android::SensorService
/frameworks/base/core/java/android/hardware/
DSensorManager.java428 public List<Sensor> getSensorList(int type) { in getSensorList() method in SensorManager
DSystemSensorManager.java171 public List<Sensor> getSensorList(int type) { in getSensorList() method in SystemSensorManager