Home
last modified time | relevance | path

Searched defs:callbacks (Results 1 – 25 of 141) sorted by relevance

123456

/frameworks/base/media/java/android/service/media/
DIMediaBrowserService.aidl15 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect()
16 void disconnect(IMediaBrowserServiceCallbacks callbacks); in disconnect()
18 void addSubscriptionDeprecated(String uri, IMediaBrowserServiceCallbacks callbacks); in addSubscriptionDeprecated()
19 void removeSubscriptionDeprecated(String uri, IMediaBrowserServiceCallbacks callbacks); in removeSubscriptionDeprecated()
21 void getMediaItem(String uri, in ResultReceiver cb, IMediaBrowserServiceCallbacks callbacks); in getMediaItem()
23 IMediaBrowserServiceCallbacks callbacks); in addSubscription()
24 void removeSubscription(String uri, in IBinder token, IMediaBrowserServiceCallbacks callbacks); in removeSubscription()
DMediaBrowserService.java119 IMediaBrowserServiceCallbacks callbacks; field in MediaBrowserService.ConnectionRecord
204 final IMediaBrowserServiceCallbacks callbacks) { in connect()
261 public void disconnect(final IMediaBrowserServiceCallbacks callbacks) { in disconnect()
278 public void addSubscriptionDeprecated(String id, IMediaBrowserServiceCallbacks callbacks) { in addSubscriptionDeprecated()
284 final IMediaBrowserServiceCallbacks callbacks) { in addSubscription()
305 String id, IMediaBrowserServiceCallbacks callbacks) { in removeSubscriptionDeprecated()
311 final IMediaBrowserServiceCallbacks callbacks) { in removeSubscription()
333 final IMediaBrowserServiceCallbacks callbacks) { in getMediaItem()
/frameworks/base/core/java/android/app/
DApplication.java262 Object[] callbacks = collectComponentCallbacks(); in onConfigurationChanged() local
272 Object[] callbacks = collectComponentCallbacks(); in onLowMemory() local
282 Object[] callbacks = collectComponentCallbacks(); in onTrimMemory() local
358 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityPreCreated() local
370 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityCreated() local
382 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityPostCreated() local
393 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityPreStarted() local
403 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityStarted() local
413 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityPostStarted() local
423 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityPreResumed() local
[all …]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DCallbackRegistryTest.java67 ArrayList<Integer> callbacks = registry.copyListeners(); in testAddListener() local
132 ArrayList<Integer> callbacks = registry.copyListeners(); in testRemoveWhileNotifying() local
157 ArrayList<Integer> callbacks = registry.copyListeners(); in testDeepRemoveWhileNotifying() local
183 ArrayList<Integer> callbacks = registry.copyListeners(); in testAddRemovedListener() local
194 final Integer[] callbacks = new Integer[deepNotifyCount.length]; in testVeryDeepRemoveWhileNotifying() local
/frameworks/base/core/java/android/service/appprediction/
DAppPredictionService.java197 final ArrayList<CallbackWrapper> callbacks = mSessionCallbacks.get(sessionId); in doRegisterPredictionUpdates() local
222 final ArrayList<CallbackWrapper> callbacks = mSessionCallbacks.get(sessionId); in doUnregisterPredictionUpdates() local
235 ArrayList<CallbackWrapper> callbacks, CallbackWrapper wrapper) { in removeCallbackWrapper()
253 final ArrayList<CallbackWrapper> callbacks = mSessionCallbacks.get(sessionId); in doRequestPredictionUpdate() local
288 List<CallbackWrapper> callbacks = mSessionCallbacks.get(sessionId); in updatePredictions() local
299 private CallbackWrapper findCallbackWrapper(ArrayList<CallbackWrapper> callbacks, in findCallbackWrapper()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DLegacyRecentsImpl.java255 IRecentsNonSystemUserCallbacks callbacks = in showRecentApps() local
281 IRecentsNonSystemUserCallbacks callbacks = in hideRecentApps() local
307 IRecentsNonSystemUserCallbacks callbacks = in toggleRecentApps() local
332 IRecentsNonSystemUserCallbacks callbacks = in preloadRecentApps() local
354 IRecentsNonSystemUserCallbacks callbacks = in cancelPreloadRecentApps() local
398 IRecentsNonSystemUserCallbacks callbacks = in splitPrimaryTask() local
462 IRecentsNonSystemUserCallbacks callbacks = in onConfigurationChanged() local
630 IRecentsNonSystemUserCallbacks callbacks = in onBusEvent() local
/frameworks/base/core/java/android/print/
DIPrintSpooler.aidl82 in IPrintSpoolerCallbacks callbacks, in int sequence); in onCustomPrinterIconLoaded()
94 in IPrintSpoolerCallbacks callbacks, in int sequence); in getCustomPrinterIcon()
102 void clearCustomPrinterIconCache(in IPrintSpoolerCallbacks callbacks, in clearCustomPrinterIconCache()
/frameworks/base/core/java/android/printservice/recommendation/
DIRecommendationService.aidl29 void registerCallbacks(in IRecommendationServiceCallbacks callbacks); in registerCallbacks()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintServiceRecommendationService.java134 @NonNull RemotePrintServiceRecommendationServiceCallbacks callbacks) { in RemotePrintServiceRecommendationService()
193 public Connection(@NonNull RemotePrintServiceRecommendationServiceCallbacks callbacks) { in Connection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleOffBehavior.java35 public void onModeActivated(Context context, AssistHandleCallbacks callbacks) { in onModeActivated()
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp39 const OMX_CALLBACKTYPE *callbacks, in SoftRaw()
277 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/base/core/java/com/android/internal/view/
DSurfaceCallbackHelper.java46 …c void dispatchSurfaceRedrawNeededAsync(SurfaceHolder holder, SurfaceHolder.Callback callbacks[]) { in dispatchSurfaceRedrawNeededAsync()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp43 const OMX_CALLBACKTYPE *callbacks, in SoftAMRNBEncoder()
425 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp41 const OMX_CALLBACKTYPE *callbacks, in SoftMP3()
488 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp43 const OMX_CALLBACKTYPE *callbacks, in SoftAMRWBEncoder()
480 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp42 const OMX_CALLBACKTYPE *callbacks, in SoftGSM()
358 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java330 ImsServiceControllerCallbacks callbacks) { in ImsServiceController()
348 ImsServiceControllerCallbacks callbacks, Handler handler, RebindRetry rebindRetry) { in ImsServiceController()
677 IImsServiceFeatureCallback callbacks = i.next(); in sendImsFeatureCreatedCallback() local
692 IImsServiceFeatureCallback callbacks = i.next(); in sendImsFeatureRemovedCallback() local
707 IImsServiceFeatureCallback callbacks = i.next(); in sendImsFeatureStatusChanged() local
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp41 const OMX_CALLBACKTYPE *callbacks, in SoftG711()
386 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp43 const OMX_CALLBACKTYPE *callbacks, in SoftFlacDecoder()
495 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp61 WebViewFunctor::WebViewFunctor(void* data, const WebViewFunctorCallbacks& callbacks, in WebViewFunctor()
126 int WebViewFunctorManager::createFunctor(void* data, const WebViewFunctorCallbacks& callbacks, in createFunctor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyServiceProxy.java40 public ShortcutKeyServiceProxy(Callbacks callbacks) { mCallbacks = callbacks; } in ShortcutKeyServiceProxy()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp41 const OMX_CALLBACKTYPE *callbacks, in SoftAMR()
584 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp67 const OMX_CALLBACKTYPE *callbacks, in SoftMPEG4Encoder()
532 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DGlobalActionsPanelPlugin.java58 PanelViewController onPanelShown(Callbacks callbacks, boolean deviceLocked); in onPanelShown()
/frameworks/av/camera/ndk/
DNdkCameraDevice.cpp264 const ACameraCaptureSession_stateCallbacks* callbacks, in ACameraDevice_createCaptureSession()
280 const ACameraCaptureSession_stateCallbacks* callbacks, in ACameraDevice_createCaptureSessionWithSessionParameters()

123456