Searched defs:notify (Results 1 - 25 of 52) sorted by path

123

/frameworks/av/cmds/stagefright/
H A Dstream.cpp268 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { function in struct:MyClient
/frameworks/av/drm/common/
H A DIDrmServiceListener.cpp27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { function in class:BpDrmServiceListener
52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp335 status_t DrmManagerClientImpl::notify(const DrmInfoEvent& event) { function in class:DrmManagerClientImpl
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h57 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
59 mListener->notify(msg, ext1, ext2);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp489 mVePlayer[playerInst]->setNotifyCallback(this,(notify_callback_f)notify);
490 ALOGV("startPreview: notify callback set");
1153 void VideoEditorPreviewController::notify( function in class:android::VideoEditorPreviewController
1170 ALOGD("notify:MEDIA_PLAYBACK_COMPLETE, mCurrentClipNumber = %d",
/frameworks/av/media/libmedia/
H A DIHDCP.cpp41 virtual void notify( function in struct:android::BpHDCPObserver
132 notify(msg, ext1, ext2, &obj);
H A DIMediaPlayerClient.cpp38 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::BpMediaPlayerClient
70 notify(msg, ext1, ext2, &obj);
H A DIMediaRecorderClient.cpp38 virtual void notify(int msg, int ext1, int ext2) function in class:android::BpMediaRecorderClient
62 notify(msg, ext1, ext2);
H A DSoundPool.cpp437 void SoundPool::notify(SoundPoolEvent event) function in class:android::SoundPool
H A Dmediaplayer.cpp647 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::MediaPlayer
666 // Allows calls from JNI in idle state to notify errors
668 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
752 listener->notify(msg, ext1, ext2, obj);
774 notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
H A Dmediarecorder.cpp659 void MediaRecorder::notify(int msg, int ext1, int ext2) function in class:android::MediaRecorder
671 listener->notify(msg, ext1, ext2);
679 notify(MEDIA_RECORDER_EVENT_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp502 mAntagonizer = new Antagonizer(notify, this);
555 p = MediaPlayerFactory::createPlayer(playerType, this, notify);
1065 void MediaPlayerService::Client::notify( function in class:android::MediaPlayerService::Client
1081 client->mNextClient->mClient->notify(MEDIA_INFO, MEDIA_INFO_STARTED_AS_NEXT, 0, obj);
1099 ALOGV("[%d] notify (%p, %d, %d, %d)", client->mConnId, cookie, msg, ext1, ext2);
1100 c->notify(msg, ext1, ext2, obj);
1186 player = MediaPlayerFactory::createPlayer(playerType, cache.get(), cache->notify);
1236 player = MediaPlayerFactory::createPlayer(playerType, cache.get(), cache->notify);
1842 void MediaPlayerService::AudioCache::notify( function in class:android::MediaPlayerService::AudioCache
1845 ALOGV("notify(
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp710 sp<AMessage> notify = local
714 *decoder = audio ? new Decoder(notify) :
715 new Decoder(notify, mNativeWindow);
H A DNuPlayerDecoder.cpp32 const sp<AMessage> &notify,
34 : mNotify(notify),
94 sp<AMessage> notify = mNotify->dup(); local
95 notify->setMessage("codec-request", msg);
96 notify->post();
127 sp<AMessage> notify = mNotify->dup(); local
128 notify->setMessage("codec-request", msg);
129 notify->post();
31 Decoder( const sp<AMessage> &notify, const sp<NativeWindowWrapper> &nativeWindow) argument
H A DNuPlayerRenderer.cpp34 const sp<AMessage> &notify)
36 mNotify(notify),
400 sp<AMessage> notify = mNotify->dup(); local
401 notify->setInt32("what", kWhatVideoRenderingStart);
402 notify->post();
406 sp<AMessage> notify = mNotify->dup(); local
407 notify->setInt32("what", kWhatEOS);
408 notify->setInt32("audio", static_cast<int32_t>(audio));
409 notify->setInt32("finalResult", finalResult);
410 notify
32 Renderer( const sp<MediaPlayerBase::AudioSink> &sink, const sp<AMessage> &notify) argument
572 sp<AMessage> notify = mNotify->dup(); local
627 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DRTSPSource.cpp77 sp<AMessage> notify = new AMessage(kWhatNotify, mReflector->id()); local
79 mHandler = new MyHandler(mURL.c_str(), notify, mUIDValid, mUID);
/frameworks/av/media/libstagefright/
H A DACodec.cpp479 sp<AMessage> notify = mNotify->dup(); local
480 notify->setInt32("what", ACodec::kWhatBuffersAllocated);
482 notify->setInt32("portIndex", portIndex);
492 notify->setObject("portDesc", desc);
493 notify->post();
2073 sp<AMessage> notify = mNotify->dup(); local
2074 notify->setInt32("what", kWhatOutputFormatChanged);
2091 notify->setString("mime", MEDIA_MIMETYPE_VIDEO_RAW);
2092 notify->setInt32("width", videoDef->nFrameWidth);
2093 notify
2189 sp<AMessage> notify = mNotify->dup(); local
2556 sp<AMessage> notify = mCodec->mNotify->dup(); local
2825 sp<AMessage> notify = mCodec->mNotify->dup(); local
2845 sp<AMessage> notify = mCodec->mNotify->dup(); local
2981 sp<AMessage> notify = mCodec->mNotify->dup(); local
2991 sp<AMessage> notify = mCodec->mNotify->dup(); local
3088 sp<AMessage> notify = new AMessage(kWhatOMXMessage, mCodec->id()); local
3108 sp<AMessage> notify = mCodec->mNotify->dup(); local
3152 sp<AMessage> notify = mCodec->mNotify->dup(); local
3189 sp<AMessage> notify = mCodec->mNotify->dup(); local
3238 sp<AMessage> notify = mCodec->mNotify->dup(); local
3914 sp<AMessage> notify = mCodec->mNotify->dup(); local
[all...]
H A DCameraSource.cpp41 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
65 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) { function in class:android::CameraSourceListener
66 ALOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
H A DMPEG2TSWriter.cpp40 void start(const sp<AMessage> &notify);
132 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify) { argument
136 mNotify = notify;
246 sp<AMessage> notify = mNotify->dup(); local
247 notify->setInt32("what", kNotifyBuffer);
248 notify->setBuffer("buffer", out);
249 notify->setInt32("oob", true);
250 notify->post();
254 sp<AMessage> notify = mNotify->dup(); local
255 notify
353 sp<AMessage> notify = mNotify->dup(); local
373 sp<AMessage> notify = mNotify->dup(); local
395 sp<AMessage> notify = mNotify->dup(); local
567 sp<AMessage> notify = local
[all...]
H A DMediaCodec.cpp336 void MediaCodec::requestActivityNotification(const sp<AMessage> &notify) { argument
338 msg->setMessage("notify", notify);
735 // We already notify the client of this by using the
1168 CHECK(msg->findMessage("notify", &mActivityNotify));
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp88 void SoftOMXComponent::notify( function in class:android::SoftOMXComponent
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp62 const sp<AMessage> &notify, bool isWide, const AString &params)
64 mNotifyMsg(notify),
61 AAMRAssembler( const sp<AMessage> &notify, bool isWide, const AString &params) argument
H A DAAVCAssembler.cpp35 AAVCAssembler::AAVCAssembler(const sp<AMessage> &notify) argument
36 : mNotifyMsg(notify),
H A DAH263Assembler.cpp29 AH263Assembler::AH263Assembler(const sp<AMessage> &notify) argument
30 : mNotifyMsg(notify),
H A DAMPEG2TSAssembler.cpp37 const sp<AMessage> &notify, const char *desc, const AString &params)
38 : mNotifyMsg(notify),
36 AMPEG2TSAssembler( const sp<AMessage> &notify, const char *desc, const AString &params) argument

Completed in 262 milliseconds

123