Searched refs:ClientIndex (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/gps/msm8909w_3100/core/data-items/common/ |
D | ClientIndex.cpp | 41 inline ClientIndex <CT,DIT> :: ClientIndex () {} in ClientIndex() function in ClientIndex 44 inline ClientIndex <CT,DIT> :: ~ClientIndex () {} in ~ClientIndex() 47 bool ClientIndex <CT,DIT> :: isSubscribedClient (CT client) { in isSubscribedClient() 60 void ClientIndex <CT,DIT> :: getSubscribedList (CT client, list <DIT> & out) { in getSubscribedList() 71 int ClientIndex <CT,DIT> :: remove (CT client) { in remove() 80 void ClientIndex <CT,DIT> :: remove (const list <DIT> & r, list <CT> & out) { in remove() 106 void ClientIndex <CT,DIT> :: remove in remove() 137 void ClientIndex <CT,DIT> :: add in add() 169 template class ClientIndex <IDataItemObserver *, DataItemId>; variable 170 template class ClientIndex <string, DataItemId>; variable
|
D | ClientIndex.h | 43 class ClientIndex : public IClientIndex <CT, DIT> { 47 ClientIndex (); 49 ~ClientIndex ();
|
D | IndexFactory.cpp | 49 return new (nothrow) ClientIndex <CT, DIT> (); in createClientIndex()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | Android.mk | 35 data-items/common/ClientIndex.cpp \
|
D | Makefile.am | 36 data-items/common/ClientIndex.cpp \
|