HomeSort by relevance Sort by last modified time
    Searched full:unbind (Results 1 - 25 of 411) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
BindableData.java 24 * Called by Binding during unbind to allow data to proactively unregister callbacks
45 * Unbind this data from the ui host - checks that the data is currently bound to specified id
47 public void unbind(final String bindingId) { method in class:BindableData
Binding.java 85 public void unbind() { method in class:Binding
88 throw new IllegalStateException("not bound when unbind");
90 mData.unbind(mBindingId);
DetachableBinding.java 24 * temporarily unbind the data and remember it so that it can be rebound when the UI is re-attached
46 unbind(); method
ImmutableBindingRef.java 22 * getData(), isBound() and ensureBound() but not bind() and unbind(). This is used for MVC pattern
24 * is the one that owns the bind/unbind logic of the Binding, whereas controller only serves as a
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.hpp 50 void unbind();
90 virtual void unbind(exec_context &ctx) = 0;
126 virtual void unbind(exec_context &ctx);
138 virtual void unbind(exec_context &ctx);
152 virtual void unbind(exec_context &ctx);
164 virtual void unbind(exec_context &ctx);
177 virtual void unbind(exec_context &ctx);
190 virtual void unbind(exec_context &ctx);
203 virtual void unbind(exec_context &ctx);
  /external/avahi/avahi-autoipd/
avahi-autoipd.action.bsd 26 # UNBIND: The IP address is no longer needed
38 CONFLICT|STOP|UNBIND)
avahi-autoipd.action.linux 26 # UNBIND: The IP address is no longer needed
48 CONFLICT|UNBIND|STOP)
69 CONFLICT|STOP|UNBIND)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceBindHelper.java 161 unbind(); method
167 // If we are binding to a different package, unbind from the current one.
169 unbind(); method
190 unbind(); method
195 // Unbind if the carrier service component has changed.
196 unbind(); method
227 unbind(); method
230 void unbind() { method in class:CarrierServiceBindHelper.AppBinding
243 // Actually unbind
325 appBinding.unbind();
    [all...]
  /frameworks/base/libs/hwui/renderstate/
PixelBufferState.cpp 34 bool PixelBufferState::unbind() { function in class:android::uirenderer::PixelBufferState
PixelBufferState.h 28 bool unbind();
  /external/opencv3/modules/java/generator/src/java/
android+AsyncServiceHelper.java 96 Log.d(TAG, "Unbind from service");
175 Log.d(TAG, "Unbind from service");
201 Log.d(TAG, "Unbind from service");
208 Log.d(TAG, "Unbind from service");
216 Log.d(TAG, "Unbind from service");
225 Log.d(TAG, "Unbind from service");
253 Log.d(TAG, "Unbind from service");
274 Log.d(TAG, "Unbind from service");
280 Log.d(TAG, "Unbind from service");
316 Log.d(TAG, "Unbind from service")
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ServiceBinder.java 126 // Unbind request was queued so unbind immediately.
177 /** Used to bind and unbind from the service. */
189 * Indicates that an unbind request was made when the service was not yet bound. If the service
236 unbind(); method
251 final void unbind() { method in class:ServiceBinder
256 logServiceDisconnected("unbind");
  /external/avahi/man/
avahi-autoipd.action.8.xml.in 42 UNBIND or STOP. If BIND is passed an IP address has been
46 should remove the configured IP address. If UNBIND is passed
52 added to the interface, on CONFLICT, UNBIND or STOP it should
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
FrameBuffer.java 76 /** See {@link GLFrameBuffer#unbind()} */
77 public static void unbind () { method in class:FrameBuffer
78 GLFrameBuffer.unbind();
IndexData.java 38 * This can be called in between calls to {@link #bind()} and {@link #unbind()}. The index data will be updated instantly.
48 * indices. This can be called in between calls to {@link #bind()} and {@link #unbind()}. The index data will be updated
72 public void unbind (); method in interface:IndexData
VertexData.java 43 * This can be called in between calls to bind and unbind. The vertex data will be updated instantly.
69 public void unbind (ShaderProgram shader); method in interface:VertexData
73 public void unbind (ShaderProgram shader, int[] locations); method in interface:VertexData
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 109 mCaches.pixelBufferState().unbind();
125 mCaches.pixelBufferState().unbind();
155 mCaches.pixelBufferState().unbind();
  /frameworks/opt/bitmap/src/com/android/bitmap/view/
BitmapDrawableImageView.java 31 * BitmapDrawableImageView has logic to unbind its BasicBitmapDrawable when it is detached from the
36 * not a good signal for unbind,
101 mDrawable.unbind(temporary);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
BindingTest.java 80 binding.unbind();
97 binding.unbind();
122 binding.unbind();
  /external/kernel-headers/original/uapi/xen/
evtchn.h 67 * Unbind previously allocated @port.
76 * Unbind previously allocated @port.
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderInfo.java 101 void unbind() { method in class:FolderInfo
102 super.unbind();
LauncherAppWidgetInfo.java 95 void unbind() { method in class:LauncherAppWidgetInfo
96 super.unbind();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xen/
evtchn.h 67 * Unbind previously allocated @port.
76 * Unbind previously allocated @port.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xen/
evtchn.h 67 * Unbind previously allocated @port.
76 * Unbind previously allocated @port.
  /system/tpm/attestation/common/
mock_tpm_utility.cc 69 ON_CALL(*this, Unbind(_, _, _))
70 .WillByDefault(WithArgs<1, 2>(Invoke(TransformString("Unbind"))));

Completed in 2525 milliseconds

1 2 3 4 5 6 7 8 91011>>