Searched refs:GetSensorList (Results 1 – 2 of 2) sorted by relevance
83 ndk::ScopedAStatus GetSensorList(std::vector<SensorInfo>* out_info, in GetSensorList() function in SensorManagerTest110 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()
109 android::base::Result<std::vector<SensorInfo>> GetSensorList( in GetSensorList() function in SensorManagerTest151 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()