/hardware/interfaces/sensors/2.0/vts/functional/ |
D | VtsHalSensorsV2_0TargetTest.cpp | 135 std::vector<SensorInfo> getSensorsList(); 137 Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function in SensorsHidlTest 138 return getSensors()->getSensorsList(_hidl_cb); in getSensorsList() 233 getSensors()->getSensorsList([&](const auto& list) { in defaultSensorByType() 246 std::vector<SensorInfo> SensorsHidlTest::getSensorsList() { in getSensorsList() function in SensorsHidlTest 249 getSensors()->getSensorsList([&](const auto& list) { in getSensorsList() 262 for (const SensorInfo& info : getSensorsList()) { in getNonOneShotSensors() 272 for (const SensorInfo& info : getSensorsList()) { in getNonOneShotAndNonSpecialSensors() 284 for (const SensorInfo& info : getSensorsList()) { in getOneShotSensors() 294 for (const SensorInfo& info : getSensorsList()) { in getInjectEventSensors() [all …]
|
D | SensorsHidlEnvironmentV2_0.cpp | 88 if (!mSensors->getSensorsList([&](const hidl_vec<SensorInfo>& list) { sensorList = list; }) in resetHal()
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 50 std::vector<SensorInfo> getSensorsList(); 52 Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function in SensorsHidlTest 53 return S()->getSensorsList(_hidl_cb); in getSensorsList() 120 S()->getSensorsList( in defaultSensorByType() 134 std::vector<SensorInfo> SensorsHidlTest::getSensorsList() { in getSensorsList() function in SensorsHidlTest 137 S()->getSensorsList( in getSensorsList() 151 S()->getSensorsList([&](const auto& list) { in TEST_P() 196 std::vector<SensorInfo> sensorList = getSensorsList(); in TEST_P() 214 std::vector<SensorInfo> sensorList = getSensorsList(); in TEST_P()
|
D | SensorsHidlEnvironmentV1_0.cpp | 54 ->getSensorsList([&](const hidl_vec<SensorInfo>& list) { in resetHal()
|
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/ |
D | SensorsSubHal.h | 49 virtual Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override; 146 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override; 151 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
|
D | SensorsSubHal.cpp | 57 Return<void> SensorsSubHal::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_0::subhal::implementation::SensorsSubHal 201 Return<void> AllSupportDirectChannelSensorsSubHal::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_0::subhal::implementation::AllSupportDirectChannelSensorsSubHal 213 Return<void> DoesNotSupportDirectChannelSensorsSubHal::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_0::subhal::implementation::DoesNotSupportDirectChannelSensorsSubHal
|
/hardware/interfaces/sensors/1.0/default/ |
D | Sensors.h | 38 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
|
D | Sensors.cpp | 116 Return<void> Sensors::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V1_0::implementation::Sensors
|
/hardware/interfaces/sensors/2.0/multihal/tests/ |
D | HalProxy_test.cpp | 195 proxy.getSensorsList([&](const auto& proxySensorsList) { in TEST() 196 subHal.getSensorsList([&](const auto& subHalSensorsList) { in TEST() 212 proxy.getSensorsList([&](const auto& list) { proxySensorsList = list; }); in TEST() 213 continuousSubHal.getSensorsList([&](const auto& list) { in TEST() 216 onChangeSubHal.getSensorsList([&](const auto& list) { in TEST() 264 proxy.getSensorsList([&](const auto& sensorsList) { in TEST() 275 proxy.getSensorsList([&](const auto& sensorsList) { in TEST()
|
/hardware/interfaces/sensors/2.0/ |
D | ISensors.hal | 31 * The SensorInfo for each sensor returned by getSensorsList must be stable 32 * from the initial call to getSensorsList after a device boot until the 34 * between subsequent calls to getSensorsList, even across restarts of the 38 getSensorsList() generates (vec<SensorInfo> list); 151 @callflow(next = {"getSensorsList"})
|
/hardware/interfaces/sensors/2.0/default/ |
D | Sensors.h | 60 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
|
D | Sensors.cpp | 63 Return<void> Sensors::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_0::implementation::Sensors
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsHidlTestBase.h | 70 virtual Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) = 0;
|
/hardware/interfaces/sensors/2.0/multihal/include/ |
D | HalProxy.h | 68 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
|
/hardware/interfaces/sensors/2.0/multihal/ |
D | HalProxy.cpp | 98 Return<void> HalProxy::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_0::implementation::HalProxy 400 auto result = subHal->getSensorsList([&](const auto& list) { in initializeSensorList()
|
/hardware/interfaces/sensors/1.0/ |
D | ISensors.hal | 23 getSensorsList() generates (vec<SensorInfo> list);
|