Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp398 list<IDataItemObserver*> clientList(0); in notify() local
403 clientList.push_back(each_cient); in notify()
406 clientList.unique(); in notify()
408 for (auto client : clientList) { in notify()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp722 ClientList clientList = getClientList(); in ListComponents() local
723 for (const std::shared_ptr<Codec2Client>& client : clientList) { in ListComponents()
730 for (const std::shared_ptr<Codec2Client>& client : clientList) { in ListComponents()