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

  /hardware/qcom/gps/msm8084/core/
LocAdapterBase.h 51 inline virtual ~LocAdapterBase() { mLocApi->removeAdapter(this); }
LocApiBase.h 97 void removeAdapter(LocAdapterBase* adapter);
LocApiBase.cpp 170 void LocApiBase::removeAdapter(LocAdapterBase* adapter)
  /hardware/qcom/gps/msm8960/core/
LocAdapterBase.h 50 inline virtual ~LocAdapterBase() { mLocApi->removeAdapter(this); }
LocApiBase.h 83 void removeAdapter(LocAdapterBase* adapter);
LocApiBase.cpp 142 void LocApiBase::removeAdapter(LocAdapterBase* adapter)
  /hardware/qcom/gps/msm8974/core/
LocAdapterBase.h 51 inline virtual ~LocAdapterBase() { mLocApi->removeAdapter(this); }
LocApiBase.h 97 void removeAdapter(LocAdapterBase* adapter);
LocApiBase.cpp 170 void LocApiBase::removeAdapter(LocAdapterBase* adapter)
  /hardware/qcom/gps/core/
LocAdapterBase.h 52 inline virtual ~LocAdapterBase() { mLocApi->removeAdapter(this); }
LocApiBase.h 105 void removeAdapter(LocAdapterBase* adapter);
LocApiBase.cpp 171 void LocApiBase::removeAdapter(LocAdapterBase* adapter)
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 66 void removeAdapter(IConnectionServiceAdapter adapter) {
ConnectionService.java 242 mAdapter.removeAdapter((IConnectionServiceAdapter) msg.obj);
    [all...]

Completed in 844 milliseconds