HomeSort by relevance Sort by last modified time
    Searched full:callback (Results 1201 - 1225 of 6179) sorted by null

<<41424344454647484950>>

  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebContextMenuClient.cpp 49 // WebKit2 ignores this client callback and does context menu customization when it is told to show the menu.
55 // WebKit2 ignores this client callback and does context menu customization when it is told to show the menu.
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
WebInspectorShims.js 41 getProfile: function(typeId, uid, callback) {
42 this._callback = callback;
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
Mixer.h 40 void *pCallbackHandle; /* Pointer to the instance of the callback function */
42 LVM_Callback pCallBack; /* Pointer to the callback function */
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer.h 39 void *pCallbackHandle; /* Pointer to the instance of the callback function */
41 LVM_Callback pCallBack; /* Pointer to the callback function */
  /frameworks/av/services/camera/libcameraservice/camera2/
StreamingProcessor.h 79 // Callback for new recording frames from HAL
81 // Callback from stagefright which returns used recording frames
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 77 void registerCallback(in IBluetoothCallback callback);
78 void unregisterCallback(in IBluetoothCallback callback);
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityView.java 26 * @param callback
28 void setKeyguardCallback(KeyguardSecurityCallback callback);
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
Forwarder.java 99 ConnectionHandler.OnFinishedCallback callback = local
110 connectionHandler.registerOnConnectionHandlerFinishedCallback(callback);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_MulticlassPA.java 64 public void setModelChangeCallback(ModelChangeCallback callback) {
65 modelChangeCallback = callback;
  /frameworks/native/include/binder/
AppOpsManager.h 76 const sp<IAppOpsCallback>& callback);
77 void stopWatchingMode(const sp<IAppOpsCallback>& callback);
  /frameworks/native/libs/utils/tests/
Looper_test.cpp 179 << "callback should not have been invoked because FD was not signalled";
198 << "callback should be invoked exactly once";
200 << "callback should have received pipe fd as parameter";
202 << "callback should have received ALOOPER_EVENT_INPUT as events";
220 << "callback should not have been invoked because FD was not signalled";
241 << "callback should be invoked exactly once";
243 << "callback should have received pipe fd as parameter";
245 << "callback should have received ALOOPER_EVENT_INPUT as events";
267 << "callback should be invoked exactly once";
269 << "callback should have received pipe fd as parameter"
    [all...]
  /frameworks/wilhelm/src/objects/
COutputMix.c 74 // Tell the asynchronous mixer callback that we want to destroy the output mix
80 // Mixer callback has acknowledged our request and unlinked output mix from engine.
  /packages/apps/Browser/src/com/android/browser/
WebViewController.java 70 void getVisitedHistory(final ValueCallback<String[]> callback);
79 WebChromeClient.CustomViewCallback callback);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorCache.java 46 * Interface which provides callback after provider query of calendar colors.
51 * Callback after the set of accounts with additional calendar colors are loaded.
  /packages/apps/Email/src/com/android/email/activity/
MoveMessageToDialog.java 68 * Callback that target fragments, or the owner activity should implement.
70 public interface Callback {
78 * @param callbackFragment Fragment that gets a callback. The fragment must implement
79 * {@link Callback}.
81 public static <T extends Fragment & Callback> MoveMessageToDialog newInstance(long[] messageIds,
174 ((Callback) getTargetFragment()).onMoveToMailboxSelected(mailboxId, mMessageIds);
195 * Loader callback for {@link MessageChecker}
228 * Loader callback for destination mailbox list.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
BitmapLoader.java 58 return; // don't call callback
62 return; // don't call callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-signal.h 52 pa_signal_event* pa_signal_new(int sig, void (*callback) (pa_mainloop_api *api, pa_signal_event*e, int sig, void *userdata), void *userdata);
58 void pa_signal_set_destroy(pa_signal_event *e, void (*callback) (pa_mainloop_api *api, pa_signal_event*e, void *userdata));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-signal.h 52 pa_signal_event* pa_signal_new(int sig, void (*callback) (pa_mainloop_api *api, pa_signal_event*e, int sig, void *userdata), void *userdata);
58 void pa_signal_set_destroy(pa_signal_event *e, void (*callback) (pa_mainloop_api *api, pa_signal_event*e, void *userdata));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 36 /* following must be initialized in open callback */
72 #define SNDRV_SEQ_OSS_PASS_EVENTS 1 /* pass all events to callback */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-signal.h 52 pa_signal_event* pa_signal_new(int sig, void (*callback) (pa_mainloop_api *api, pa_signal_event*e, int sig, void *userdata), void *userdata);
58 void pa_signal_set_destroy(pa_signal_event *e, void (*callback) (pa_mainloop_api *api, pa_signal_event*e, void *userdata));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 36 /* following must be initialized in open callback */
72 #define SNDRV_SEQ_OSS_PASS_EVENTS 1 /* pass all events to callback */
  /system/core/include/system/
camera.h 37 * | | |---------> determine whether the callback is enabled or not
38 * | |-----------> determine whether the callback is one-shot or not
49 * 1. 0x00 disables the callback. In this case, copy out and one shot bits
51 * 2. 0x01 enables a callback without copying out the received frames. A
54 * 3. 0x05 is enabling a callback with frame copied out repeatedly. A typical
56 * 4. 0x07 is enabling a callback with frame copied out only once. A typical
151 * Enable/disable focus move callback (CAMERA_MSG_FOCUS_MOVE). Passing
152 * arg1 = 0 will disable, while passing arg1 = 1 will enable the callback.
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 141 tBTM_DEV_STATUS_CB *p_dev_status_cb; /* Device status change callback */
147 tBTM_CMPL_CB *p_reset_cmpl_cb; /* Callback function to be called */
150 tBTM_CMPL_CB *p_rln_cmpl_cb; /* Callback function to be called when */
153 tBTM_CMPL_CB *p_rlinkp_cmpl_cb; /* Callback function to be called when */
156 tBTM_CMPL_CB *p_rssi_cmpl_cb; /* Callback function to be called when */
159 tBTM_CMPL_CB *p_lnk_qual_cmpl_cb;/* Callback function to be called when */
162 tBTM_CMPL_CB *p_txpwer_cmpl_cb; /* Callback function to be called when */
166 tBTM_CMPL_CB *p_qossu_cmpl_cb; /* Callback function to be called when */
170 tBTM_CMPL_CB *p_switch_role_cb; /* Callback function to be called when */
174 tBTM_CMPL_CB *p_chg_link_key_cb; /* Callback function to be called when *
    [all...]
  /external/libnfc-nxp/src/
phLibNfc_initiator.c 64 /* Target discvovery notification callback */
72 /*Remote device connect response callback*/
87 /*Remote device disconnect response callback*/
93 /*Remote device Transceive response callback*/
99 /*Set P2P config paramater response callback*/
690 /* Application has called discovery before receiving this callback,
716 /* Call the upper layer callback*/
731 * Response callback for remote device connect
745 /* Mark General Callback pending status as false*/
774 /* Call the upper layer callback*/
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 115 // client stub callback to process message from server and deliver results to client application
140 void *AppCallback; // Client callback function and context
820 // We can't touch the sdr after the callback as it can be deallocated in the callback
    [all...]

Completed in 560 milliseconds

<<41424344454647484950>>