Searched refs:notify (Results 1 - 25 of 157) sorted by relevance

1234567

/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp33 const sp<MediaSource> &source, const sp<AMessage> &notify)
35 mNotify(notify),
69 void MediaPuller::stopAsync(const sp<AMessage> &notify) { argument
71 msg->setMessage("notify", notify);
123 sp<AMessage> notify; local
124 CHECK(msg->findMessage("notify", &notify));
125 notify->post();
158 sp<AMessage> notify local
32 MediaPuller( const sp<MediaSource> &source, const sp<AMessage> &notify) argument
182 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DMediaPuller.h33 MediaPuller(const sp<MediaSource> &source, const sp<AMessage> &notify);
36 void stopAsync(const sp<AMessage> &notify);
H A DConverter.cpp41 const sp<AMessage> &notify,
46 mNotify(notify),
242 sp<AMessage> notify = mNotify->dup(); local
243 notify->setInt32("what", kWhatError);
244 notify->setInt32("err", err);
245 notify->post();
424 sp<AMessage> notify = new AMessage(kWhatEncoderActivity, id()); local
425 notify->setInt64("whenUs", ALooper::GetNowUs());
426 mEncoder->requestActivityNotification(notify);
475 sp<AMessage> notify local
40 Converter( const sp<AMessage> &notify, const sp<ALooper> &codecLooper, const sp<AMessage> &format, bool usePCMAudio) argument
523 sp<AMessage> notify = mNotify->dup(); local
619 sp<AMessage> notify = mNotify->dup(); local
636 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DPlaybackSession.cpp60 Track(const sp<AMessage> &notify,
127 const sp<AMessage> &notify,
132 : mNotify(notify),
231 sp<AMessage> notify = mNotify->dup(); local
232 notify->setInt32("what", kWhatStopped);
233 notify->post();
331 const sp<AMessage> &notify,
335 mNotify(notify),
356 sp<AMessage> notify = new AMessage(kWhatSenderNotify, id()); local
357 mSender = new Sender(mNetSession, notify);
126 Track( const sp<AMessage> &notify, const sp<ALooper> &pullLooper, const sp<ALooper> &codecLooper, const sp<MediaPuller> &mediaPuller, const sp<Converter> &converter) argument
329 PlaybackSession( const sp<ANetworkSession> &netSession, const sp<AMessage> &notify, const in_addr &interfaceAddr, const sp<IHDCP> &hdcp) argument
420 sp<AMessage> notify = mNotify->dup(); local
580 sp<AMessage> notify = mNotify->dup(); local
678 sp<AMessage> notify; local
981 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DSender.cpp40 const sp<AMessage> &notify)
42 mNotify(notify),
603 sp<AMessage> notify = mNotify->dup(); local
604 notify->setInt32("what", kWhatBinaryData);
605 notify->setInt32("channel", mRTCPChannel);
606 notify->setBuffer("data", buffer);
607 notify->post();
772 sp<AMessage> notify = mNotify->dup(); local
773 notify->setInt32("what", kWhatInitDone);
774 notify
38 Sender( const sp<ANetworkSession> &netSession, const sp<AMessage> &notify) argument
778 sp<AMessage> notify = mNotify->dup(); local
813 sp<AMessage> notify = mNotify->dup(); local
[all...]
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.h41 const char *host, unsigned port, const sp<AMessage> &notify,
46 const sp<AMessage> &notify, int32_t *sessionID);
49 unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID);
55 const sp<AMessage> &notify,
64 const sp<AMessage> &notify, int32_t *sessionID);
71 const sp<AMessage> &notify,
117 const sp<AMessage> &notify,
H A DANetworkSession.cpp67 const sp<AMessage> &notify);
106 void notify(NotificationReason reason);
131 const sp<AMessage> &notify)
136 mNotify(notify),
250 sp<AMessage> notify = mNotify->dup(); local
251 notify->setInt32("sessionID", mSessionID);
252 notify->setInt32("reason", kWhatDatagram);
255 notify->setString(
264 notify->setInt32("fromPort", ntohs(remoteAddr.sin_port));
266 notify
127 Session( int32_t sessionID, State state, int s, const sp<AMessage> &notify) argument
317 sp<AMessage> notify = mNotify->dup(); local
340 sp<AMessage> notify = mNotify->dup(); local
366 sp<AMessage> notify = mNotify->dup(); local
550 void ANetworkSession::Session::notify(NotificationReason reason) { function in class:android::ANetworkSession::Session
614 createRTSPClient( const char *host, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
627 createRTSPServer( const struct in_addr &addr, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
640 createUDPSession( unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID) argument
645 createUDPSession( unsigned localPort, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
661 createTCPDatagramSession( const struct in_addr &addr, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
674 createTCPDatagramSession( unsigned localPort, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
721 createClientOrServer( Mode mode, const struct in_addr *localAddr, unsigned port, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
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...]
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp43 const sp<AMessage> &notify)
52 mNotify(notify) {
59 mAssembler = new AAVCAssembler(notify);
62 mAssembler = new AMPEG4AudioAssembler(notify, params);
65 mAssembler = new AH263Assembler(notify);
68 mAssembler = new AAMRAssembler(notify, false /* isWide */, params);
70 mAssembler = new AAMRAssembler(notify, true /* isWide */, params);
73 mAssembler = new AMPEG4ElementaryAssembler(notify, desc, params);
76 mAssembler = new ARawAudioAssembler(notify, desc.c_str(), params);
78 mAssembler = new AMPEG2TSAssembler(notify, des
40 ARTPSource( uint32_t id, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify) argument
98 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DAAMRAssembler.h34 const sp<AMessage> &notify, bool isWide,
H A DAH263Assembler.h32 AH263Assembler(const sp<AMessage> &notify);
H A DAMPEG2TSAssembler.h31 const sp<AMessage> &notify,
H A DARawAudioAssembler.h31 const sp<AMessage> &notify,
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java105 mNM.notify(1, n);
129 mNM.notify(1, n);
141 mNM.notify(1, n);
151 mNM.notify(1, n);
159 mNM.notify(1, n);
169 mNM.notify(1, n);
185 mNM.notify(1, n);
187 mNM.notify(2, new Notification(NotificationTestList.this,
193 mNM.notify(3, new Notification(NotificationTestList.this,
207 mNM.notify(
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DIDrmServiceListener.h43 virtual status_t notify(const DrmInfoEvent& event) = 0;
55 virtual status_t notify(const DrmInfoEvent& event);
/frameworks/base/services/input/
H A DInputListener.h33 virtual void notify(const sp<InputListenerInterface>& listener) const = 0;
49 virtual void notify(const sp<InputListenerInterface>& listener) const;
76 virtual void notify(const sp<InputListenerInterface>& listener) const;
111 virtual void notify(const sp<InputListenerInterface>& listener) const;
131 virtual void notify(const sp<InputListenerInterface>& listener) const;
149 virtual void notify(const sp<InputListenerInterface>& listener) const;
154 * The interface used by the InputReader to notify the InputListener about input events.
/frameworks/av/include/media/
H A DIMediaPlayerClient.h31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
H A DIMediaRecorderClient.h31 virtual void notify(int msg, int ext1, int ext2) = 0;
/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.h57 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
59 mListener->notify(msg, ext1, ext2);
/frameworks/av/media/libmedia/
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/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeTestBase.java36 notify();
58 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
567 sp<AMessage> notify = local
[all...]

Completed in 3223 milliseconds

1234567