/aosp12/hardware/interfaces/sensors/common/vts/2_X/ |
H A D | VtsHalSensorsV2_XTargetTest.h | 182 std::vector<SensorInfoType> getSensorsList(); 186 return getSensors()->getSensorsList( in getSensorsList() 283 getSensors()->getSensorsList([&](const auto& list) { in defaultSensorByType() 299 getSensors()->getSensorsList([&](const auto& list) { in getSensorsList() 312 for (const SensorInfoType& info : getSensorsList()) { in getNonOneShotSensors() 322 for (const SensorInfoType& info : getSensorsList()) { in getNonOneShotAndNonSpecialSensors() 376 getSensors()->getSensorsList([&](const auto& list) { in TEST_P() 522 if (getSensorsList().size() == 0) { in TEST_P() 679 if (getSensorsList().size() == 0) { in TEST_P() 709 SensorInfoType sensor = getSensorsList().front(); in TEST_P() [all …]
|
H A D | SensorsHidlEnvironmentV2_X.cpp | 78 if (!mSensors->getSensorsList([&](const hidl_vec<SensorInfo>& list) { sensorList = list; }) in resetHal()
|
/aosp12/hardware/interfaces/sensors/1.0/vts/functional/ |
H A D | VtsHalSensorsV1_0TargetTest.cpp | 51 std::vector<SensorInfo> getSensorsList(); 53 Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function in SensorsHidlTest 54 return S()->getSensorsList(_hidl_cb); in getSensorsList() 121 S()->getSensorsList( in defaultSensorByType() 135 std::vector<SensorInfo> SensorsHidlTest::getSensorsList() { in getSensorsList() function in SensorsHidlTest 138 S()->getSensorsList( in getSensorsList() 152 S()->getSensorsList([&](const auto& list) { in TEST_P() 206 std::vector<SensorInfo> sensorList = getSensorsList(); in TEST_P() 224 std::vector<SensorInfo> sensorList = getSensorsList(); in TEST_P()
|
H A D | SensorsHidlEnvironmentV1_0.cpp | 61 ->getSensorsList([&](const hidl_vec<SensorInfo>& list) { in resetHal()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/ |
H A 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() 247 Return<void> getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override; 252 Return<void> getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override;
|
H A 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
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/include/ |
H A 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
|
H A 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()
|
/aosp12/hardware/interfaces/sensors/common/utils/ |
H A 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
|
/aosp12/hardware/interfaces/sensors/2.1/ |
H A 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"})
|
/aosp12/hardware/interfaces/sensors/2.0/default/ |
H A D | SensorsV2_0.h | 32 getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
|
/aosp12/hardware/interfaces/sensors/2.0/ |
H A 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"})
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/ |
H A 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()
|
/aosp12/hardware/interfaces/sensors/1.0/default/ |
H A D | Sensors.h | 38 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
|
H A D | Sensors.cpp | 116 Return<void> Sensors::getSensorsList(getSensorsList_cb _hidl_cb) { in getSensorsList() function in android::hardware::sensors::V1_0::implementation::Sensors
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/include/V2_1/ |
H A D | SubHal.h | 119 Return<void> getSensorsList(getSensorsList_cb /* _hidl_cb */) final { return Void(); } in getSensorsList() function
|
/aosp12/hardware/interfaces/sensors/2.1/default/ |
H A D | SensorsV2_1.h | 58 getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
|
/aosp12/hardware/interfaces/sensors/2.0/vts/functional/ |
H A D | VtsHalSensorsV2_0TargetTest.cpp | 275 getSensors()->getSensorsList([&](const auto& list) { in TEST_P()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/ |
H A 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 477 auto result = mSubHalList[subHalIndex]->getSensorsList([&](const auto& list) { in initializeSensorList()
|
/aosp12/hardware/interfaces/sensors/1.0/ |
H A D | ISensors.hal | 23 getSensorsList() generates (vec<SensorInfo> list);
|
/aosp12/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
H A D | SensorsHidlTestBase.h | 188 virtual Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) = 0;
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorDevice.cpp | 135 checkReturn(mSensors->getSensorsList( in initializeSensorList()
|