HomeSort by relevance Sort by last modified time
    Searched full:destroy (Results 551 - 575 of 5200) sorted by null

<<21222324252627282930>>

  /frameworks/wilhelm/tests/examples/
slesTestPlayFdPath.cpp 181 /* Destroy the player */
182 (*player)->Destroy(player);
184 /* Destroy Output Mix object */
185 (*outputMix)->Destroy(outputMix);
228 (*sl)->Destroy(sl);
slesTestSawtoothBufferQueue.cpp 266 /* Destroy the player */
267 (*player)->Destroy(player);
269 /* Destroy Output Mix object */
270 (*OutputMix)->Destroy(OutputMix);
293 (*sl)->Destroy(sl);
  /frameworks/wilhelm/tests/mimeUri/
slesTest_playStates.cpp 196 /* Destroy the players */
197 (*player)->Destroy(player);
199 /* Destroy Output Mix object */
200 (*outputMix)->Destroy(outputMix);
238 (*sl)->Destroy(sl);
slesTestPlayUri2.cpp 240 /* Destroy the players */
241 (*player)->Destroy(player);
242 (*player2)->Destroy(player2);
244 /* Destroy Output Mix object */
245 (*outputMix)->Destroy(outputMix);
285 (*sl)->Destroy(sl);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.c 259 ac->drawable->destroy(ac->drawable);
321 oldac->drawable->destroy(oldac->drawable);
344 ac->drawable->destroy(ac->drawable);
368 * Try to destroy the old drawable, so long as the new one
372 ac->drawable->destroy(ac->drawable);
387 * window to destroy a surface.
587 apple_glx_diagnostic("%s: attempting to destroy drawable %p\n",
599 * This will destroy the surface drawable if there are
605 d->destroy(d);
apple_glx_drawable.c 166 if (d->callbacks.destroy) {
172 d->callbacks.destroy(d->display, d);
283 d->destroy = destroy_drawable_callback;
409 * Note: this may not actually destroy the drawable.
505 * The user has requested that we destroy this resource.
507 * release it, and call destroy_drawable which doesn't destroy
  /external/chromium_org/ui/gl/
gl_surface_egl.cc 287 Destroy();
305 void NativeViewGLSurfaceEGL::Destroy() {
433 Destroy();
444 Destroy();
481 Destroy();
538 void PbufferGLSurfaceEGL::Destroy() {
616 Destroy();
627 void SurfacelessEGL::Destroy() {
692 GLSurfaceOSMesaHeadless::~GLSurfaceOSMesaHeadless() { Destroy(); }
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 259 ac->drawable->destroy(ac->drawable);
321 oldac->drawable->destroy(oldac->drawable);
344 ac->drawable->destroy(ac->drawable);
368 * Try to destroy the old drawable, so long as the new one
372 ac->drawable->destroy(ac->drawable);
387 * window to destroy a surface.
587 apple_glx_diagnostic("%s: attempting to destroy drawable %p\n",
599 * This will destroy the surface drawable if there are
605 d->destroy(d);
apple_glx_drawable.c 166 if (d->callbacks.destroy) {
172 d->callbacks.destroy(d->display, d);
283 d->destroy = destroy_drawable_callback;
409 * Note: this may not actually destroy the drawable.
505 * The user has requested that we destroy this resource.
507 * release it, and call destroy_drawable which doesn't destroy
  /art/runtime/verifier/
reg_type.h 311 // Destroy the singleton instance.
312 static void Destroy();
341 // Destroy the singleton instance.
342 static void Destroy();
378 static void Destroy();
397 static void Destroy();
417 static void Destroy();
436 static void Destroy();
455 static void Destroy();
474 static void Destroy();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api_unittest.cc 111 // Then we destroy window 0 and call the restore function.
172 // Then we destroy window 0 and call the restore function.
309 // Destroy window 4. Nothing should happen to other windows.
318 // Then we destroy window 2 and call the restore function.
332 // Then we destroy window 0 and call the restore function.
391 // Then we destroy window 0 and call the restore function.
  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 42 // stopped during |this->Destroy()|, so any tasks posted to the decoder thread
61 virtual void Destroy() OVERRIDE;
78 // reset/flush/destroy).
88 // reset/flush/destroy).
92 // as needed. Will exit if a new set of surfaces or reset/flush/destroy
118 // Helper for Destroy(), doing all the actual work except for deleting self.
  /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
232 surface_window_pair->second->Destroy();
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 135 destroy(R.id.remove_folder, mSelectionSet.values(), method
139 destroy(R.id.mute, mSelectionSet.values(), mUpdater.getBatchAction(R.id.mute)); method
141 destroy(R.id.report_spam, mSelectionSet.values(), method
146 destroy (R.id.mark_not_spam, method
149 destroy(R.id.report_phishing, method
275 // No need to show the dialog, just make a destructive action and destroy the
278 destroy(action, conversations, mUpdater.getDeferredBatchAction(action)); method
283 * Destroy these conversations through the conversation updater
285 * @param target conversations to destroy
288 private void destroy(int actionId, final Collection<Conversation> target method in class:SelectedConversationsActionMenu
483 destroy(); method
500 destroy(); method
559 private void destroy() { method in class:SelectedConversationsActionMenu
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintHtmlOffScreen.java 123 // and destroy the WebView as it is expensive to keep around.
124 mWebView.destroy();
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrivateCredentialTest.java 170 cred.destroy();
176 cred.destroy();
  /external/chromium/chrome/browser/
blocked_content_container.cc 79 Destroy();
94 void BlockedContentContainer::Destroy() {
  /external/chromium/chrome/browser/instant/
instant_unload_handler.cc 51 handler_->Destroy(this);
128 void InstantUnloadHandler::Destroy(TabContentsDelegateImpl* delegate) {
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.h 79 // Handler ID for the destroy signal handler. We connect to the destroy
  /external/chromium/chrome/browser/ui/
input_window_dialog_gtk.cc 86 g_signal_connect(dialog_, "destroy",
128 // destroy it for us and the default gtk_dialog_delete_event_handler() will
  /external/chromium_org/ash/system/
status_area_widget.cc 68 // Destroy the trays early, causing them to be removed from the view
69 // hierarchy. Do not used scoped pointers since we don't want to destroy them
  /external/chromium_org/cc/layers/
delegated_frame_resource_collection_unittest.cc 126 // Destroy the last reference from this thread to the collection before
136 // Destroy the collection before we have a chance to run the return callback.
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/input/
SelectPopupOtherContentViewTest.java 70 // Now create and destroy a different ContentView.
78 contentView.destroy();
  /external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
TestShellTab.java 52 public void destroy() { method in class:TestShellTab
53 super.destroy();

Completed in 513 milliseconds

<<21222324252627282930>>