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.cpp62 if (findCb(cb) == mCallbacks.end()) { in registerCallback()
81 mCallbacks.erase(findCb(who)); in binderDied()
DSuspendControlService.h55 std::vector<sp<ISuspendCallback> >::iterator findCb(const wp<IBinder>& cb) { in findCb() function