Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorService.h179 void addEventConnectionIfNotPresent(const sp<SensorEventConnection>& connection);
H A DSensorService.cpp1327 mConnectionHolder.addEventConnectionIfNotPresent(result); in createSensorEventConnection()
1753 mConnectionHolder.addEventConnectionIfNotPresent(connection); in enable()
2331 void SensorService::SensorConnectionHolder::addEventConnectionIfNotPresent( in addEventConnectionIfNotPresent() function in android::SensorService::SensorConnectionHolder