Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSuspendControlService.h62 const std::vector<sp<ISuspendCallback>>::iterator findCb(const wp<IBinder>& cb) { in findCb() function
DSuspendControlService.cpp53 if (findCb(cb) == mCallbacks.end()) { in registerCallback()