Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.h183 void removeDirectConnection(const wp<SensorDirectConnection>& connection);
H A DSensorService.cpp1600 mConnectionHolder.removeDirectConnection(c); in cleanupConnection()
2348 void SensorService::SensorConnectionHolder::removeDirectConnection( in removeDirectConnection() function in android::SensorService::SensorConnectionHolder