Searched refs:DataItemIndex (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/gps/msm8909w_3100/core/data-items/common/ |
D | DataItemIndex.cpp | 42 inline DataItemIndex <CT,DIT> :: DataItemIndex () {} in DataItemIndex() function in DataItemIndex 45 inline DataItemIndex <CT,DIT> :: ~DataItemIndex () {} in ~DataItemIndex() 48 void DataItemIndex <CT,DIT> :: getListOfSubscribedClients in getListOfSubscribedClients() 63 int DataItemIndex <CT,DIT> :: remove (DIT id) { in remove() 72 void DataItemIndex <CT,DIT> :: remove (const list <CT> & r, list <DIT> & out) { in remove() 104 void DataItemIndex <CT,DIT> :: remove in remove() 136 void DataItemIndex <CT,DIT> :: add in add() 165 void DataItemIndex <CT,DIT> :: add in add() 200 template class DataItemIndex <IDataItemObserver *, DataItemId>; variable 201 template class DataItemIndex <string, DataItemId>; variable
|
D | DataItemIndex.h | 44 class DataItemIndex : public IDataItemIndex <CT, DIT> { 48 DataItemIndex (); 50 ~DataItemIndex ();
|
D | IndexFactory.cpp | 56 return new (nothrow) DataItemIndex <CT, DIT> (); in createDataItemIndex()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | Android.mk | 36 data-items/common/DataItemIndex.cpp \
|
D | Makefile.am | 37 data-items/common/DataItemIndex.cpp \
|