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

  /hardware/qcom/gps/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)
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 59 void removeAdapter(IConnectionServiceAdapter adapter) {
ConnectionService.java 245 mAdapter.removeAdapter((IConnectionServiceAdapter) msg.obj);
    [all...]

Completed in 140 milliseconds