Home
last modified time | relevance | path

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

12345

/frameworks/base/media/java/android/service/media/
DIMediaBrowserService.aidl17 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect()
18 void disconnect(IMediaBrowserServiceCallbacks callbacks); in disconnect()
20 void addSubscriptionDeprecated(String uri, IMediaBrowserServiceCallbacks callbacks); in addSubscriptionDeprecated()
21 void removeSubscriptionDeprecated(String uri, IMediaBrowserServiceCallbacks callbacks); in removeSubscriptionDeprecated()
23 void getMediaItem(String uri, in ResultReceiver cb, IMediaBrowserServiceCallbacks callbacks); in getMediaItem()
25 IMediaBrowserServiceCallbacks callbacks); in addSubscription()
26 void removeSubscription(String uri, in IBinder token, IMediaBrowserServiceCallbacks callbacks); in removeSubscription()
DMediaBrowserService.java111 IMediaBrowserServiceCallbacks callbacks; field in MediaBrowserService.ConnectionRecord
185 final IMediaBrowserServiceCallbacks callbacks) { in connect()
236 public void disconnect(final IMediaBrowserServiceCallbacks callbacks) { in disconnect()
252 public void addSubscriptionDeprecated(String id, IMediaBrowserServiceCallbacks callbacks) { in addSubscriptionDeprecated()
258 final IMediaBrowserServiceCallbacks callbacks) { in addSubscription()
278 … public void removeSubscriptionDeprecated(String id, IMediaBrowserServiceCallbacks callbacks) { in removeSubscriptionDeprecated()
284 final IMediaBrowserServiceCallbacks callbacks) { in removeSubscription()
306 final IMediaBrowserServiceCallbacks callbacks) { in getMediaItem()
/frameworks/base/core/java/android/app/
DApplication.java111 Object[] callbacks = collectComponentCallbacks(); in onConfigurationChanged() local
121 Object[] callbacks = collectComponentCallbacks(); in onLowMemory() local
131 Object[] callbacks = collectComponentCallbacks(); in onTrimMemory() local
194 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityCreated() local
204 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityStarted() local
213 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityResumed() local
222 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityPaused() local
231 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityStopped() local
240 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivitySaveInstanceState() local
250 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityDestroyed() local
[all …]
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
DStubbablePrintService.java27 PrintServiceCallbacks callbacks = getCallbacks(); in onCreatePrinterDiscoverySession() local
37 PrintServiceCallbacks callbacks = getCallbacks(); in onRequestCancelPrintJob() local
45 PrintServiceCallbacks callbacks = getCallbacks(); in onPrintJobQueued() local
DMockPrintService.java25 public static void setCallbacks(PrintServiceCallbacks callbacks) { in setCallbacks()
/frameworks/data-binding/compiler/src/test/java/android/databinding/
DCallbackRegistryTest.java66 ArrayList<Integer> callbacks = registry.copyCallbacks(); in testAddListener() local
133 ArrayList<Integer> callbacks = registry.copyCallbacks(); in testRemoveWhileNotifying() local
159 ArrayList<Integer> callbacks = registry.copyCallbacks(); in testDeepRemoveWhileNotifying() local
186 ArrayList<Integer> callbacks = registry.copyCallbacks(); in testAddRemovedListener() local
198 final Integer[] callbacks = new Integer[deepNotifyCount.length]; in testVeryDeepRemoveWhileNotifying() local
/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/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java260 IRecentsNonSystemUserCallbacks callbacks = in showRecents() local
297 IRecentsNonSystemUserCallbacks callbacks = in hideRecents() local
334 IRecentsNonSystemUserCallbacks callbacks = in toggleRecents() local
365 IRecentsNonSystemUserCallbacks callbacks = in preloadRecents() local
393 IRecentsNonSystemUserCallbacks callbacks = in cancelPreloadingRecents() local
441 IRecentsNonSystemUserCallbacks callbacks = in dockTopTask() local
493 IRecentsNonSystemUserCallbacks callbacks = in onDraggingInRecents() local
516 IRecentsNonSystemUserCallbacks callbacks = in onDraggingInRecentsEnded() local
564 IRecentsNonSystemUserCallbacks callbacks = in onConfigurationChanged() local
/frameworks/support/v4/java/android/support/v4/os/
DParcelableCompat.java35 ParcelableCompatCreatorCallbacks<T> callbacks) { in newCreator()
45 public CompatCreator(ParcelableCompatCreatorCallbacks<T> callbacks) { in CompatCreator()
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
DParcelableCompatHoneycombMR2.java23 static <T> Parcelable.Creator<T> instantiate(ParcelableCompatCreatorCallbacks<T> callbacks) { in instantiate()
31 public ParcelableCompatCreatorHoneycombMR2(ParcelableCompatCreatorCallbacks<T> callbacks) { in ParcelableCompatCreatorHoneycombMR2()
/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/support/v4/java/android/support/v4/media/
DMediaBrowserServiceCompat.java468 ServiceCallbacks callbacks; field in MediaBrowserServiceCompat.ConnectionRecord
541 final ServiceCallbacks callbacks) { in connect()
591 public void disconnect(final ServiceCallbacks callbacks) { in disconnect()
607 final ServiceCallbacks callbacks) { in addSubscription()
627 final ServiceCallbacks callbacks) { in removeSubscription()
649 final ServiceCallbacks callbacks) { in getMediaItem()
670 public void registerCallbacks(final ServiceCallbacks callbacks, final Bundle rootHints) { in registerCallbacks()
687 public void unregisterCallbacks(final ServiceCallbacks callbacks) { in unregisterCallbacks()
710 ServiceCallbacksCompat(Messenger callbacks) { in ServiceCallbacksCompat()
DTransportMediator.java151 public TransportMediator(Activity activity, TransportPerformer callbacks) { in TransportMediator()
155 public TransportMediator(View view, TransportPerformer callbacks) { in TransportMediator()
159 private TransportMediator(Activity activity, View view, TransportPerformer callbacks) { in TransportMediator()
/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/core/java/android/printservice/recommendation/
DIRecommendationService.aidl29 void registerCallbacks(in IRecommendationServiceCallbacks callbacks); in registerCallbacks()
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp39 const OMX_CALLBACKTYPE *callbacks, in SoftRaw()
235 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp41 const OMX_CALLBACKTYPE *callbacks, in SoftMP3()
427 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp43 const OMX_CALLBACKTYPE *callbacks, in SoftAMRNBEncoder()
429 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp42 const OMX_CALLBACKTYPE *callbacks, in SoftGSM()
307 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp43 const OMX_CALLBACKTYPE *callbacks, in SoftAMRWBEncoder()
484 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp39 const OMX_CALLBACKTYPE *callbacks, in SoftG711()
333 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp40 const OMX_CALLBACKTYPE *callbacks, in SoftVPX()
314 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp41 const OMX_CALLBACKTYPE *callbacks, in SoftAMR()
537 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.cpp70 const OMX_CALLBACKTYPE *callbacks, in SoftMPEG4Encoder()
521 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/
DShortcutKeyServiceProxy.java39 public ShortcutKeyServiceProxy(Callbacks callbacks) { mCallbacks = callbacks; } in ShortcutKeyServiceProxy()

12345