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

1 2 3 4 5 6 78 91011>>

  /frameworks/wilhelm/tests/sandbox/
outputmix.c 123 // destroy output mix
124 (*outputMixObject)->Destroy(outputMixObject);
193 // destroy output mix
194 (*outputMixObject)->Destroy(outputMixObject);
195 // destroy engine
196 (*engineObject)->Destroy(engineObject);
monkey.c 89 (*p->mObject)->Destroy(p->mObject);
161 (*outputMixObject)->Destroy(outputMixObject);
164 (*engineObject)->Destroy(engineObject);
multiplay.c 279 (*playerObject)->Destroy(playerObject);
281 (*mixObject)->Destroy(mixObject);
282 (*engineObject)->Destroy(engineObject);
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_primary.cpp 61 HWPrimary::Destroy(hw_intf_);
79 HWPrimary::Destroy(hw_intf_);
89 HWPrimary::Destroy(hw_intf_);
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 307 (*uriPlayerObject)->Destroy(uriPlayerObject);
755 // destroy buffer queue audio player object, and invalidate all associated interfaces
757 (*bqPlayerObject)->Destroy(bqPlayerObject);
766 // destroy file descriptor audio player object, and invalidate all associated interfaces
768 (*fdPlayerObject)->Destroy(fdPlayerObject);
776 // destroy URI audio player object, and invalidate all associated interfaces
778 (*uriPlayerObject)->Destroy(uriPlayerObject);
786 // destroy audio recorder object, and invalidate all associated interfaces
788 (*recorderObject)->Destroy(recorderObject);
794 // destroy output mix object, and invalidate all associated interface
    [all...]
  /external/clang/lib/Rewrite/
RewriteRope.cpp 98 void Destroy();
409 Children[i]->Destroy();
601 CurChild->Destroy();
613 void RopePieceBTreeNode::Destroy() {
723 getRoot(Root)->Destroy();
734 getRoot(Root)->Destroy();
  /external/compiler-rt/lib/asan/
asan_thread.cc 102 context->thread->Destroy();
105 void AsanThread::Destroy() {
186 // the thread's memory as non-live from the moment we call Destroy(), even
188 // cleaned up by a user-defined TSD destructor. Thus, calling Destroy() before
191 this->Destroy();
asan_fake_stack.h 68 void Destroy(int tid);
  /frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp 265 /* Destroy the player */
266 (*player)->Destroy(player);
268 /* Destroy Output Mix object */
269 (*outputMix)->Destroy(outputMix);
335 (*sl)->Destroy(sl);
slesTestEqOutputPath.cpp 269 /* Destroy the player */
270 (*player)->Destroy(player);
272 /* Destroy Output Mix object */
273 (*outputMix)->Destroy(outputMix);
336 (*sl)->Destroy(sl);
slesTestSendToPresetReverb.cpp 313 /* Destroy the player */
314 (*player)->Destroy(player);
316 /* Destroy Output Mix object */
317 (*outputMix)->Destroy(outputMix);
383 (*sl)->Destroy(sl);
  /frameworks/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 367 /* Destroy the players */
368 (*player)->Destroy(player);
370 /* Destroy Output Mix object */
371 (*outputMix)->Destroy(outputMix);
409 (*sl)->Destroy(sl);
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 302 /* Destroy the player */
304 (*player)->Destroy(player);
306 /* Destroy Output Mix object */
307 (*OutputMix)->Destroy(OutputMix);
340 (*sl)->Destroy(sl);
slesTestManyPlayers.cpp 193 /* Destroy Output Mix object */
194 (*outputMix)->Destroy(outputMix);
197 (*slEngine)->Destroy(slEngine);
304 fprintf(stdout, "About to destroy player %d\n", playerId);
305 /* Destroy the player */
306 (*audioPlayer[playerId])->Destroy(audioPlayer[playerId]);
  /frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 369 /* Destroy the player */
370 (*player)->Destroy(player);
372 /* Destroy Output Mix object */
373 (*OutputMix)->Destroy(OutputMix);
408 (*sl)->Destroy(sl);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_hdmi.cpp 67 HWInterface::Destroy(hw_intf_);
72 HWInterface::Destroy(hw_intf_);
93 HWInterface::Destroy(hw_intf_);
  /external/ceres-solver/include/ceres/internal/
fixed_array.h 183 inline_space_[i].Destroy();
  /external/clang/include/clang/Sema/
ParsedTemplate.h 203 void Destroy() {
TemplateDeduction.h 215 void Destroy();
  /external/clang/lib/AST/
RecordLayout.cpp 20 void ASTRecordLayout::Destroy(ASTContext &Ctx) {
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2Joint.h 159 static void Destroy(b2Joint* joint, b2BlockAllocator* allocator);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Body.cpp 110 // shapes and joints are destroyed in b2World::Destroy
150 m_world->m_contactManager.Destroy(ce0->contact);
243 // Destroy any contacts associated with the fixture.
257 m_world->m_contactManager.Destroy(c);
269 fixture->Destroy(allocator);
480 // Destroy all proxies.
487 // Destroy the attached contacts.
493 m_world->m_contactManager.Destroy(ce0->contact);
  /external/llvm/include/llvm-c/
ExecutionEngine.h 181 LLVMMemoryManagerDestroyCallback Destroy);
  /external/v8/src/base/
lazy-instance.h 86 static void Destroy(T* /* instance */) {}
  /external/webrtc/webrtc/base/
proxy_unittest.cc 65 detect->Destroy(false);

Completed in 753 milliseconds

1 2 3 4 5 6 78 91011>>