/frameworks/base/media/java/android/service/media/ |
D | IMediaBrowserService.aidl | 15 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()
|
D | MediaBrowserService.java | 119 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/ |
D | Application.java | 262 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/ |
D | CallbackRegistryTest.java | 67 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/ |
D | AppPredictionService.java | 197 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/ |
D | LegacyRecentsImpl.java | 255 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/ |
D | IPrintSpooler.aidl | 82 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/ |
D | IRecommendationService.aidl | 29 void registerCallbacks(in IRecommendationServiceCallbacks callbacks); in registerCallbacks()
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintServiceRecommendationService.java | 134 @NonNull RemotePrintServiceRecommendationServiceCallbacks callbacks) { in RemotePrintServiceRecommendationService() 193 public Connection(@NonNull RemotePrintServiceRecommendationServiceCallbacks callbacks) { in Connection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
D | AssistHandleOffBehavior.java | 35 public void onModeActivated(Context context, AssistHandleCallbacks callbacks) { in onModeActivated()
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 39 const OMX_CALLBACKTYPE *callbacks, in SoftRaw() 277 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | SurfaceCallbackHelper.java | 46 …c void dispatchSurfaceRedrawNeededAsync(SurfaceHolder holder, SurfaceHolder.Callback callbacks[]) { in dispatchSurfaceRedrawNeededAsync()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 43 const OMX_CALLBACKTYPE *callbacks, in SoftAMRNBEncoder() 425 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 41 const OMX_CALLBACKTYPE *callbacks, in SoftMP3() 488 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 43 const OMX_CALLBACKTYPE *callbacks, in SoftAMRWBEncoder() 480 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.cpp | 42 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/ |
D | ImsServiceController.java | 330 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/ |
D | SoftG711.cpp | 41 const OMX_CALLBACKTYPE *callbacks, in SoftG711() 386 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
D | SoftFlacDecoder.cpp | 43 const OMX_CALLBACKTYPE *callbacks, in SoftFlacDecoder() 495 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/base/libs/hwui/ |
D | WebViewFunctorManager.cpp | 61 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/ |
D | ShortcutKeyServiceProxy.java | 40 public ShortcutKeyServiceProxy(Callbacks callbacks) { mCallbacks = callbacks; } in ShortcutKeyServiceProxy()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 41 const OMX_CALLBACKTYPE *callbacks, in SoftAMR() 584 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.cpp | 67 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/ |
D | GlobalActionsPanelPlugin.java | 58 PanelViewController onPanelShown(Callbacks callbacks, boolean deviceLocked); in onPanelShown()
|
/frameworks/av/camera/ndk/ |
D | NdkCameraDevice.cpp | 264 const ACameraCaptureSession_stateCallbacks* callbacks, in ACameraDevice_createCaptureSession() 280 const ACameraCaptureSession_stateCallbacks* callbacks, in ACameraDevice_createCaptureSessionWithSessionParameters()
|