Searched refs:notify (Results 201 - 225 of 310) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.cpp35 AAVCAssembler::AAVCAssembler(const sp<AMessage> &notify) argument
36 : mNotifyMsg(notify),
H A DAMPEG4ElementaryAssembler.cpp110 const sp<AMessage> &notify, const AString &desc, const AString &params)
111 : mNotifyMsg(notify),
109 AMPEG4ElementaryAssembler( const sp<AMessage> &notify, const AString &desc, const AString &params) argument
H A DAMPEG4AudioAssembler.cpp437 const sp<AMessage> &notify, const AString &params)
438 : mNotifyMsg(notify),
436 AMPEG4AudioAssembler( const sp<AMessage> &notify, const AString &params) argument
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCarrierActionUtils.java176 .notify(PORTAL_NOTIFICATION_TAG, PORTAL_NOTIFICATION_ID, notification);
188 .notify(NO_DATA_NOTIFICATION_TAG, NO_DATA_NOTIFICATION_ID, notification);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DDocumentLoader.java204 task.notify(mResolver);
422 void notify(ContentResolver resolver) { method in class:DocumentLoader.LoaderTask
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java386 mLock.notify();
432 mLock.notify();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaAudioEffectTest.java1367 lock.notify();
1375 lock.notify();
1381 lock.notify();
1439 lock.notify();
1451 lock.notify();
1464 lock.notify();
1473 lock.notify();
H A DMediaVisualizerTest.java589 lock.notify();
601 lock.notify();
614 lock.notify();
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp56 status_t start(const sp<MetaData> &meta, const sp<AMessage> &notify);
175 status_t MediaCodecSource::Puller::start(const sp<MetaData> &meta, const sp<AMessage> &notify) { argument
182 mNotify = notify;
815 sp<AMessage> notify = new AMessage(kWhatPullerNotify, mReflector); local
816 err = mPuller->start(meta.get(), notify);
H A DMPEG4Writer.cpp1340 notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
1647 // Only notify once.
1653 notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_FILESIZE_APPROACHING, 0);
2128 notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_NEXT_OUTPUT_FILE_STARTED, 0);
2952 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_ERROR,
3022 mOwner->notify(
3035 mOwner->notify(MEDIA_RECORDER_EVENT_INFO, MEDIA_RECORDER_INFO_MAX_DURATION_REACHED, 0);
3416 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
3420 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INFO,
3424 mOwner->notify(MEDIA_RECORDER_TRACK_EVENT_INF
[all...]
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp772 void MediaRecorder::notify(int msg, int ext1, int ext2) function in class:android::MediaRecorder
784 listener->notify(msg, ext1, ext2);
792 notify(MEDIA_RECORDER_EVENT_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h378 void notify(int msg, int ext1, int ext2, const Parcel *obj);
472 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { function in class:android::MediaPlayerService::Client::Listener
475 client->notify(msg, ext1, ext2, obj);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp491 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
504 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
515 notify(OMX_EventError, OMX_ErrorUndefined, 0, NULL);
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp339 // TODO notify caller of queueInput error when it is supported
674 sp<AMessage> notify = new AMessage(); local
675 notify->setTarget(this);
677 notify, mStride, mSliceHeight, kBufferCountActual);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp234 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, 0, NULL);
252 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
256 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java182 * complex to keep track of since we notify listeners at different times depending on
1061 // If there's no start delay, init the animation and notify start listeners right away
1105 // Only notify listeners if the animator has actually started
1216 boolean notify = (mStarted || mRunning) && mListeners != null;
1217 if (notify && !mRunning) {
1227 if (notify && mListeners != null) {
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h109 status_t setOnFrameRenderedNotification(const sp<AMessage> &notify);
185 void requestActivityNotification(const sp<AMessage> &notify);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h109 status_t setOnFrameRenderedNotification(const sp<AMessage> &notify);
185 void requestActivityNotification(const sp<AMessage> &notify);
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java367 notify();
376 notify();
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp344 // doesn't need prefetching, notify good to go
536 notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
609 // Do not call the superclass onPrepare to notify, because it uses a default error
612 notify(PLAYEREVENT_PREPARED, (int32_t)prepareRes, true /*async*/);
781 // there's no need to do a notify of PLAYEREVENT_CHANNEL_COUNT,
/frameworks/av/camera/
H A DCameraBase.cpp226 listener->notify(msgType, ext1, ext2);
/frameworks/av/camera/include/camera/
H A DCamera.h42 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/include/camera/
H A DCamera.h42 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DGenericSource2.h49 GenericSource2(const sp<AMessage> &notify, uid_t uid,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h46 GenericSource(const sp<AMessage> &notify, bool uidValid, uid_t uid,

Completed in 1580 milliseconds

1234567891011>>