Searched refs:activeSensorList (Results 1 – 1 of 1) sorted by relevance
2045 std::vector<int32_t> activeSensorList; in removeDirectChannel() local2046 stopAllDirectReportOnChannel(channel_handle, &activeSensorList); in removeDirectChannel()2050 if (!activeSensorList.empty()) { in removeDirectChannel()2052 std::copy(activeSensorList.begin(), activeSensorList.end(), in removeDirectChannel()2065 int channel_handle, std::vector<int32_t> *activeSensorList) { in stopAllDirectReportOnChannel() argument2082 if (activeSensorList != nullptr) { in stopAllDirectReportOnChannel()2083 *activeSensorList = sensorToStop; in stopAllDirectReportOnChannel()