Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp135 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 …]
DSensorsHidlEnvironmentV2_0.cpp88 if (!mSensors->getSensorsList([&](const hidl_vec<SensorInfo>& list) { sensorList = list; }) in resetHal()
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp50 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()
DSensorsHidlEnvironmentV1_0.cpp54 ->getSensorsList([&](const hidl_vec<SensorInfo>& list) { in resetHal()
/hardware/interfaces/sensors/2.0/multihal/tests/fake_subhal/
DSensorsSubHal.h49 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;
DSensorsSubHal.cpp57 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/
DSensors.h38 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
DSensors.cpp116 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/
DHalProxy_test.cpp195 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/
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"})
/hardware/interfaces/sensors/2.0/default/
DSensors.h60 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
DSensors.cpp63 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/
DSensorsHidlTestBase.h70 virtual Return<void> getSensorsList(ISensors::getSensorsList_cb _hidl_cb) = 0;
/hardware/interfaces/sensors/2.0/multihal/include/
DHalProxy.h68 Return<void> getSensorsList(getSensorsList_cb _hidl_cb) override;
/hardware/interfaces/sensors/2.0/multihal/
DHalProxy.cpp98 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/
DISensors.hal23 getSensorsList() generates (vec<SensorInfo> list);