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

  /system/connectivity/shill/shims/
ppp.cc 88 DestroyProxy();
97 DestroyProxy();
106 DestroyProxy();
139 DestroyProxy();
148 DestroyProxy();
172 void PPP::DestroyProxy() {
ppp.h 59 void DestroyProxy();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2BroadPhase.cpp 50 void b2BroadPhase::DestroyProxy(int32 proxyId)
54 m_tree.DestroyProxy(proxyId);
b2BroadPhase.h 54 void DestroyProxy(int32 proxyId);
b2DynamicTree.h 74 void DestroyProxy(int32 proxyId);
b2DynamicTree.cpp 124 void b2DynamicTree::DestroyProxy(int32 proxyId)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.cpp 145 broadPhase->DestroyProxy(proxy->proxyId);

Completed in 351 milliseconds