HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 1 - 25 of 427) 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/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;
win32window_unittest.cc 51 wnd.Destroy();
62 wnd1.Destroy();
63 wnd2.Destroy();
win32window.h 33 void Destroy();
  /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/fb/
hw_virtual.h 36 static DisplayError Destroy(HWInterface *intf);
  /hardware/qcom/display/msm8996/sdm/libs/core/
hw_info_interface.h 36 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();
glx_renderer.h 37 void Destroy();
  /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(); }
  /cts/tests/tests/nativemedia/xa/src/
XAObjectCreationTest.cpp 94 (*mediaPlayerObj)->Destroy(mediaPlayerObj);
98 (*outputMixObj)->Destroy(outputMixObj);
102 (*engineObj)->Destroy(engineObj);
  /external/libchrome/base/memory/
manual_constructor.h 9 // destroy an object multiple times but only allocate it once.
61 inline void Destroy() {
  /external/libweave/third_party/chromium/base/
callback_unittest.cc 39 BindState() : BindStateBase(&Destroy) {}
43 static void Destroy(BindStateBase* self) {
52 BindState() : BindStateBase(&Destroy) {}
56 static void Destroy(BindStateBase* self) {
  /external/webrtc/webrtc/modules/audio_device/android/
opensles_common.h 41 (*obj_)->Destroy(obj_);
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_wrapper_unittest.cc 38 void Destroy() {

Completed in 694 milliseconds

1 2 3 4 5 6 7 8 91011>>