Home
last modified time | relevance | path

Searched refs:GetSensorList (Results 1 – 2 of 2) sorted by relevance

/frameworks/hardware/interfaces/sensorservice/aidl/vts/
DVtsHalSensorManagerTargetTest.cpp83 ndk::ScopedAStatus GetSensorList(std::vector<SensorInfo>* out_info, in GetSensorList() function in SensorManagerTest
110 auto res = GetSensorList(&sensorList); in TEST_P()
116 auto res = GetSensorList(&sensorList, [](const auto& info) { in TEST_P()
190 auto res = GetSensorList( in TEST_P()
208 auto res = GetSensorList(&sensorList, [](const auto& info) { in TEST_P()
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
DVtsHalSensorManagerV1_0TargetTest.cpp109 android::base::Result<std::vector<SensorInfo>> GetSensorList( in GetSensorList() function in SensorManagerTest
151 ASSERT_RESULT_OK(GetSensorList()); in TEST_P()
155 auto ashmem_sensors = GetSensorList( in TEST_P()
222 GetSensorList([](const auto &info) { return info.type == SensorType::ACCELEROMETER; }); in TEST_P()
240 auto accelerometer_ashmem_sensors = GetSensorList([](const auto &info) { in TEST_P()