/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 180 std::vector<SensorInfoType> getSensorsList(); 183 Return<void> getSensorsList(ISensorsType::getSensorsList_cb _hidl_cb) override { in getSensorsList() function 184 return getSensors()->getSensorsList( in getSensorsList() 280 getSensors()->getSensorsList([&](const auto& list) { in defaultSensorByType() 293 std::vector<SensorInfoType> SensorsHidlTest::getSensorsList() { in getSensorsList() function 296 getSensors()->getSensorsList([&](const auto& list) { in getSensorsList() 309 for (const SensorInfoType& info : getSensorsList()) { in getNonOneShotSensors() 319 for (const SensorInfoType& info : getSensorsList()) { in getNonOneShotAndNonSpecialSensors() 331 for (const SensorInfoType& info : getSensorsList()) { in getOneShotSensors() 341 for (const SensorInfoType& info : getSensorsList()) { in getInjectEventSensors() [all …]
|
D | SensorsHidlEnvironmentV2_X.cpp | 78 if (!mSensors->getSensorsList([&](const hidl_vec<SensorInfo>& list) { sensorList = list; }) in resetHal()
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 49 std::vector<SensorInfo> getSensorsList(); 51 Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function in SensorsHidlTest 52 return S()->getSensorsList(_hidl_cb); in getSensorsList() 119 S()->getSensorsList( in defaultSensorByType() 133 std::vector<SensorInfo> SensorsHidlTest::getSensorsList() { in getSensorsList() function in SensorsHidlTest 136 S()->getSensorsList( in getSensorsList() 150 S()->getSensorsList([&](const auto& list) { in TEST_P() 195 std::vector<SensorInfo> sensorList = getSensorsList(); in TEST_P() 213 std::vector<SensorInfo> sensorList = getSensorsList(); in TEST_P()
|
D | SensorsHidlEnvironmentV1_0.cpp | 61 ->getSensorsList([&](const hidl_vec<SensorInfo>& list) { in resetHal()
|
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/ |
D | SensorsSubHal.h | 50 Return<void> getSensorsList(V2_1::ISensors::getSensorsList_2_1_cb _hidl_cb); 164 virtual Return<void> getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function 165 return ISensorsSubHalBase::getSensorsList([&](const auto& list) { in getSensorsList() 185 return ISensorsSubHalBase::getSensorsList(_hidl_cb); in getSensorsList_2_1() 249 Return<void> getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override; 254 Return<void> getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override;
|
D | SensorsSubHal.cpp | 91 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
|
/hardware/interfaces/sensors/common/default/2.X/multihal/include/ |
D | SubHalWrapper.h | 65 virtual Return<void> getSensorsList( 100 virtual Return<void> getSensorsList( in getSensorsList() function 102 return mSubHal->getSensorsList( in getSensorsList() 167 virtual Return<void> getSensorsList( in getSensorsList() function
|
D | HalProxy.h | 90 Return<void> getSensorsList(ISensorsV2_0::getSensorsList_cb _hidl_cb); 390 Return<void> getSensorsList(ISensorsV2_0::getSensorsList_cb _hidl_cb) override { in getSensorsList() function 391 return HalProxy::getSensorsList(_hidl_cb); in getSensorsList()
|
/hardware/interfaces/sensors/common/utils/ |
D | ISensorsWrapper.h | 80 virtual Return<void> getSensorsList( 129 virtual Return<void> getSensorsList( in getSensorsList() function 131 return mSensors->getSensorsList( in getSensorsList() 232 Return<void> getSensorsList( in getSensorsList() function
|
/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/common/default/2.X/multihal/include/V2_1/ |
D | SubHal.h | 119 Return<void> getSensorsList(getSensorsList_cb /* _hidl_cb */) final { return Void(); } in getSensorsList() function
|
/hardware/interfaces/sensors/2.1/ |
D | ISensors.hal | 27 * The SensorInfo for each sensor returned by getSensorsList must be stable 28 * from the initial call to getSensorsList after a device boot until the 30 * between subsequent calls to getSensorsList, even across restarts of the 118 @callflow(next = {"getSensorsList"})
|
/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/common/default/2.X/multihal/tests/ |
D | HalProxy_test.cpp | 228 proxy.getSensorsList([&](const auto& proxySensorsList) { in TEST() 229 subHal.getSensorsList([&](const auto& subHalSensorsList) { in TEST() 245 proxy.getSensorsList([&](const auto& list) { proxySensorsList = list; }); in TEST() 246 continuousSubHal.getSensorsList([&](const auto& list) { in TEST() 249 onChangeSubHal.getSensorsList([&](const auto& list) { in TEST() 297 proxy.getSensorsList([&](const auto& sensorsList) { in TEST() 308 proxy.getSensorsList([&](const auto& sensorsList) { in TEST()
|
/hardware/interfaces/sensors/common/default/2.X/ |
D | Sensors.h | 82 Return<void> getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
|
/hardware/interfaces/sensors/2.0/vts/functional/ |
D | VtsHalSensorsV2_0TargetTest.cpp | 275 getSensors()->getSensorsList([&](const auto& list) { in TEST_P()
|
/hardware/interfaces/sensors/common/default/2.X/multihal/ |
D | HalProxy.cpp | 124 Return<void> HalProxy::getSensorsList(ISensorsV2_0::getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V2_1::implementation::HalProxy 475 auto result = mSubHalList[subHalIndex]->getSensorsList([&](const auto& list) { in initializeSensorList()
|
/hardware/interfaces/sensors/1.0/ |
D | ISensors.hal | 23 getSensorsList() generates (vec<SensorInfo> list);
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsHidlTestBase.h | 185 virtual Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) = 0;
|