Searched
full:callbacks (Results
1701 -
1725 of
3607) sorted by null
<<61626364656667686970>>
/external/v8/src/ |
messages.cc | 108 // and ignore scheduled exceptions callbacks can throw.
|
property-details.h | 61 CALLBACKS = 3,
|
v8.h | 134 // List of callbacks when a Call completes.
|
/external/v8/test/cctest/ |
cctest.h | 83 // callbacks. This will have no effect when we are not running the
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.h | 38 * conf_ctx - Context pointer for callbacks
|
/frameworks/av/include/media/ |
mediarecorder.h | 193 // ref-counted object for callbacks
|
/frameworks/av/media/libstagefright/ |
FLACExtractor.cpp | 154 // FLAC parser callbacks as C++ instance methods 169 // FLAC parser callbacks as C-callable functions 204 // The FLAC parser calls our C++ static callbacks using C calling conventions, 265 // These are the corresponding callbacks with C++ calling conventions
|
/frameworks/av/media/libstagefright/codecs/avc/enc/ |
SoftAVCEncoder.cpp | 172 const OMX_CALLBACKTYPE *callbacks, 175 : SimpleSoftOMXComponent(name, callbacks, appData, component), [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
SoftMPEG4Encoder.cpp | 79 const OMX_CALLBACKTYPE *callbacks, 82 : SimpleSoftOMXComponent(name, callbacks, appData, component), 804 const char *name, const OMX_CALLBACKTYPE *callbacks, 806 return new android::SoftMPEG4Encoder(name, callbacks, appData, component);
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 134 const OMX_CALLBACKTYPE *callbacks, 137 : SimpleSoftOMXComponent(name, callbacks, appData, component), 871 const char *name, const OMX_CALLBACKTYPE *callbacks, 873 return new android::SoftVPXEncoder(name, callbacks, appData, component);
|
SoftVPXEncoder.h | 64 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/base/core/java/android/app/ |
MediaRouteActionProvider.java | 79 // may leak callbacks until garbage collection occurs. This may result in
|
UiAutomation.java | 19 import android.accessibilityservice.AccessibilityService.Callbacks; 152 * Creates a new instance that will handle callbacks from the accessibility 156 * @param looper The looper on which to execute accessibility callbacks. 683 super(null, looper, new Callbacks() {
|
/frameworks/base/core/java/android/app/backup/ |
BackupManager.java | 135 * @param observer The {@link RestoreObserver} to receive callbacks during the restore
|
SharedPreferencesBackupHelper.java | 68 * callbacks to the SharedPreferencesBackupHelper as appropriate.
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattCallback.java | 20 * This abstract class is used to implement {@link BluetoothGatt} callbacks.
|
BluetoothGattServerCallback.java | 24 * This abstract class is used to implement {@link BluetoothGattServer} callbacks.
|
/frameworks/base/core/java/android/os/storage/ |
IMountServiceListener.java | 29 * callbacks.
|
/frameworks/base/core/java/android/view/ |
InputEventReceiver.java | 58 * @param looper The looper to use when invoking callbacks.
|
WindowId.java | 100 * of its callbacks are dispatched on the current calling thread.
|
/frameworks/base/core/java/com/android/internal/view/ |
BaseSurfaceHolder.java | 77 // have only a couple callbacks, so it doesn't matter.
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
RequestFocusTest.java | 151 * This tests check whether the on focus change callbacks are invoked in
|
/frameworks/base/docs/html/training/basics/fragments/ |
communicating.jd | 97 <p>In order to receive event callbacks from the fragment, the activity that hosts it must
|
/frameworks/base/docs/html/training/load-data-background/ |
setup-loader.jd | 44 interface. A {@link android.support.v4.content.CursorLoader} invokes callbacks defined
|
/frameworks/base/libs/hwui/ |
TextDropShadowCache.cpp | 147 // Callbacks
|
Completed in 1811 milliseconds
<<61626364656667686970>>