Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/gps/utils/
H A DLocIpc.h60 const unordered_set<int> mServicesToWatch; variable
69 : mServicesToWatch(servicesToWatch) {} in LocIpcQrtrWatcher()
73 return isInWatch(mServicesToWatch, serviceId); in isServiceInWatch()
86 inline const unordered_set<int>& getServicesToWatch() { return mServicesToWatch; } in getServicesToWatch()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A DLocIpc.h60 const unordered_set<int> mServicesToWatch; variable
69 : mServicesToWatch(servicesToWatch) {} in LocIpcQrtrWatcher()
73 return isInWatch(mServicesToWatch, serviceId); in isServiceInWatch()
86 inline const unordered_set<int>& getServicesToWatch() { return mServicesToWatch; } in getServicesToWatch()