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

<<51525354555657585960>>

  /external/webkit/Source/WebCore/storage/
SQLStatementErrorCallback.idl 32 Callback
SQLTransactionCallback.idl 32 Callback
SQLTransactionErrorCallback.idl 32 Callback
SQLTransactionSync.cpp 52 PassRefPtr<SQLTransactionSync> SQLTransactionSync::create(DatabaseSync* db, PassRefPtr<SQLTransactionSyncCallback> callback, bool readOnly)
54 return adoptRef(new SQLTransactionSync(db, callback, readOnly));
57 SQLTransactionSync::SQLTransactionSync(DatabaseSync* db, PassRefPtr<SQLTransactionSyncCallback> callback, bool readOnly)
59 , m_callback(callback)
SQLTransactionSyncCallback.idl 34 Callback
StorageInfoErrorCallback.idl 34 Callback
StorageInfoUsageCallback.idl 34 Callback
  /external/webkit/Source/WebCore/webaudio/
JavaScriptAudioNode.idl 35 // Rendering callback
  /external/webrtc/src/system_wrappers/source/
cpu_measurement_harness.h 27 // Callback function for which the CPU usage should be calculated.
trace_impl_no_op.cc 45 WebRtc_Word32 Trace::SetTraceCallback(TraceCallback* /*callback*/)
  /external/wpa_supplicant_8/src/radius/
radius_server.h 48 * callback context.
55 * This is passed to the EAP server implementation as a callback
161 * get_eap_user - Callback for fetching EAP user information
169 * This is used to fetch information from user database. The callback
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
PreviewCallback.java 51 Log.d(TAG, "Got preview callback, but no handler for it");
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Timer.h 30 /* callback function will be called. */
  /frameworks/av/services/camera/libcameraservice/
CameraClient.h 95 // these are static callback functions
143 // the CameraHardwareInterface callback thread both want to grab mLock.
144 // An extra flag is used to tell the callback thread that it should stop
145 // trying to deliver the callback messages if the client is not
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl 32 in IBluetoothHealthCallback callback);
  /frameworks/base/core/java/android/hardware/display/
IDisplayManager.aidl 29 void registerCallback(in IDisplayManagerCallback callback);
  /frameworks/base/core/java/android/nfc/
INfcAdapter.aidl 45 void setNdefPushCallback(in INdefPushCallback callback);
  /frameworks/base/core/java/android/os/storage/
MountServiceListener.java 20 * Callback class for receiving progress reports during a restore operation. These
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java 109 * the implementation must call back on <var>callback</var> with its
123 public void dispatchKeyEvent(int seq, KeyEvent event, EventCallback callback);
138 public void dispatchTrackballEvent(int seq, MotionEvent event, EventCallback callback);
153 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback);
  /frameworks/base/docs/html/training/basics/fragments/
communicating.jd 65 // the callback interface. If not, it throws an exception
83 item. The fragment uses the callback interface to deliver the event to the parent activity.</p>
124 display the item specified by the data returned in the above callback method. In this case,
125 the activity can pass the information received in the callback method to the other fragment that
  /frameworks/base/media/jni/mediaeditor/
VideoEditorOsal.h 50 M4OSA_ThreadDoIt callback,
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl 29 void listen(String pkg, IPhoneStateListener callback, int events, boolean notifyNow);
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipSessionAdapter.java 21 * callback methods is no-op.
  /frameworks/opt/vcard/java/com/android/vcard/
VCardPhoneNumberTranslationCallback.java 19 * Callback functionality which can be used with
  /frameworks/rs/java/tests/LivePreview/res/values/
strings.xml 31 <string name="cf_format_label">Processed callback data</string>

Completed in 613 milliseconds

<<51525354555657585960>>