Home
last modified time | relevance | path

Searched refs:ClientIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/core/data-items/common/
DClientIndex.cpp41 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
DClientIndex.h43 class ClientIndex : public IClientIndex <CT, DIT> {
47 ClientIndex ();
49 ~ClientIndex ();
DIndexFactory.cpp49 return new (nothrow) ClientIndex <CT, DIT> (); in createClientIndex()
/hardware/qcom/gps/msm8909w_3100/core/
DAndroid.mk35 data-items/common/ClientIndex.cpp \
DMakefile.am36 data-items/common/ClientIndex.cpp \