Home
last modified time | relevance | path

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

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