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

1 2 3 4 5 6 7 8 91011>>

  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_external.cpp 84 Destroy(hwc_display_external);
93 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
arenastring.h 120 Destroy(default_value, arena);
154 inline void Destroy(const ::std::string* default_value,
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 453 dlg.Destroy()
520 dlg.Destroy()
592 dlg.Destroy()
    [all...]
JetCtrls.py 272 dlg.Destroy()
334 dlg.Destroy()
369 dlg.Destroy()
376 dlg.Destroy()
383 dlg.Destroy()
389 dlg.Destroy()
561 self.Destroy()
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 243 // destroy streaming media player object, and invalidate all associated interfaces
248 (*playerObj)->Destroy(playerObj);
256 // destroy output mix object, and invalidate all associated interfaces
258 (*outputMixObject)->Destroy(outputMixObject);
262 // destroy engine object, and invalidate all associated interfaces
264 (*engineObject)->Destroy(engineObject);
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 458 // destroy streaming media player object, and invalidate all associated interfaces
460 (*playerObj)->Destroy(playerObj);
468 // destroy output mix object, and invalidate all associated interfaces
470 (*outputMixObject)->Destroy(outputMixObject);
474 // destroy engine object, and invalidate all associated interfaces
476 (*engineObject)->Destroy(engineObject);
  /external/zlib/src/contrib/delphi/
ZLib.pas 90 destructor Destroy; override;
119 destructor Destroy; override;
418 destructor TCompressionStream.Destroy;
436 inherited Destroy;
491 destructor TDecompressionStream.Destroy;
495 inherited Destroy;
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 151 (*outputmixObject)->Destroy(outputmixObject);
155 (*engineObject)->Destroy(engineObject);
162 //printf("destroy player\n");
163 (*playerObject)->Destroy(playerObject);
  /frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp 385 /* Destroy the player */
386 (*player)->Destroy(player);
388 /* Destroy Output Mix object */
389 (*OutputMix)->Destroy(OutputMix);
424 (*sl)->Destroy(sl);
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 476 // destroy streaming media player object, and invalidate all associated interfaces
478 (*playerObj)->Destroy(playerObj);
486 // destroy output mix object, and invalidate all associated interfaces
488 (*outputMixObject)->Destroy(outputMixObject);
492 // destroy engine object, and invalidate all associated interfaces
494 (*engineObject)->Destroy(engineObject);
  /cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp 649 (*(pSles->playerObject))->Destroy(pSles->playerObject);
655 (*(pSles->recorderObject))->Destroy(pSles->recorderObject);
660 (*(pSles->outputmixObject))->Destroy(pSles->outputmixObject);
662 (*(pSles->engineObject))->Destroy(pSles->engineObject);
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-2-recording.cpp 207 /* Destroy the recorder object */
208 (*recorder)->Destroy(recorder);
  /external/clang/include/clang/AST/
RecordLayout.h 164 void Destroy(ASTContext &Ctx);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2Fixture.h 207 // We need separation create/destroy functions from the constructor/destructor because
210 void Destroy(b2BlockAllocator* allocator);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderMode.cpp 138 void CBC_QRCoderMode::Destroy() {
  /external/webrtc/webrtc/base/
sslsocketfactory.cc 65 detect_->Destroy(false);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h 84 bool Destroy();
  /external/webrtc/webrtc/voice_engine/
transmit_mixer.h 44 static void Destroy(TransmitMixer*& mixer);
  /frameworks/compile/mclinker/include/mcld/LD/
LDSection.h 54 static void Destroy(LDSection*& pSection);
ResolveInfo.h 81 static void Destroy(ResolveInfo*& pInfo);
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 29 ResolveInfo::Destroy(*info);
111 m_Table.getEntryFactory().destroy(new_symbol);
  /frameworks/wilhelm/tests/examples/
slesTestFeedback.cpp 592 (*playerObject)->Destroy(playerObject);
595 (*recorderObject)->Destroy(recorderObject);
597 (*outputmixObject)->Destroy(outputmixObject);
598 (*engineObject)->Destroy(engineObject);
  /external/libchrome/base/
bind_internal.h 405 : BindStateBase(&Destroy),
417 static void Destroy(BindStateBase* self) {
  /external/libweave/third_party/chromium/base/
bind_internal.h 405 : BindStateBase(&Destroy),
417 static void Destroy(BindStateBase* self) {
  /external/v8/src/profiler/
allocation-tracker.cc 314 GlobalHandles::Destroy(reinterpret_cast<Object**>(script_.location()));
330 GlobalHandles::Destroy(reinterpret_cast<Object**>(loc->script_.location()));

Completed in 972 milliseconds

1 2 3 4 5 6 7 8 91011>>