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

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/test/win/
d3d_renderer.cc 44 D3dRenderer::~D3dRenderer() { Destroy(); }
56 void D3dRenderer::Destroy() {
83 Destroy();
89 Destroy();
105 Destroy();
119 Destroy();
  /frameworks/wilhelm/tests/sandbox/
srcsink.c 103 // destroy player
104 (*playerObject)->Destroy(playerObject);
166 (*playerObject)->Destroy(playerObject);
184 (*playerObject)->Destroy(playerObject);
203 (*playerObject)->Destroy(playerObject);
213 // destroy output mix
214 (*outputMixObject)->Destroy(outputMixObject);
216 // destroy engine
217 (*engineObject)->Destroy(engineObject);
urimime.c 154 // destroy audio player
155 (*playerObject)->Destroy(playerObject);
157 // destroy output mix
158 (*outputMixObject)->Destroy(outputMixObject);
160 // destroy engine
161 (*engineObject)->Destroy(engineObject);
xa.c 125 (*playerObject)->Destroy(playerObject);
128 (*outputMixObject)->Destroy(outputMixObject);
131 (*engineObject)->Destroy(engineObject);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2ContactManager.cpp 37 void b2ContactManager::Destroy(b2Contact* c)
98 b2Contact::Destroy(c, m_allocator);
126 Destroy(cNuke);
135 Destroy(cNuke);
157 // Here we destroy contacts that cease to overlap in the broad-phase.
162 Destroy(cNuke);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_virtual.cpp 59 Destroy(hwc_display_virtual);
66 Destroy(hwc_display_virtual);
73 Destroy(hwc_display_virtual);
84 Destroy(hwc_display_virtual);
93 void HWCDisplayVirtual::Destroy(HWCDisplay *hwc_display) {
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_virtual.cpp 59 Destroy(hwc_display_virtual);
66 Destroy(hwc_display_virtual);
73 Destroy(hwc_display_virtual);
84 Destroy(hwc_display_virtual);
93 void HWCDisplayVirtual::Destroy(HWCDisplay *hwc_display) {
  /cts/tests/tests/media/libndkaudio/
AudioPlayer.cpp 85 // destroy output mix object, and invalidate all associated interfaces
87 (*outputMixObject)->Destroy(outputMixObject);
92 (*engineObject)->Destroy(engineObject);
192 (*bqPlayerObject_)->Destroy(bqPlayerObject_);
  /external/webrtc/webrtc/base/
proxyserver.cc 100 Destroy();
122 Destroy();
146 void ProxyBinding::Destroy() {
signalthread_unittest.cc 118 signal_thread->Destroy(true);
183 thread_->Destroy(true);
192 thread_->Destroy(false);
nethelpers.cc 89 void AsyncResolver::Destroy(bool wait) {
90 SignalThread::Destroy(wait);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h 58 Destroy();
65 Destroy();
176 void Destroy() {
  /external/compiler-rt/lib/asan/
asan_thread.h 59 void Destroy();
90 t->Destroy(tid);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util.h 49 void Destroy();
105 void Destroy(const Mutex &m);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDataMask.cpp 33 Destroy();
36 void CBC_QRDataMask::Destroy() {
  /hardware/qcom/display/msm8996/sdm/libs/core/
core_impl.cpp 102 HWInfoInterface::Destroy(hw_info_intf_);
118 HWInfoInterface::Destroy(hw_info_intf_);
display_virtual.cpp 57 HWVirtual::Destroy(hw_intf_);
67 HWVirtual::Destroy(hw_intf_);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
core_impl.cpp 102 HWInfoInterface::Destroy(hw_info_intf_);
118 HWInfoInterface::Destroy(hw_info_intf_);
  /system/connectivity/shill/
external_task.cc 51 // Passes ownership of |this| to Destroy.
52 dispatcher->PostTask(base::Bind(&Destroy, this));
115 void ExternalTask::Destroy(ExternalTask* task) {
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 105 (*audioPlayerObj)->Destroy(audioPlayerObj);
109 (*outputMixObj)->Destroy(outputMixObj);
113 (*engineObj)->Destroy(engineObj);
309 (*audioRecorderObj)->Destroy(audioRecorderObj);
  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 58 void DelayedDiagnostic::Destroy() {
  /external/compiler-rt/lib/asan/tests/
asan_fake_stack_test.cc 67 fake_stack->Destroy(0);
103 fs->Destroy(0);
132 fs->Destroy(0);
149 fs->Destroy(0);
  /external/libbrillo/brillo/minijail/
mock_minijail.h 23 MOCK_METHOD1(Destroy, void(struct minijail*));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2ChainAndCircleContact.cpp 34 void b2ChainAndCircleContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)
b2ChainAndPolygonContact.cpp 34 void b2ChainAndPolygonContact::Destroy(b2Contact* contact, b2BlockAllocator* allocator)

Completed in 1053 milliseconds

1 2 34 5 6 7 8 91011>>