Home
last modified time | relevance | path

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

1234567

/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/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/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/services/core/java/com/android/server/soundtrigger_middleware/
DSoundTriggerModule.java161 List<Runnable> callbacks = new LinkedList<>(); in setExternalCaptureState() local
188 List<ISoundTriggerCallback> callbacks = new ArrayList<>(mActiveSessions.size()); in serviceDied() local
346 List<Runnable> callbacks = new LinkedList<>(); in startRecognition() local
403 private void abortActiveRecognitions(@NonNull List<Runnable> callbacks) { in abortActiveRecognitions()
501 @NonNull List<Runnable> callbacks) { in startRecognition()
556 private void abortActiveRecognition(List<Runnable> callbacks) { in abortActiveRecognition()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotifBindPipeline.java141 final Set<BindCallback> callbacks = bindEntry.callbacks; in onBindRequested() local
194 final Set<BindCallback> callbacks = bindEntry.callbacks; in onPipelineComplete() local
246 public final Set<BindCallback> callbacks = new ArraySet<>(); field in NotifBindPipeline.BindEntry
/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/gsm/dec/
DSoftGSM.cpp42 const OMX_CALLBACKTYPE *callbacks, in SoftGSM()
358 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/mp3dec/
DSoftMP3.cpp41 const OMX_CALLBACKTYPE *callbacks, in SoftMP3()
502 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsServiceController.java328 ImsServiceControllerCallbacks callbacks) { in ImsServiceController()
347 ImsServiceControllerCallbacks callbacks, Handler handler, RebindRetry rebindRetry) { in ImsServiceController()
683 IImsServiceFeatureCallback callbacks = i.next(); in sendImsFeatureCreatedCallback() local
698 IImsServiceFeatureCallback callbacks = i.next(); in sendImsFeatureRemovedCallback() local
713 IImsServiceFeatureCallback callbacks = i.next(); in sendImsFeatureStatusChanged() local
/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/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/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/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp38 const OMX_CALLBACKTYPE *callbacks, in SoftAMR()
580 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/native/vulkan/libvulkan/
Ddebug_report.cpp131 auto& callbacks = GetData(instance).debug_report_callbacks; in CreateDebugReportCallbackEXT() local
155 auto& callbacks = GetData(instance).debug_report_callbacks; in DestroyDebugReportCallbackEXT() local

1234567