Searched refs:callback (Results 376 - 400 of 452) sorted by relevance

<<111213141516171819

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java183 Log.w(TAG, "Unhandled exception in callback", ex);
306 Log.w(TAG, "Unhandled exception in callback", ex);
358 Log.w(TAG, "Unhandled exception in callback", ex);
409 Log.w(TAG, "Unhandled exception in callback", ex);
440 Log.w(TAG, "Unhandled exception in callback", ex);
496 Log.w(TAG, "Unhandled exception in callback", ex);
550 Log.w(TAG, "Unhandled exception in callback", ex);
572 Log.w(TAG, "Unhandled exception in callback", ex);
589 Log.w(TAG, "Unhandled exception in callback", ex);
606 Log.w(TAG, "Unhandled exception in callback", e
665 registerApp(BluetoothGattCallback callback) argument
722 connect(Boolean autoConnect, BluetoothGattCallback callback) argument
[all...]
H A DBluetoothGattServer.java104 Log.w(TAG, "Unhandled exception in callback", ex);
124 Log.w(TAG, "Unhandled exception in callback", ex);
150 Log.w(TAG, "Unhandled exception in callback", ex);
182 Log.w(TAG, "Unhandled exception in callback", ex);
210 Log.w(TAG, "Unhandled exception in callback", ex);
246 Log.w(TAG, "Unhandled exception in callback", ex);
266 Log.w(TAG, "Unhandled exception in callback", ex);
314 * Register an application callback to start using GattServer.
316 * <p>This is an asynchronous call. The callback is used to notify
321 * @param callback GAT
326 registerCallback(BluetoothGattServerCallback callback) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1008 * @param callback Callback to send the result back.
1012 void exitKeyguardSecurely(OnKeyguardExitResult callback); argument
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java123 public void saveWebArchive(String basename, boolean autoname, ValueCallback<String> callback); argument
284 * {@link WebView.PrivateAccess} callback class.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java499 // callback is executed.
504 // passed. That's OK, the callback will just be executed
4078 for (Callback callback : mCallbacks) {
4079 callback.onPowerSaveChanged(active);
4084 for (Callback callback : mCallbacks) {
4085 callback.onBuzzBeepBlinked();
4090 for (Callback callback : mCallbacks) {
4091 callback.onNotificationLight(on);
4096 for (Callback callback : mCallbacks) {
4097 callback
4102 addCallback(@onNull Callback callback) argument
4107 removeCallback(@onNull Callback callback) argument
4117 pulseWhileDozing(@onNull PulseCallback callback) argument
4140 handlePulseWhileDozing(@onNull PulseCallback callback) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java505 * The callback methods need to be called on the handler thread where
508 IPhoneStateListener callback = new IPhoneStateListener.Stub() { field in class:PhoneStateListener
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp504 Variable* callback; member in class:ResultDispatcherClass
526 this->callback = new Variable(OBJECT_TYPE, "callback");
527 this->elements.push_back(new Field(PRIVATE, this->callback));
552 ctor->statements->Add(new Assignment(this->callback, callbackParam));
717 // Add the results dispatcher callback
753 // The callback method itself
755 new Cast(resultsInterfaceType, new FieldVariable(THIS_VALUE, "callback")),
782 // Add the argument to the callback
788 // Call the callback metho
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java1072 * as this callback tells the fragment when it is fully associated with
1387 * When custom transitions are used with Fragments, the enter transition callback
1390 * @param callback Used to manipulate the shared element transitions on this Fragment
1393 public void setEnterSharedElementCallback(SharedElementCallback callback) { argument
1394 mEnterTransitionCallback = callback;
1398 * When custom transitions are used with Fragments, the exit transition callback
1401 * @param callback Used to manipulate the shared element transitions on this Fragment
1404 public void setExitSharedElementCallback(SharedElementCallback callback) { argument
1405 mExitTransitionCallback = callback;
H A DFragmentActivity.java196 * android.view.View, String)} was used to start an Activity, <var>callback</var>
200 * @param callback Used to manipulate shared element transitions on the launched Activity.
202 public void setEnterSharedElementCallback(SharedElementCallback callback) { argument
203 ActivityCompat.setEnterSharedElementCallback(this, callback);
/frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
H A DEspressoTest.java145 public void registerIdleTransitionCallback(ResourceCallback callback) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java95 public void setWindowsForAccessibilityCallback(WindowsForAccessibilityCallback callback) { argument
96 if (callback != null) {
99 "Windows for accessibility callback already set!");
102 mWindowManagerService, callback);
106 "Windows for accessibility callback already cleared!");
931 WindowsForAccessibilityCallback callback) {
934 mCallback = callback;
962 // We will do the work when we get a focus change callback.
930 WindowsForAccessibilityObserver(WindowManagerService windowManagerService, WindowsForAccessibilityCallback callback) argument
H A DSession.java69 public Session(WindowManagerService service, IWindowSessionCallback callback, argument
72 mCallback = callback;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1364 // code and register the callback if needed.
1857 // If we have no registered callback, update the state we
2190 IAccessibilityInteractionConnectionCallback callback, long interrogatingTid)
2226 partialInteractiveRegion, interactionId, callback, mFetchFlags,
2242 IAccessibilityInteractionConnectionCallback callback, long interrogatingTid)
2278 partialInteractiveRegion, interactionId, callback, mFetchFlags,
2294 IAccessibilityInteractionConnectionCallback callback, int flags,
2330 partialInteractiveRegion, interactionId, callback, mFetchFlags | flags,
2346 IAccessibilityInteractionConnectionCallback callback, long interrogatingTid)
2383 interactionId, callback, mFetchFlag
2188 findAccessibilityNodeInfosByViewId(int accessibilityWindowId, long accessibilityNodeId, String viewIdResName, int interactionId, IAccessibilityInteractionConnectionCallback callback, long interrogatingTid) argument
2240 findAccessibilityNodeInfosByText(int accessibilityWindowId, long accessibilityNodeId, String text, int interactionId, IAccessibilityInteractionConnectionCallback callback, long interrogatingTid) argument
2292 findAccessibilityNodeInfoByAccessibilityId( int accessibilityWindowId, long accessibilityNodeId, int interactionId, IAccessibilityInteractionConnectionCallback callback, int flags, long interrogatingTid) argument
2344 findFocus(int accessibilityWindowId, long accessibilityNodeId, int focusType, int interactionId, IAccessibilityInteractionConnectionCallback callback, long interrogatingTid) argument
2397 focusSearch(int accessibilityWindowId, long accessibilityNodeId, int direction, int interactionId, IAccessibilityInteractionConnectionCallback callback, long interrogatingTid) argument
2449 performAccessibilityAction(int accessibilityWindowId, long accessibilityNodeId, int action, Bundle arguments, int interactionId, IAccessibilityInteractionConnectionCallback callback, long interrogatingTid) argument
2534 computeClickPointInScreen(int accessibilityWindowId, long accessibilityNodeId, int interactionId, IAccessibilityInteractionConnectionCallback callback, long interrogatingTid) argument
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java988 public ActionMode onWindowStartingActionMode(ActionMode.Callback callback) { argument
990 return mActionBar.startActionMode(callback);
1240 * Sets the callback that will be called if a key is dispatched to the dialog.
/frameworks/base/media/java/android/media/tv/
H A DTvView.java172 * Sets the callback to be invoked when an event is dispatched to this TvView.
174 * @param callback The callback to receive events. A value of {@code null} removes any existing
177 public void setCallback(TvInputCallback callback) { argument
178 mCallback = callback;
308 // When createSession() is called multiple times before the callback is called,
309 // only the callback of the last createSession() call will be actually called back.
461 * callback. This is the last chance to handle the unhandled input event in the TvView.
472 * Registers a callback to be invoked when an input event is not handled by the bound TV input.
474 * @param listener The callback t
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java162 * Handle expansion gestures to expand and contract children of the callback.
165 * @param callback the container that holds the items to be manipulated
169 public ExpandHelper(Context context, Callback callback, int small, int large) { argument
174 mCallback = callback;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java414 final WeakReference<RecentsAppWidgetHost.RecentsAppWidgetHostCallbacks> callback =
419 RecentsAppWidgetHost.RecentsAppWidgetHostCallbacks cb = callback.get();
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDevice.java145 * A callback interface to get notified when all pending action is cleared.
705 PendingActionClearedCallback callback = mPendingActionClearedCallback;
706 // To prevent from calling the callback again during handling the callback itself.
708 callback.onCleared(this);
814 * Disable device. {@code callback} is used to get notified when all pending
819 * @param origialCallback callback interface to get notified when all pending actions are
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java164 * Status for callback message when request is successful
169 * Status for callback message when request is not successful
289 /** callback handler to application */
583 * @param callback {@link Handler} object to which callback messages will be
590 Handler callback) {
593 mCallback = callback;
610 * Upon completion callback handler will receive {@link #EVENT_CONNECT}
628 * Upon completion callback handler will receive {@link #EVENT_CONNECT}
690 * Once notifications are enabled, callback handle
589 BluetoothMasClient(BluetoothDevice device, BluetoothMasInstance mas, Handler callback) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java437 public Ring(Callback callback) { argument
438 mCallback = callback;
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c97 // This callback is called each time a buffer finishes playing
99 static void callback(SLBufferQueueItf bufq, void *param) function
548 // register a callback on the buffer queue
549 result = (*playerBufferQueue)->RegisterCallback(playerBufferQueue, callback, NULL);
H A Dplaybq.cpp97 // This callback is called each time a buffer finishes playing
99 static void callback(SLBufferQueueItf bufq, void *param) function
548 // register a callback on the buffer queue
549 result = (*playerBufferQueue)->RegisterCallback(playerBufferQueue, callback, NULL);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1742 * callback will be invoked later.
1747 FinishedInputEventCallback callback, Handler handler) {
1763 event, token, mCurId, callback, handler);
1847 // Already running on the callback handler thread so we can send the
1848 // callback immediately.
1851 // Post the event to the callback handler thread.
1852 // In this case, the callback will be responsible for recycling the event.
1872 String inputMethodId, FinishedInputEventCallback callback, Handler handler) {
1880 p.mCallback = callback;
1746 dispatchInputEvent(InputEvent event, Object token, FinishedInputEventCallback callback, Handler handler) argument
1871 obtainPendingEventLocked(InputEvent event, Object token, String inputMethodId, FinishedInputEventCallback callback, Handler handler) argument
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java225 public void queryRemoteConnectionServices(RemoteServiceCallback callback) {
/frameworks/native/include/android/
H A Dinput.h807 * ALooper_addFd() for information on the ident, callback, and data params.
810 int ident, ALooper_callbackFunc callback, void* data);

Completed in 785 milliseconds

<<111213141516171819