Home
last modified time | relevance | path

Searched refs:isSubscribedClient (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/core/data-items/common/
DIClientIndex.h44 virtual bool isSubscribedClient (CT client) = 0;
DClientIndex.h51 bool isSubscribedClient (CT client);
DClientIndex.cpp47 bool ClientIndex <CT,DIT> :: isSubscribedClient (CT client) { in isSubscribedClient() function in ClientIndex
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp208 if (!mParent->mClientIndex->isSubscribedClient(mClient)) { in updateSubscription()