Searched refs:callbacks (Results 26 - 50 of 109) sorted by relevance

12345

/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java101 * @param callbacks The callbacks to invoke.
103 public abstract void setMagnificationCallbacks(MagnificationCallbacks callbacks); argument
/frameworks/support/v4/java/android/support/v4/media/
H A DTransportMediator.java151 public TransportMediator(Activity activity, TransportPerformer callbacks) { argument
152 this(activity, null, callbacks);
155 public TransportMediator(View view, TransportPerformer callbacks) { argument
156 this(null, view, callbacks);
159 private TransportMediator(Activity activity, View view, TransportPerformer callbacks) { argument
161 mCallbacks = callbacks;
184 * {@link android.media.RemoteControlClient.OnPlaybackPositionUpdateListener} callbacks;
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp33 const OMX_CALLBACKTYPE *callbacks,
39 320 /* width */, 240 /* height */, callbacks, appData, component),
182 const char *name, const OMX_CALLBACKTYPE *callbacks,
187 callbacks, appData, component);
191 callbacks, appData, component);
29 SoftVPX( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
181 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.cpp230 std::set<IFrameCallback*> callbacks; local
231 mFrameCallbacks.swap(callbacks);
233 if (callbacks.size()) {
237 for (std::set<IFrameCallback*>::iterator it = callbacks.begin(); it != callbacks.end(); it++) {
292 // next vsync (oops), so none of the callbacks are run.
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp71 const OMX_CALLBACKTYPE *callbacks,
111 (*createSoftOMXComponent)(name, callbacks, appData, component);
69 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DOMXMaster.h36 const OMX_CALLBACKTYPE *callbacks,
H A DOMXMaster.cpp123 const OMX_CALLBACKTYPE *callbacks,
138 plugin->makeComponentInstance(name, callbacks, appData, component);
121 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/include/camera/
H A DIProCameraUser.h45 // connect to the service, given a callbacks listener
46 virtual status_t connect(const sp<IProCameraCallbacks>& callbacks)
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.h29 const OMX_CALLBACKTYPE *callbacks,
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.h35 const OMX_CALLBACKTYPE *callbacks,
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.h33 const OMX_CALLBACKTYPE *callbacks,
77 // FLAC encoder callbacks
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
307 const char *name, const OMX_CALLBACKTYPE *callbacks,
309 return new android::SoftG711(name, callbacks, appData, component);
37 SoftG711( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
306 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/gsm/dec/
H A DSoftGSM.cpp39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
265 const char *name, const OMX_CALLBACKTYPE *callbacks,
267 return new android::SoftGSM(name, callbacks, appData, component);
37 SoftGSM( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
264 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h39 const OMX_CALLBACKTYPE *callbacks,
/frameworks/av/media/libstagefright/codecs/opus/dec/
H A DSoftOpus.h44 const OMX_CALLBACKTYPE *callbacks,
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
210 const char *name, const OMX_CALLBACKTYPE *callbacks,
212 return new android::SoftRaw(name, callbacks, appData, component);
37 SoftRaw( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
209 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp58 const OMX_CALLBACKTYPE *callbacks,
63 352 /* width */, 288 /* height */, callbacks, appData, component),
370 const char *name, const OMX_CALLBACKTYPE *callbacks,
377 callbacks, appData, component);
382 callbacks, appData, component);
52 SoftMPEG4( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
369 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl41 void registerStatusBar(IStatusBar callbacks, out StatusBarIconList iconList,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.cpp41 const OMX_CALLBACKTYPE *callbacks,
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
468 const char *name, const OMX_CALLBACKTYPE *callbacks,
470 return new android::SoftAMR(name, callbacks, appData, component);
39 SoftAMR( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
467 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp43 const OMX_CALLBACKTYPE *callbacks,
46 : SimpleSoftOMXComponent(name, callbacks, appData, component),
401 const char *name, const OMX_CALLBACKTYPE *callbacks,
403 return new android::SoftAMRNBEncoder(name, callbacks, appData, component);
41 SoftAMRNBEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
400 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h56 SoftHEVC(const char *name, const OMX_CALLBACKTYPE *callbacks,
/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp41 const OMX_CALLBACKTYPE *callbacks,
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
399 const char *name, const OMX_CALLBACKTYPE *callbacks,
401 return new android::SoftMP3(name, callbacks, appData, component);
39 SoftMP3( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
398 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h64 const OMX_CALLBACKTYPE *callbacks,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp52 const OMX_CALLBACKTYPE *callbacks,
58 320 /* width */, 240 /* height */, callbacks, appData, component),
318 const char *name, const OMX_CALLBACKTYPE *callbacks,
320 return new android::SoftAVC(name, callbacks, appData, component);
50 SoftAVC( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
317 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h41 const OMX_CALLBACKTYPE *callbacks,

Completed in 1060 milliseconds

12345