/external/mdnsresponder/mDNSCore/ |
Implementer Notes.txt | 57 callback timer to fire at the indicated time. 61 platform callback timer to fire at the indicated time. 63 3. When the platform callback timer fires, it should call mDNS_Execute()
|
/external/openssh/openbsd-compat/ |
openssl-compat.c | 76 fatal("%s: callback args not supported", __func__); 89 fatal("%s: callback args not supported", __func__); 113 fatal("%s: callback args not supported", __func__);
|
/external/qemu/android/ |
multitouch-port.h | 77 * opaque - An opaque pointer that is passed back to the callback routines. 95 * cb - Callback to invoke when update has been transferred to the MT-emulating 97 * cb_opaque - An opaque parameter to pass back to the 'cb' callback.
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlpauseaudio.html | 83 >SDL_PauseAudio -- Pauses and unpauses the audio callback processing</DIV 123 >This function pauses and unpauses the audio callback processing. 131 data for your callback function after opening the audio device.
|
/external/smack/src/org/xbill/DNS/ |
Resolver.java | 85 * Asynchronously sends a message registering a listener to receive a callback 87 * in parallel. Since the callback may be invoked before the function returns, 91 * @return An identifier, which is also a parameter in the callback
|
/external/v8/test/mjsunit/ |
debug-liveedit-check-stack.js | 40 "(function ChooseAnimal(callback) {\n " + 41 " callback();\n" + 121 // a callback that attempts to modify the function on the fly.
|
/external/webkit/Source/WebCore/bindings/generic/ |
BindingSecurityBase.cpp | 58 // and accessing instances of the template calls the callback function. 59 // The callback function enforces the same origin policy. 61 // Callback functions are expensive. Binding code should use a security token
|
/external/webkit/Source/WebCore/bindings/js/ |
JSSQLTransactionCustom.cpp | 90 RefPtr<SQLStatementCallback> callback; local 98 callback = JSSQLStatementCallback::create(object, static_cast<JSDOMGlobalObject*>(globalObject())); 113 m_impl->executeSQL(sqlStatement, sqlValues, callback.release(), errorCallback.release(), ec);
|
/external/webkit/Source/WebCore/bindings/scripts/test/JS/ |
JSTestCallback.cpp | 38 JSTestCallback::JSTestCallback(JSObject* callback, JSDOMGlobalObject* globalObject) 40 , m_data(new JSCallbackData(callback, globalObject)) 47 // When the context is destroyed, all tasks with a reference to a callback
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8SQLTransactionCustom.cpp | 97 RefPtr<SQLStatementCallback> callback; 101 callback = V8SQLStatementCallback::create(args[2], scriptExecutionContext); 112 transaction->executeSQL(statement, sqlValues, callback, errorCallback, ec);
|
/frameworks/av/libvideoeditor/vss/src/ |
M4PTO3GPP_VideoPreProcessing.c | 48 * @brief Call an external callback to get the picture to encode 95 * picture callback (a.k.a. the integrator). 119 * (the last pic is splited due to the callback extra-call... */
|
/frameworks/base/core/java/android/app/ |
AppOpsManager.java | 55 final HashMap<Callback, IAppOpsCallback> mModeWatchers 56 = new HashMap<Callback, IAppOpsCallback>(); 379 * Callback for notification of changes to operation state. 381 public interface Callback { 433 public void startWatchingMode(int op, String packageName, final Callback callback) { 435 IAppOpsCallback cb = mModeWatchers.get(callback); 439 callback.opChanged(op, packageName); 442 mModeWatchers.put(callback, cb); 451 public void stopWatchingMode(Callback callback) [all...] |
/frameworks/base/core/java/android/os/ |
CountDownTimer.java | 42 * callback is complete. This is only relevant when the implementation of 94 * Callback fired on regular interval. 100 * Callback fired when the time is up.
|
/frameworks/base/core/java/android/widget/ |
VideoView.java | 350 // we need), so we won't get a "surface changed" callback, so 351 // start the video here instead of in the callback. 449 * Register a callback to be invoked when the media file 452 * @param l The callback that will be run 460 * Register a callback to be invoked when the end of a media file 463 * @param l The callback that will be run 471 * Register a callback to be invoked when an error occurs 476 * @param l The callback that will be run 484 * Register a callback to be invoked when an informational event 487 * @param l The callback that will be ru [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuDialogHelper.java | 36 MenuPresenter.Callback { 40 private MenuPresenter.Callback mPresenterCallback; 128 public void setPresenterCallback(MenuPresenter.Callback cb) {
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
package.html | 29 information about discovered peers. The callback provides a {@link 35 receive information about a P2P group. The callback provides a {@link 40 receive information about the current connection. The callback provides a {@link
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBarActivityDelegateBase.java | 45 MenuPresenter.Callback, MenuBuilder.Callback { 344 public ActionMode startSupportActionMode(ActionMode.Callback callback) { 345 if (callback == null) { 346 throw new IllegalArgumentException("ActionMode callback can not be null."); 353 final ActionMode.Callback wrappedCallback = new ActionModeCallbackWrapper(callback); 395 private MenuView getListMenuView(Context context, MenuPresenter.Callback cb) { 565 private class ActionModeCallbackWrapper implements ActionMode.Callback { [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ |
ActionModeWrapper.java | 127 public static class CallbackWrapper implements android.view.ActionMode.Callback { 128 final Callback mWrappedCallback; 133 public CallbackWrapper(Context context, Callback supportCallback) {
|
/hardware/ril/reference-ril/ |
atchannel.h | 40 callback */ 79 /* This callback is invoked on the command thread. 82 /* This callback is invoked on the reader thread (like ATUnsolHandler)
|
/packages/apps/Camera/src/com/android/camera/ |
ShutterButton.java | 35 * A callback to be invoked when a ShutterButton's pressed state changes. 96 // callback to be delivered before the pressed(false) callback.
|
/packages/apps/Email/src/com/android/email/activity/ |
ActionBarController.java | 59 * If the activity is showing search results, and the {@link Callback#onSearchExit} is called, 109 /** The current title mode, which should be one of {@code Callback TITLE_MODE_*} */ 112 public final Callback mCallback; 120 public interface Callback { 212 ActionBar actionBar, Callback callback) { 216 mCallback = callback; 314 return isInSearchMode() && (mTitleMode != Callback.TITLE_MODE_MESSAGE_SUBJECT); 374 // a callback which would initiate another fragment transaction. 474 if (mTitleMode == Callback.TITLE_MODE_MESSAGE_SUBJECT) [all...] |
/packages/apps/Gallery2/src/com/android/camera/ |
ShutterButton.java | 35 * A callback to be invoked when a ShutterButton's pressed state changes. 96 // callback to be delivered before the pressed(false) callback.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
SymmetricalLinearTween.java | 41 * @param callback callbacks 43 public SymmetricalLinearTween(boolean initial, int duration, TweenCallback callback) { 47 mCallback = callback;
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
ShutterButton.java | 31 * A callback to be invoked when a ShutterButton's pressed state changes. 79 // callback to be delivered before the pressed(false) callback.
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
CachedBluetoothDevice.java | 69 private final Collection<Callback> mCallbacks = new ArrayList<Callback>(); 561 void registerCallback(Callback callback) { 563 mCallbacks.add(callback); 567 void unregisterCallback(Callback callback) { 569 mCallbacks.remove(callback); 575 for (Callback callback : mCallbacks) [all...] |