Searched refs:notify (Results 26 - 50 of 231) sorted by relevance

12345678910

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp57 Track(const sp<AMessage> &notify,
63 Track(const sp<AMessage> &notify, const sp<AMessage> &format);
128 const sp<AMessage> &notify,
133 : mNotify(notify),
144 const sp<AMessage> &notify, const sp<AMessage> &format)
145 : mNotify(notify),
249 sp<AMessage> notify = mNotify->dup(); local
250 notify->setInt32("what", kWhatStopped);
251 notify->post();
350 const sp<AMessage> &notify,
127 Track( const sp<AMessage> &notify, const sp<ALooper> &pullLooper, const sp<ALooper> &codecLooper, const sp<MediaPuller> &mediaPuller, const sp<Converter> &converter) argument
143 Track( const sp<AMessage> &notify, const sp<AMessage> &format) argument
347 PlaybackSession( const String16 &opPackageName, const sp<ANetworkSession> &netSession, const sp<AMessage> &notify, const in_addr &interfaceAddr, const sp<IHDCP> &hdcp, const char *path) argument
387 sp<AMessage> notify = new AMessage(kWhatMediaSenderNotify, this); local
455 sp<AMessage> notify = mNotify->dup(); local
601 sp<AMessage> notify = mNotify->dup(); local
791 sp<AMessage> notify = new AMessage(kWhatTrackNotify, this); local
941 sp<AMessage> notify; local
1107 sp<AMessage> notify = mNotify->dup(); local
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp43 const sp<AMessage> &notify,
46 : DecoderBase(notify),
250 // only notify NuPlayer to scan sources
367 sp<AMessage> notify = mNotify->dup(); local
368 notify->setInt32("what", kWhatResumeCompleted);
369 notify->post();
394 sp<AMessage> notify = mNotify->dup(); local
395 notify->setInt32("what", kWhatFlushCompleted);
396 notify->post();
405 sp<AMessage> notify local
42 DecoderPassThrough( const sp<AMessage> &notify, const sp<Source> &source, const sp<Renderer> &renderer) argument
[all...]
H A DStreamingSource.h32 const sp<AMessage> &notify,
H A DNuPlayerSource.h60 // The provides message is used to notify the player about various
62 Source(const sp<AMessage> &notify) argument
63 : mNotify(notify) {
/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/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 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);
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.h35 virtual void notify(DrmPlugin::EventType eventType, int extra,
47 void notify(DrmPlugin::EventType, int extra, const Parcel *obj);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp37 const sp<AMessage> &notify)
39 mNotify(notify),
770 sp<AMessage> notify = mNotify->dup(); local
771 notify->setInt32("what", kWhatInformSender);
772 notify->setInt64("avgLatencyUs", avgLatencyUs);
773 notify->setInt64("maxLatencyUs", maxLatencyUs);
774 notify->post();
781 sp<AMessage> notify = mNotify->dup(); local
782 notify->setInt32("what", kWhatInitDone);
783 notify
35 RTPSender( const sp<ANetworkSession> &netSession, const sp<AMessage> &notify) argument
788 sp<AMessage> notify = mNotify->dup(); local
795 sp<AMessage> notify = mNotify->dup(); local
[all...]
/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp31 const sp<AMessage> &notify,
33 mNotify = notify;
73 sp<AMessage> notify = mNotify->dup(); local
30 init( const sp<AMessage> &notify, size_t bufferWidth, size_t bufferHeight, size_t bufferCount) argument
H A DGraphicBufferListener.h31 const sp<AMessage> &notify,
/frameworks/av/media/libstagefright/
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
554 sp<AMessage> notify = local
[all...]
/frameworks/av/media/libstagefright/include/
H A DSDPLoader.h39 const sp<AMessage> &notify,
/frameworks/av/media/libstagefright/rtsp/
H A DAAVCAssembler.h32 AAVCAssembler(const sp<AMessage> &notify);
H A DAMPEG4AudioAssembler.h34 const sp<AMessage> &notify, const AString &params);
H A DAMPEG4ElementaryAssembler.h37 const sp<AMessage> &notify, const AString &desc,
H A DAMPEG2TSAssembler.cpp37 const sp<AMessage> &notify,
40 : mNotifyMsg(notify),
36 AMPEG2TSAssembler( const sp<AMessage> &notify, const char * , const AString & ) argument
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java74 HandlerTester.this.notify();
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivity.java51 mHasWindowFocusLock.notify();
/frameworks/base/libs/hwui/
H A DFrameMetricsReporter.h55 mObservers[i]->notify(stats);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DTest.java30 mBundle.notify();
/frameworks/base/core/java/com/android/server/net/
H A DNetworkPinner.java99 sLock.notify();
112 sLock.notify();
/frameworks/native/services/inputflinger/
H A DInputListener.cpp38 void NotifyConfigurationChangedArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyConfigurationChangedArgs
62 void NotifyKeyArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyKeyArgs
99 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyMotionArgs
117 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifySwitchArgs
132 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyDeviceResetArgs
175 args->notify(mInnerListener);

Completed in 542 milliseconds

12345678910