Home
last modified time | relevance | path

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

/device/google/contexthub/sensorhal/
Dhubconnection.cpp2045 std::vector<int32_t> activeSensorList; in removeDirectChannel() local
2046 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() argument
2082 if (activeSensorList != nullptr) { in stopAllDirectReportOnChannel()
2083 *activeSensorList = sensorToStop; in stopAllDirectReportOnChannel()