HomeSort by relevance Sort by last modified time
    Searched refs:Destroy (Results 1 - 25 of 44) sorted by null

1 2

  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_jitter_buffer_factory.h 33 virtual void Destroy(PVMFJitterBuffer*& aJitterBuffer) = 0;
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/include/
pvmf_rtp_jitter_buffer_factory.h 29 OSCL_IMPORT_REF virtual void Destroy(PVMFJitterBuffer*& aJitterBuffer);
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
pvmf_rtp_jitter_buffer_factory.cpp 31 OSCL_EXPORT_REF void RTPJitterBufferFactory::Destroy(PVMFJitterBuffer*& aJitterBuffer)
  /external/opencore/oscl/oscl/osclio/src/
oscl_dns_param.h 67 virtual void Destroy() = 0;
98 void Destroy();
oscl_dns_param.cpp 43 Destroy();
119 void GetHostByNameParam::Destroy()
oscl_socket_serv_imp_pv.cpp 397 static void Destroy(PVServiStats* aStats)
598 PVServiStats::Destroy(iServiStats);
    [all...]
  /external/opencore/oscl/oscl/osclproc/src/
oscl_scheduler_aobase.h 258 void Destroy();
oscl_scheduler_ao.cpp 79 //destroy the link from the AO to this object
133 //destroy the link from the stats object back to this object.
147 void PVActiveBase::Destroy()
222 PVActiveBase::Destroy();
334 PVActiveBase::Destroy();
  /external/v8/src/
global-handles.h 62 // Creates a new global handle that is alive until Destroy is called.
65 // Destroy a global handle.
66 static void Destroy(Object** location);
global-handles.cc 58 if (state_ != DESTROYED) Destroy();
67 void Destroy() {
295 void GlobalHandles::Destroy(Object** location) {
299 node->Destroy();
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node_internal.h 230 //need to overlaod the base Destroy routine to cleanup metadata key.
231 void Destroy()
233 PVMFGenericNodeCommand<OsclMemAllocator>::Destroy();
  /external/v8/test/cctest/
test-heap.cc 311 GlobalHandles::Destroy(h1.location());
312 GlobalHandles::Destroy(h3.location());
315 GlobalHandles::Destroy(h2.location());
316 GlobalHandles::Destroy(h4.location());
354 GlobalHandles::Destroy(h1.location());
355 GlobalHandles::Destroy(h2.location());
388 GlobalHandles::Destroy(h1.location());
389 GlobalHandles::Destroy(h2.location());
  /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()
  /external/zlib/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;
  /external/opencore/pvmi/pvmf/include/
pvmf_node_utils.h 333 virtual void Destroy()
338 {//destroy the allocated mimetype string
344 {//destroy the allocated mimetype string
353 {//destroy the allocated uuid
460 {//must explicitly destroy all elements.
467 elem->Destroy();
  /external/webkit/WebKit/wx/bindings/python/samples/
simple.py 130 dlg.Destroy()
  /development/simulator/app/
PhoneWindow.cpp 76 * Destroy everything we own.
90 mpDeviceWindow[i]->Destroy();
145 Destroy();
    [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.h 252 /* need to overlaod the base Destroy routine to cleanup metadata key. */
253 void Destroy()
255 PVMFGenericNodeCommand<PVMFAMRParserNodeAllocator>::Destroy();
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.h 298 //need to overlaod the base Destroy routine to cleanup metadata key.
299 void Destroy()
301 PVMFGenericNodeCommand<OsclMemAllocator>::Destroy();
  /external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp 335 widget->platformWidget()->Destroy();
  /external/webkit/WebKit/wx/
WebBrowserShell.cpp 348 dialog->Destroy();
  /external/opencore/nodes/streaming/streamingmanager/plugins/common/include/
pvmf_sm_fsp_base_types.h 336 /* need to overlaod the base Destroy routine to cleanup metadata key */
337 void Destroy();
511 void destroy() function in class:PVMFSMNodeKVPStore
524 destroy();
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.h 631 //need to overlaod the base Destroy routine to cleanup metadata key.
632 void Destroy()
634 PVMFGenericNodeCommand<OsclMemAllocator>::Destroy();
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.h 233 //need to overload the base Destroy routine to cleanup metadata key.
234 void Destroy()
236 PVMFGenericNodeCommand<OsclMemAllocator>::Destroy();
    [all...]

Completed in 755 milliseconds

1 2