Home
last modified time | relevance | path

Searched refs:getSensorsList (Results 1 – 22 of 22) sorted by relevance

/aosp12/hardware/interfaces/sensors/common/vts/2_X/
H A DVtsHalSensorsV2_XTargetTest.h182 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 DSensorsHidlEnvironmentV2_X.cpp78 if (!mSensors->getSensorsList([&](const hidl_vec<SensorInfo>& list) { sensorList = list; }) in resetHal()
/aosp12/hardware/interfaces/sensors/1.0/vts/functional/
H A DVtsHalSensorsV1_0TargetTest.cpp51 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 DSensorsHidlEnvironmentV1_0.cpp61 ->getSensorsList([&](const hidl_vec<SensorInfo>& list) { in resetHal()
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DSensorsSubHal.h50 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 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
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/include/
H A DSubHalWrapper.h65 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 DHalProxy.h90 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 DISensorsWrapper.h80 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 DISensors.hal27 * 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 DSensorsV2_0.h32 getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
/aosp12/hardware/interfaces/sensors/2.0/
H A DISensors.hal31 * 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 DHalProxy_test.cpp228 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 DSensors.h38 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
H A DSensors.cpp116 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 DSubHal.h119 Return<void> getSensorsList(getSensorsList_cb /* _hidl_cb */) final { return Void(); } in getSensorsList() function
/aosp12/hardware/interfaces/sensors/2.1/default/
H A DSensorsV2_1.h58 getSensorsList(V2_0::ISensors::getSensorsList_cb _hidl_cb) override { in getSensorsList() function
/aosp12/hardware/interfaces/sensors/2.0/vts/functional/
H A DVtsHalSensorsV2_0TargetTest.cpp275 getSensors()->getSensorsList([&](const auto& list) { in TEST_P()
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/
H A DHalProxy.cpp124 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 DISensors.hal23 getSensorsList() generates (vec<SensorInfo> list);
/aosp12/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
H A DSensorsHidlTestBase.h188 virtual Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) = 0;
/aosp12/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp135 checkReturn(mSensors->getSensorsList( in initializeSensorList()