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

<<61626364656667686970>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /frameworks/base/core/java/android/hardware/
Camera.java 435 * you will need to register a {@link SurfaceHolder.Callback} with
436 * {@link SurfaceHolder#addCallback(SurfaceHolder.Callback)} and wait for
437 * {@link SurfaceHolder.Callback#surfaceCreated(SurfaceHolder)} before
499 * Callback interface used to deliver copies of preview frames as
510 * Called as preview frames are displayed. This callback is invoked
515 * for the arrangement of the pixel data in the preview callback
572 * <p>Installs a callback to be invoked for every preview frame in addition
573 * to displaying them on the screen. The callback will be repeatedly called
582 * @param cb a callback object that receives a copy of each preview frame,
596 * <p>Installs a callback to be invoked for the next preview frame i
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 159 ** Description Callback used to execute transferred context callback
175 /* each callback knows how to parse the data */
187 ** p_cback : callback used to process message in btif context
189 ** p_params : parameter area passed to callback (copied)
209 p_msg->event = event; /* callback event */
211 /* check if caller has provided a copy callback to do the deep copy */
218 memcpy(p_msg->p_param, p_params, param_len); /* callback parameter data */
590 //fire HAL callback for property change
604 /* callback to HAL *
    [all...]
btif_sock_thread.c 99 btsock_signaled_cb callback; member in struct:__anon2961
218 ts[h].callback = NULL;
224 int btsock_thread_create(btsock_signaled_cb callback, btsock_cmd_cb cmd_callback)
227 asrt(callback || cmd_callback);
238 ts[h].callback = callback;
388 ts[h].callback = NULL;
525 ts[h].callback(pfds[i].fd, type, flags, user_id);
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 326 ** callback - The callback is called when a pin number is requested.
371 ** p_results_cb - Pointer to the callback routine which gets called
375 ** p_cmpl_cb - Pointer to the callback routine which gets called
447 ** p_results_cb - Pointer to the callback routine which gets called
698 ** is passed in the callback when the remote device name has been retrieved.
703 ** callback - pointer to the callback which is called after the
705 ** p_data in the callback points to the structure containing the
708 ** The event field in the callback is set to GAP_EVT_REM_NAME_COMPLETE
    [all...]
  /external/chromium/net/proxy/
proxy_service.cc 109 CompletionCallback* callback,
125 CompletionCallback* /*callback*/) {
140 CompletionCallback* callback,
157 CompletionCallback* callback) {
351 // Callback for when the ProxyResolver request has completed.
357 CompletionCallback* callback = user_callback_; local
360 callback->Run(result_code);
506 CompletionCallback* callback,
510 DCHECK(callback);
529 new PacRequest(this, url, result, callback, net_log))
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 164 * Execute an SQL statement and invoke callback methods
172 * @param cb the object implementing the callback methods
175 public void exec(String sql, SQLite.Callback cb) throws SQLite.Exception {
181 private native void _exec(String sql, SQLite.Callback cb)
185 * Execute an SQL statement and invoke callback methods
203 * @param cb the object implementing the callback methods
207 public void exec(String sql, SQLite.Callback cb,
214 private native void _exec(String sql, SQLite.Callback cb, String args[])
255 * Establish a busy callback method which gets called when
258 * @param bh the object implementing the busy callback metho
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefReg.c 351 /* Copy the chunked flag info to the callback parameter */
359 to the callback parameter */
371 call the callback */
451 present node. If it matches, copy this to the Callback
453 If count is 8, call the callback function.
455 calling the callback. */
570 /* Copy the chunked flag info to the callback parameter */
573 /* Copy the raw record to the callback parameter */
576 /* Copy the raw record size to the callback parameter */
580 to the callback parameter *
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Resource.js 713 setContent: function(newContent, majorChange, callback)
716 if (callback)
717 callback("Resource is not editable");
721 binding.setContent(this, newContent, majorChange, callback);
735 requestContent: function(callback)
741 callback(null, null);
745 callback(this.content, this._contentEncoded);
748 this._pendingContentCallbacks.push(callback);
836 requestContent: function(callback)
839 callback(this._content)
    [all...]
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java 103 Message callback = mHandler.obtainMessage(MSG_WEBKIT_DATA); local
112 callback.arg1 = mDumpTopFrameAsText ? 1 : 0;
113 callback.arg2 = mDumpChildFramesAsText ? 1 : 0;
114 mWebViewClassic.documentAsText(callback);
117 mWebViewClassic.externalRepresentation(callback);
349 public void setCallback(TestShellCallback callback) {
350 mCallback = callback;
718 WebStorage.QuotaUpdater callback) {
738 "UI DELEGATE DATABASE CALLBACK: " +
746 callback.updateQuota(currentQuota + 1024 * 1024 * 5)
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 41 // Globals shared between main thread and buffer queue callback
53 XAboolean forceCallbackFailure = XA_BOOLEAN_FALSE; // force callback failures occasionally
73 // stream event change callback
90 // prefetch status callback
128 // playback event callback
152 // Android buffer queue callback
179 printf("buffer completion callback after EOS\n");
300 fprintf(stderr, " -c Force callback to return an error randomly, for debugging only\n");
461 // register the buffer queue callback
500 // register the stream event change callback
    [all...]
  /packages/apps/Gallery2/src/com/android/photos/data/
MediaCache.java 118 public NotifyOriginalReady(OriginalReady callback) {
119 mCallback = callback;
144 public NotifyImageReady(ImageReady callback) {
145 mCallback = callback;
354 * @param complete Callback for when the image has been retrieved.
371 * @param complete Callback for when the image has been retrieved.
388 * @param complete Callback for when the image has been retrieved.
604 private void addNotification(NotifyReady callback, File file) {
606 callback.setFile(file);
608 mCallbacks.add(callback);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
GeolocationTest.java 203 String origin, GeolocationPermissions.Callback callback) {
205 callback.invoke(origin, mAccept, mRetain);
244 // Load URL again, should receive callback again
318 // Load url once, and the callback should accept the domain for all future loads
354 // Checking the callback for geolocation permission prompt is called
361 // Remove a domain manually that was added by the callback
433 // Load url once, and the callback should accept the domain for all future loads
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 34 public KubeRenderer(GLWorld world, AnimationCallback callback) {
36 mCallback = callback;
  /external/android-clat/
getaddr.c 40 * callback for getinterface_ip
83 * error callback for getinterface_ip
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
ChoiceCallbackTest.java 22 package org.apache.harmony.auth.tests.javax.security.auth.callback;
24 import javax.security.auth.callback.ChoiceCallback;
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_int.h 70 tBTA_PAN_CBACK *p_cback; /* PAN callback function */
152 tBTA_PAN_CBACK *p_cback; /* PAN callback function */
  /external/bluetooth/bluedroid/stack/include/
avdtc_api.h 22 * additional API functions and callback events are provided for
53 /* Union of all control callback event data structures */
  /external/chromium/base/win/
event_trace_provider.cc 59 ULONG EtwTraceProvider::Callback(WMIDPREQUESTCODE request, void* buffer) {
75 return provider->Callback(request, buffer);
  /external/chromium/chrome/browser/
custom_home_pages_table_model.h 64 // Callback from history service. Updates the title of the Entry whose
71 // Callback from history service. Updates the icon of the Entry whose

Completed in 1510 milliseconds

<<61626364656667686970>>