Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.h178 void addEventConnectionIfNotPresent(const sp<SensorEventConnection>& connection);
DSensorService.cpp1330 mConnectionHolder.addEventConnectionIfNotPresent(result); in createSensorEventConnection()
1761 mConnectionHolder.addEventConnectionIfNotPresent(connection); in enable()
2339 void SensorService::SensorConnectionHolder::addEventConnectionIfNotPresent( in addEventConnectionIfNotPresent() function in android::SensorService::SensorConnectionHolder