/frameworks/base/core/java/android/app/ |
D | Application.java | 105 Object[] callbacks = collectComponentCallbacks(); in onConfigurationChanged() local 114 Object[] callbacks = collectComponentCallbacks(); in onLowMemory() local 123 Object[] callbacks = collectComponentCallbacks(); in onTrimMemory() local 186 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityCreated() local 196 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityStarted() local 205 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityResumed() local 214 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityPaused() local 223 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityStopped() local 232 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivitySaveInstanceState() local 242 Object[] callbacks = collectActivityLifecycleCallbacks(); in dispatchActivityDestroyed() local [all …]
|
/frameworks/base/media/java/android/service/media/ |
D | IMediaBrowserService.aidl | 16 void connect(String pkg, in Bundle rootHints, IMediaBrowserServiceCallbacks callbacks); in connect() 17 void disconnect(IMediaBrowserServiceCallbacks callbacks); in disconnect() 19 void addSubscription(String uri, IMediaBrowserServiceCallbacks callbacks); in addSubscription() 20 void removeSubscription(String uri, IMediaBrowserServiceCallbacks callbacks); in removeSubscription()
|
D | MediaBrowserService.java | 88 IMediaBrowserServiceCallbacks callbacks; field in MediaBrowserService.ConnectionRecord 156 final IMediaBrowserServiceCallbacks callbacks) { in connect() 207 public void disconnect(final IMediaBrowserServiceCallbacks callbacks) { in disconnect() 224 … public void addSubscription(final String id, final IMediaBrowserServiceCallbacks callbacks) { in addSubscription() 245 final IMediaBrowserServiceCallbacks callbacks) { in removeSubscription()
|
/frameworks/support/v4/java/android/support/v4/os/ |
D | ParcelableCompat.java | 35 ParcelableCompatCreatorCallbacks<T> callbacks) { in newCreator() 45 public CompatCreator(ParcelableCompatCreatorCallbacks<T> callbacks) { in CompatCreator()
|
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/ |
D | ParcelableCompatHoneycombMR2.java | 23 static <T> Parcelable.Creator<T> instantiate(ParcelableCompatCreatorCallbacks<T> callbacks) { in instantiate() 31 public ParcelableCompatCreatorHoneycombMR2(ParcelableCompatCreatorCallbacks<T> callbacks) { in ParcelableCompatCreatorHoneycombMR2()
|
/frameworks/support/v4/java/android/support/v4/media/ |
D | TransportMediator.java | 151 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/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 39 const OMX_CALLBACKTYPE *callbacks, in SoftRaw() 210 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 33 const OMX_CALLBACKTYPE *callbacks, in SoftVPX() 182 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.cpp | 39 const OMX_CALLBACKTYPE *callbacks, in SoftGSM() 265 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() 399 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 43 const OMX_CALLBACKTYPE *callbacks, in SoftAMRNBEncoder() 401 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/base/core/java/android/hardware/ |
D | ICameraService.aidl | 48 int connectPro(IProCameraCallbacks callbacks, int cameraId, in connectPro() 54 int connectDevice(ICameraDeviceCallbacks callbacks, int cameraId, in connectDevice()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 43 const OMX_CALLBACKTYPE *callbacks, in SoftAMRWBEncoder() 456 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.cpp | 39 const OMX_CALLBACKTYPE *callbacks, in SoftG711() 307 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 41 const OMX_CALLBACKTYPE *callbacks, in SoftAMR() 468 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 47 const OMX_CALLBACKTYPE *callbacks, in SoftVorbis() 474 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.cpp | 66 const OMX_CALLBACKTYPE *callbacks, in SoftMPEG4Encoder() 495 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder.cpp | 42 const OMX_CALLBACKTYPE *callbacks, in SoftAACEncoder() 557 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
D | SoftAACEncoder2.cpp | 40 const OMX_CALLBACKTYPE *callbacks, in SoftAACEncoder2() 648 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 58 const OMX_CALLBACKTYPE *callbacks, in SoftMPEG4() 370 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
D | SoftAVC.cpp | 52 const OMX_CALLBACKTYPE *callbacks, in SoftAVC() 318 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVPXEncoder.cpp | 62 const OMX_CALLBACKTYPE *callbacks, in SoftVPXEncoder() 779 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PreferredComponent.java | 60 public PreferredComponent(Callbacks callbacks, int match, ComponentName[] set, in PreferredComponent() 95 public PreferredComponent(Callbacks callbacks, XmlPullParser parser) in PreferredComponent()
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.cpp | 49 const OMX_CALLBACKTYPE *callbacks, in SoftFlacEncoder() 468 const char *name, const OMX_CALLBACKTYPE *callbacks, in createSoftOMXComponent()
|
/frameworks/base/core/java/android/net/ |
D | ConnectivityManager.java | 2104 NetworkCallback callbacks = getCallbacks(request); in handleMessage() local 2115 NetworkCallback callbacks = getCallbacks(request); in handleMessage() local 2126 NetworkCallback callbacks = getCallbacks(request); in handleMessage() local 2139 NetworkCallback callbacks = getCallbacks(request); in handleMessage() local 2150 NetworkCallback callbacks = null; in handleMessage() local 2164 NetworkCallback callbacks = getCallbacks(request); in handleMessage() local 2179 NetworkCallback callbacks = getCallbacks(request); in handleMessage() local 2193 NetworkCallback callbacks = null; in handleMessage() local
|