Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DBatteryService.cpp39 ssize_t index = mActivations.indexOf(key); in addSensor()
41 index = mActivations.add(key); in addSensor()
43 Info& info(mActivations.editItemAt(index)); in addSensor()
50 ssize_t index = mActivations.indexOf(Info(uid, handle)); in removeSensor()
52 Info& info(mActivations.editItemAt(index)); in removeSensor()
DBatteryService.h53 SortedVector<Info> mActivations; variable