Searched refs:DisableSensors (Results 1 – 3 of 3) sorted by relevance
443 success = hub->DisableSensors(args->sensors); in main()464 hub->DisableSensors(args->sensors); in main()469 hub->DisableSensors(args->sensors); in main()
154 bool DisableSensors(const std::vector<SensorSpec>& sensors);
243 bool ContextHub::DisableSensors(const std::vector<SensorSpec>& sensors) { in DisableSensors() function in android::ContextHub