HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 2101 - 2125 of 3607) sorted by null

<<81828384858687888990>>

  /external/openssl/crypto/
crypto.h 332 /* This is the default callbacks, but we can have others as well:
402 * class (invokes whatever per-class callbacks are applicable) */
434 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
  /external/openssl/include/openssl/
crypto.h 332 /* This is the default callbacks, but we can have others as well:
402 * class (invokes whatever per-class callbacks are applicable) */
434 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
  /external/skia/include/core/
SkImageDecoder.h 120 Base class for optional callbacks to retrieve meta/chunk data out of
140 Base class for optional callbacks to choose an image from a format that
538 // Typedefs to make registering decoder and formatter callbacks easier.
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 67 * Bluetooth GATT interface callbacks
310 * callbacks.
355 * Unregister the current application and callbacks.
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 180 * @param listener the listener invoked for all the callbacks, this must
194 * @param listener the listener invoked for all the callbacks, this must
457 * Set whether the associated {@link OnScaleGestureListener} should receive onScale callbacks
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 78 private final Callbacks mCallbacks;
227 mCallbacks = new Callbacks();
559 private class Callbacks implements AdapterView.OnItemClickListener,
ZoomButtonsController.java 234 * Sets the delay between zoom callbacks as the user holds a zoom button.
236 * @param speed The delay in milliseconds between zoom callbacks.
283 * Sets the {@link OnZoomListener} listener that receives callbacks to zoom.
  /frameworks/base/docs/html/guide/components/
loaders.jd 15 <li><a href="#callback">Using the LoaderManager Callbacks</a></li>
203 href="#callback">Using the LoaderManager Callbacks</a>.</p>
228 <h3 id="callback">Using the LoaderManager Callbacks</h3>
  /frameworks/base/docs/html/reference/com/google/android/gms/appstate/
package-summary.html 686 <td class="jd-descrcol" width="100%">Listener for receiving callbacks when app state data has been deleted.&nbsp;</td>
690 <td class="jd-descrcol" width="100%">Listener for receiving callbacks when a list of app state data has been loaded.&nbsp;</td>
694 <td class="jd-descrcol" width="100%">Listener for receiving callbacks when app state data has been loaded.&nbsp;</td>
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 69 // ref-counted object for callbacks
96 // The reference is only used as a proxy for callbacks.
664 // this prevents native callbacks after the object is released
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 150 // The callbacks from the engine require static callback functions.
637 // Get the play interface from the decoder, and register event callbacks.
784 // Code for handling the static callbacks.
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 77 private final Callbacks mCallbacks;
226 mCallbacks = new Callbacks();
531 private class Callbacks implements AdapterView.OnItemClickListener,
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 67 * An adapter class that forwards the callbacks from {@link ContentViewClient}
457 // page loading callbacks, i.e. the Chrome compositor may draw our
487 // Normally the net/ layer will set a valid description, but for synthesized callbacks
  /hardware/libhardware/include/hardware/
fused_location.h 254 int (*init)(FlpCallbacks* callbacks );
388 void (*init)(FlpDiagnosticCallbacks* callbacks);
683 void (*init)( FlpGeofenceCallbacks* callbacks );
hwcomposer.h 374 * All of the callbacks are required and non-NULL unless otherwise noted.
562 * (*registerProcs)() registers callbacks that the h/w composer HAL can
564 * opened with non-NULL procs. It is FORBIDDEN to call any of the callbacks
  /hardware/qcom/camera/mm-image-codec/qomx_core/
qomx_core.c 150 * Parameters: handle, componentName, appData, callbacks
158 OMX_IN OMX_CALLBACKTYPE* callBacks)
238 p_comp->SetCallbacks(p_comp, callBacks, appData);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettings.java 131 // Specific callbacks used by settings fragments
619 * Callbacks for AccountSettingsFragment
645 * Callbacks for AccountServerSettingsFragmentCallback
    [all...]
AccountSetupBasics.java 91 implements OnClickListener, TextWatcher, AccountCheckSettingsFragment.Callbacks {
645 * Implements AccountCheckSettingsFragment.Callbacks
663 * Implements AccountCheckSettingsFragment.Callbacks
AccountSetupIncomingFragment.java 286 // Make sure we don't get callbacks after the views are supposed to be destroyed
342 * Activity provides callbacks here. This also triggers loading and setting up the UX
590 * Implements AccountCheckSettingsFragment.Callbacks
  /pdk/apps/CameraITS/service/src/com/android/camera2/its/
ItsService.java 670 // Plan for how many callbacks need to be received throughout the duration of this
687 // Make sure all callbacks have been hit (wait until captures are done).
691 "Timeout hit, but all callbacks not received");
    [all...]
  /external/chromium/net/tools/flip_server/
epoll_server.h 61 // Callbacks which go into EpollServers are expected to derive from this class.
293 // wait for events and execute the callbacks associated with
306 // OnEvent method of all callbacks associated with the fds on the ready
319 // methods are safe to be called within the context of the callbacks.
436 // alarm. When functions which are not handling callbacks or alarms call
    [all...]
  /external/chromium_org/net/tools/epoll_server/
epoll_server.h 60 // Callbacks which go into EpollServers are expected to derive from this class.
292 // wait for events and execute the callbacks associated with
305 // OnEvent method of all callbacks associated with the fds on the ready
318 // methods are safe to be called within the context of the callbacks.
435 // alarm. When functions which are not handling callbacks or alarms call
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 94 * Wraps the C++ InputManager and provides its callbacks.
255 public void setWindowManagerCallbacks(WindowManagerCallbacks callbacks) {
256 mWindowManagerCallbacks = callbacks;
259 public void setWiredAccessoryCallbacks(WiredAccessoryCallbacks callbacks) {
260 mWiredAccessoryCallbacks = callbacks;
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 260 MessageUpdateCallbacks callbacks) throws MessagingException {
286 if (callbacks == null) {
306 callbacks.onMessageUidChange(m, newIdArray[i]);
312 if (callbacks != null && !handledUidPlus) {
323 callbacks.onMessageUidChange(m, newIdArray[0]);
    [all...]

Completed in 1493 milliseconds

<<81828384858687888990>>