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

123

/frameworks/av/camera/tests/
H A DProCameraTests.cpp260 dout << "Trigger notify: " << ext1 << " " << ext2
295 virtual void notify(int32_t msg, int32_t ext1, int32_t ext2) { function in class:android::camera2::tests::client::ProCameraTestListener
/frameworks/av/cmds/stagefright/
H A Dstream.cpp272 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.cpp337 status_t DrmManagerClientImpl::notify(const DrmInfoEvent& event) { function in class:DrmManagerClientImpl
H A DNoOpDrmManagerClientImpl.cpp148 status_t NoOpDrmManagerClientImpl::notify(const DrmInfoEvent& event) { function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/include/media/stagefright/
H A DMediaWriter.h60 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
62 mListener->notify(msg, ext1, ext2);
/frameworks/av/media/libmedia/
H A DIDrmClient.cpp43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) function in class:android::BpDrmClient
73 notify((DrmPlugin::EventType)eventType, extra, &obj);
H A DIHDCP.cpp44 virtual void notify( function in struct:android::BpHDCPObserver
190 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.cpp725 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:android::MediaPlayer
744 // Allows calls from JNI in idle state to notify errors
746 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
833 listener->notify(msg, ext1, ext2, obj);
863 notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
H A Dmediarecorder.cpp686 void MediaRecorder::notify(int msg, int ext1, int ext2) function in class:android::MediaRecorder
698 listener->notify(msg, ext1, ext2);
706 notify(MEDIA_RECORDER_EVENT_ERROR, MEDIA_ERROR_SERVER_DIED, 0);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp593 mAntagonizer = new Antagonizer(notify, this);
649 p = MediaPlayerFactory::createPlayer(playerType, this, notify);
1186 void MediaPlayerService::Client::notify( function in class:android::MediaPlayerService::Client
1202 client->mNextClient->mClient->notify(MEDIA_INFO, MEDIA_INFO_STARTED_AS_NEXT, 0, obj);
1220 ALOGV("[%d] notify (%p, %d, %d, %d)", client->mConnId, cookie, msg, ext1, ext2);
1221 c->notify(msg, ext1, ext2, obj);
1312 player = MediaPlayerFactory::createPlayer(playerType, cache.get(), cache->notify);
1367 player = MediaPlayerFactory::createPlayer(playerType, cache.get(), cache->notify);
2152 void MediaPlayerService::AudioCache::notify( function in class:android::MediaPlayerService::AudioCache
2155 ALOGV("notify(
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.cpp49 const sp<AMessage> &notify,
52 : Source(notify),
659 sp<AMessage> notify = dupNotify(); local
660 notify->setInt32("what", kWhatPauseOnBufferingStart);
661 notify->post();
680 sp<AMessage> notify = dupNotify(); local
681 notify->setInt32("what", kWhatResumeOnBufferingEnd);
682 notify->post();
697 sp<AMessage> notify = dupNotify(); local
698 notify
48 GenericSource( const sp<AMessage> &notify, bool uidValid, uid_t uid) argument
990 sp<AMessage> notify = dupNotify(); local
[all...]
H A DHTTPLiveSource.cpp37 const sp<AMessage> &notify,
41 : Source(notify),
84 sp<AMessage> notify = new AMessage(kWhatSessionNotify, id()); local
87 notify,
193 sp<AMessage> notify = dupNotify(); local
194 notify->setInt32("what", kWhatSubtitleData);
195 notify->setBuffer("buffer", buffer);
196 notify->post();
226 // notify the current size here if we have it, otherwise report an initial size of (0,0)
275 sp<AMessage> notify local
36 HTTPLiveSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
[all...]
H A DNuPlayer.cpp204 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id()); local
206 msg->setObject("source", new StreamingSource(notify, source));
235 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id()); local
239 source = new HTTPLiveSource(notify, httpService, url, headers);
242 notify, httpService, url, headers, mUIDValid, mUID);
248 notify, httpService, url, headers, mUIDValid, mUID, true);
251 new GenericSource(notify, mUIDValid, mUID);
271 sp<AMessage> notify = new AMessage(kWhatSourceNotify, id()); local
274 new GenericSource(notify, mUIDValid, mUID);
1065 sp<AMessage> notify local
1236 sp<AMessage> notify = new AMessage(kWhatAudioNotify, id()); local
1246 sp<AMessage> notify = new AMessage(kWhatVideoNotify, id()); local
1978 sp<AMessage> notify = dupNotify(); local
1985 sp<AMessage> notify = dupNotify(); local
1992 sp<AMessage> notify = dupNotify(); local
1999 sp<AMessage> notify = dupNotify(); local
[all...]
H A DNuPlayerCCDecoder.cpp115 NuPlayer::CCDecoder::CCDecoder(const sp<AMessage> &notify) argument
116 : mNotify(notify),
H A DNuPlayerDecoder.cpp42 const sp<AMessage> &notify,
47 : DecoderBase(notify),
264 sp<AMessage> notify = mNotify->dup(); local
265 notify->setInt32("what", kWhatFlushCompleted);
266 notify->post();
274 // if there is a pending resume request, notify complete now
304 sp<AMessage> notify = mNotify->dup(); local
305 notify->setInt32("what", kWhatShutdownCompleted);
306 notify->post();
433 sp<AMessage> notify local
41 Decoder( const sp<AMessage> &notify, const sp<Source> &source, const sp<Renderer> &renderer, const sp<NativeWindowWrapper> &nativeWindow, const sp<CCDecoder> &ccDecoder) argument
896 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DNuPlayerDecoderBase.cpp31 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify) argument
32 : mNotify(notify),
193 sp<AMessage> notify = mNotify->dup(); local
194 notify->setInt32("what", kWhatError);
195 notify->setInt32("err", err);
196 notify->post();
H A DNuPlayerDecoderPassThrough.cpp43 const sp<AMessage> &notify,
46 : DecoderBase(notify),
244 // only notify NuPlayer to scan sources
361 sp<AMessage> notify = mNotify->dup(); local
362 notify->setInt32("what", kWhatResumeCompleted);
363 notify->post();
381 sp<AMessage> notify = mNotify->dup(); local
382 notify->setInt32("what", kWhatFlushCompleted);
383 notify->post();
396 sp<AMessage> notify local
42 DecoderPassThrough( const sp<AMessage> &notify, const sp<Source> &source, const sp<Renderer> &renderer) argument
[all...]
H A DNuPlayerRenderer.cpp56 const sp<AMessage> &notify,
59 mNotify(notify),
557 sp<AMessage> notify = mNotify->dup(); local
558 notify->setInt32("what", kWhatMediaRenderingStart);
559 notify->post();
949 sp<AMessage> notify = mNotify->dup(); local
950 notify->setInt32("what", kWhatVideoRenderingStart);
951 notify->post();
955 sp<AMessage> notify = mNotify->dup(); local
956 notify
54 Renderer( const sp<MediaPlayerBase::AudioSink> &sink, const sp<AMessage> &notify, uint32_t flags) argument
1175 sp<AMessage> notify = mNotify->dup(); local
1383 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DNuPlayerSource.h62 // The provides message is used to notify the player about various
64 Source(const sp<AMessage> &notify) argument
65 : mNotify(notify) {
H A DRTSPSource.cpp36 const sp<AMessage> &notify,
43 : Source(notify),
90 sp<AMessage> notify = new AMessage(kWhatNotify, id()); local
96 mSDPLoader = new SDPLoader(notify,
103 mHandler = new MyHandler(mURL.c_str(), notify, mUIDValid, mUID);
603 sp<AMessage> notify = new AMessage(kWhatNotify, id()); local
605 mHandler = new MyHandler(rtspUri.c_str(), notify, mUIDValid, mUID);
679 sp<AMessage> notify = dupNotify(); local
680 notify->setInt32("what", kWhatBufferingStart);
681 notify
35 RTSPSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers, bool uidValid, uid_t uid, bool isSDP) argument
695 sp<AMessage> notify = dupNotify(); local
[all...]
H A DStreamingSource.cpp36 const sp<AMessage> &notify,
38 : Source(notify),
35 StreamingSource( const sp<AMessage> &notify, const sp<IStreamSource> &source) argument

Completed in 211 milliseconds

123