HomeSort by relevance Sort by last modified time
    Searched refs:IzatProxyBase (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/gps/msm8084/core/
IzatProxyBase.h 40 class IzatProxyBase {
48 inline IzatProxyBase() {}
50 inline virtual ~IzatProxyBase() {}
56 typedef IzatProxyBase* (getIzatProxy_t)();
  /hardware/qcom/gps/msm8960/core/
IzatProxyBase.h 40 class IzatProxyBase {
48 inline IzatProxyBase() {}
50 inline virtual ~IzatProxyBase() {}
56 typedef IzatProxyBase* (getIzatProxy_t)();
ContextBase.h 36 #include <IzatProxyBase.h>
43 static IzatProxyBase* getIzatProxy(const char* libName);
46 const IzatProxyBase* mIzatProxy;
ContextBase.cpp 44 IzatProxyBase* ContextBase::getIzatProxy(const char* libName)
46 IzatProxyBase* proxy = NULL;
56 proxy = new IzatProxyBase();
Android.mk 39 IzatProxyBase.h \

Completed in 55 milliseconds