HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 1 - 25 of 496) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/core/src/fxge/android/
fpf_skiamodule.h 22 void Destroy() override;
fpf_skiamodule.cpp 21 void CFPF_SkiaDeviceModule::Destroy() {
fx_android_imp.cpp 24 ((IFPF_DeviceModule*)m_pPlatformData)->Destroy();
  /cts/tests/tests/media/libndkaudio/src/com/android/ndkaudio/
AudioPlayer.java 26 public native void Destroy();
AudioRecorder.java 26 public native void Destroy();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2ContactManager.h 40 void Destroy(b2Contact* c);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDataMask.h 21 static void Destroy();
BC_QRCodeReader.cpp 107 CBC_QRCoderMode::Destroy();
108 CBC_QRCoderErrorCorrectionLevel::Destroy();
109 CBC_QRDataMask::Destroy();
110 CBC_QRCoderVersion::Destroy();
BC_QRCoderErrorCorrectionLevel.h 28 static void Destroy();
  /external/webrtc/webrtc/base/
asyncresolverinterface.h 32 virtual void Destroy(bool wait) = 0;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_factory.cc 24 void Destroy(VideoEncoder* encoder) override { delete encoder; }
  /frameworks/compile/mclinker/include/mcld/ADT/
HashEntryFactory.h 29 void destroy(entry_type*& pEntry) { HashEntryTy::Destroy(pEntry); } function in class:mcld::HashEntryFactory
  /hardware/qcom/display/msm8996/sdm/libs/core/
hw_events_interface.h 39 static DisplayError Destroy(HWEventsInterface *intf);
hw_info_interface.h 37 static DisplayError Destroy(HWInfoInterface *intf);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
hw_events_interface.h 39 static DisplayError Destroy(HWEventsInterface *intf);
hw_info_interface.h 37 static DisplayError Destroy(HWInfoInterface *intf);
  /system/core/libbinderwrapper/
binder_test_base.cc 30 BinderWrapper::Destroy();
  /external/webrtc/webrtc/test/linux/
glx_renderer.cc 32 GlxRenderer::~GlxRenderer() { Destroy(); }
36 Destroy();
48 Destroy();
54 Destroy();
80 Destroy();
85 Destroy();
93 void GlxRenderer::Destroy() {
96 GlRenderer::Destroy();
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2CircleContact.h 31 static void Destroy(b2Contact* contact, b2BlockAllocator* allocator);
b2EdgeAndCircleContact.h 31 static void Destroy(b2Contact* contact, b2BlockAllocator* allocator);
b2EdgeAndPolygonContact.h 31 static void Destroy(b2Contact* contact, b2BlockAllocator* allocator);
b2PolygonAndCircleContact.h 30 static void Destroy(b2Contact* contact, b2BlockAllocator* allocator);
b2PolygonContact.h 31 static void Destroy(b2Contact* contact, b2BlockAllocator* allocator);
  /external/webrtc/webrtc/test/gl/
gl_renderer.h 36 void Destroy();
  /external/webrtc/webrtc/test/
vcm_capturer.cc 32 Destroy();
48 Destroy();
81 void VcmCapturer::Destroy() {
90 // TODO(pbos): How do I destroy the VideoCaptureModule? This still leaves
95 VcmCapturer::~VcmCapturer() { Destroy(); }

Completed in 198 milliseconds

1 2 3 4 5 6 7 8 91011>>