Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8909w_3100/core/data-items/common/
DIndexFactory.cpp46 inline IClientIndex <CT, DIT> * IndexFactory <CT, DIT> :: createClientIndex in createClientIndex()
53 inline IDataItemIndex <CT, DIT> * IndexFactory <CT, DIT> :: createDataItemIndex in createDataItemIndex()
62 template class IndexFactory <IDataItemObserver *, DataItemId>; variable
63 template class IndexFactory <string, DataItemId>; variable
DIndexFactory.h39 class IndexFactory {
/hardware/qcom/gps/msm8909w_3100/core/
DAndroid.mk37 data-items/common/IndexFactory.cpp \
DMakefile.am38 data-items/common/IndexFactory.cpp \
DSystemStatusOsObserver.cpp44 mClientIndex(IndexFactory<IDataItemObserver*, DataItemId> :: createClientIndex()), in SystemStatusOsObserver()
45 mDataItemIndex(IndexFactory<IDataItemObserver*, DataItemId> :: createDataItemIndex()) in SystemStatusOsObserver()