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

<<11121314151617181920

  /external/webrtc/webrtc/modules/video_capture/mac/
video_capture_mac.mm 98 * Create/Destroy a VideoCaptureModule
201 * Create/Destroy a DeviceInfo
232 Destroy(newCaptureInfoModule);
249 //Destroy(newCaptureInfoModule);
267 * End Create/Destroy VideoCaptureModule
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 45 // Destroy surfaces
52 it->second.second->Destroy();
58 // Destroy contexts
66 // Destroy attached shaders and frames
70 // Destroy display
235 surface_window_pair->second->Destroy();
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 28 Destroy();
30 void CPDF_Object::Destroy() {
1069 pair.second->Destroy();
1092 m_IndirectObjs[objnum]->Destroy();
1123 it->second->Destroy();
    [all...]
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 169 void Mutex::Destroy() {
341 static_cast<Mutex*>(ev->ptr)->Destroy();
472 void ScopedThread::Destroy(const Mutex &m) {
  /frameworks/wilhelm/tests/sandbox/
playbq.c 610 // destroy audio player
611 (*playerObject)->Destroy(playerObject);
620 // destroy output mix
621 (*outputMixObject)->Destroy(outputMixObject);
623 // destroy engine
624 (*engineObject)->Destroy(engineObject);
playbq.cpp 610 // destroy audio player
611 (*playerObject)->Destroy(playerObject);
620 // destroy output mix
621 (*outputMixObject)->Destroy(outputMixObject);
623 // destroy engine
624 (*engineObject)->Destroy(engineObject);
reverb.c 659 (*playerObject)->Destroy(playerObject);
660 (*mixObject)->Destroy(mixObject);
661 (*engineObject)->Destroy(engineObject);
  /external/llvm/unittests/ADT/
StringMapTest.cpp 284 ->Destroy();
290 ->Destroy();
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 131 resolver_->Destroy(false);
220 resolver_->Destroy(false);
  /external/webrtc/webrtc/p2p/base/
port.h 257 void Destroy();
518 void Destroy();
tcpport.cc 435 // to manually destroy here as this connection, as never connected, will not
436 // be scheduled for ping to trigger destroy.
437 Destroy();
448 Destroy();
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 525 /* Destroy the AudioPlayer object */
526 (*player)->Destroy(player);
564 (*sl)->Destroy(sl);
slesTestRecBuffQueue.cpp 478 /* Destroy the AudioRecorder object */
479 (*recorder)->Destroy(recorder);
608 (*sl)->Destroy(sl);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.cpp 70 Destroy(hwc_display_primary);
79 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.cpp 74 Destroy(hwc_display_primary);
83 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_primary.cpp 71 Destroy(hwc_display_primary);
80 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_primary.cpp 74 Destroy(hwc_display_primary);
83 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
  /art/compiler/driver/
compiled_method_storage.cc 163 void Destroy(const LengthPrefixedArray<T>* array) {
  /art/compiler/utils/
dedupe_set-inl.h 65 alloc_.Destroy(key.Key());
  /cts/tests/tests/media/libndkaudio/
AudioRecorder.cpp 157 (*engineObj_)->Destroy(engineObj_);
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 35 // destroy an object multiple times but only allocate it once.
195 inline void Destroy() {
  /external/clang/test/SemaCXX/
new-delete.cpp 155 void Destroy() const { delete this; }
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2Joint.cpp 128 void b2Joint::Destroy(b2Joint* joint, b2BlockAllocator* allocator)
  /external/opencv/otherlibs/highgui/
highgui.h 368 virtual void Destroy(void);
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.h 167 void Destroy();

Completed in 2689 milliseconds

<<11121314151617181920