Home
last modified time | relevance | path

Searched defs:getSensorsList (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/sensors/2.0/default/
DSensorsV2_0.h32 getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
/hardware/interfaces/sensors/common/default/2.X/multihal/include/V2_1/
DSubHal.h119 Return<void> getSensorsList(getSensorsList_cb /* _hidl_cb */) final { return Void(); } in getSensorsList() function
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DSensorsSubHal.cpp91 Return<void> ISensorsSubHalBase::getSensorsList(V2_1::ISensors::getSensorsList_2_1_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_1::subhal::implementation::ISensorsSubHalBase
209 Return<void> AllSupportDirectChannelSensorsSubHal::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_1::subhal::implementation::AllSupportDirectChannelSensorsSubHal
221 Return<void> DoesNotSupportDirectChannelSensorsSubHal::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_1::subhal::implementation::DoesNotSupportDirectChannelSensorsSubHal
DSensorsSubHal.h164 virtual Return<void> getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
/hardware/interfaces/sensors/2.1/default/
DSensorsV2_1.h58 getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
/hardware/interfaces/sensors/common/default/2.X/multihal/include/
DSubHalWrapper.h100 virtual Return<void> getSensorsList( in getSensorsList() function
167 virtual Return<void> getSensorsList( in getSensorsList() function
DHalProxy.h392 Return<void> getSensorsList(ISensorsV2_0::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
/hardware/interfaces/sensors/common/utils/
DISensorsWrapper.h129 virtual Return<void> getSensorsList( in getSensorsList() function
232 Return<void> getSensorsList( in getSensorsList() function
/hardware/interfaces/sensors/aidl/default/
DSensors.cpp73 ScopedAStatus Sensors::getSensorsList(std::vector<SensorInfo>* _aidl_return) { in getSensorsList() function in aidl::android::hardware::sensors::Sensors
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/1/android/hardware/sensors/
DISensors.aidl41 android.hardware.sensors.SensorInfo[] getSensorsList(); in getSensorsList() method
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/current/android/hardware/sensors/
DISensors.aidl41 android.hardware.sensors.SensorInfo[] getSensorsList(); in getSensorsList() method
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/2/android/hardware/sensors/
DISensors.aidl41 android.hardware.sensors.SensorInfo[] getSensorsList(); in getSensorsList() method
/hardware/interfaces/sensors/aidl/android/hardware/sensors/
DISensors.aidl110 SensorInfo[] getSensorsList(); in getSensorsList() method
/hardware/interfaces/sensors/aidl/default/multihal/
DHalProxyAidl.cpp154 ScopedAStatus HalProxyAidl::getSensorsList( in getSensorsList() function in aidl::android::hardware::sensors::implementation::HalProxyAidl
/hardware/interfaces/sensors/1.0/default/
DSensors.cpp116 Return<void> Sensors::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V1_0::implementation::Sensors
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp53 Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function in SensorsHidlTest
135 std::vector<SensorInfo> SensorsHidlTest::getSensorsList() { in getSensorsList() function in SensorsHidlTest
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h185 Return<void> getSensorsList(ISensorsType::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
296 std::vector<SensorInfoType> SensorsHidlTest::getSensorsList() { in getSensorsList() function
/hardware/interfaces/sensors/common/default/2.X/multihal/
DHalProxy.cpp127 Return<void> HalProxy::getSensorsList(ISensorsV2_0::getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_1::implementation::HalProxy
/hardware/interfaces/sensors/aidl/vts/
DVtsAidlHalSensorsTargetTest.cpp413 std::vector<SensorInfo> SensorsAidlTest::getSensorsList() { in getSensorsList() function in SensorsAidlTest