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

123456789

/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);
126 sp<AMessage> notify; local
127 CHECK(msg->findMessage("notify", &notify));
128 notify->post();
161 sp<AMessage> notify local
32 MediaPuller( const sp<MediaSource> &source, const sp<AMessage> &notify) argument
185 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.cpp44 const sp<AMessage> &notify,
48 : mNotify(notify),
272 sp<AMessage> notify = mNotify->dup(); local
273 notify->setInt32("what", kWhatError);
274 notify->setInt32("err", err);
275 notify->post();
428 sp<AMessage> notify = mNotify->dup(); local
429 notify->setInt32("what", kWhatShutdownCompleted);
430 notify->post();
489 sp<AMessage> notify local
43 Converter( const sp<AMessage> &notify, const sp<ALooper> &codecLooper, const sp<AMessage> &outputFormat, uint32_t flags) argument
540 sp<AMessage> notify = mNotify->dup(); local
588 sp<AMessage> notify = mNotify->dup(); local
709 sp<AMessage> notify = mNotify->dup(); local
769 sp<AMessage> notify = mNotify->dup(); local
[all...]
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
1104 sp<AMessage> notify = mNotify->dup(); local
[all...]
/frameworks/av/include/media/stagefright/foundation/
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,
122 const sp<AMessage> &notify,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp37 const sp<AMessage> &notify,
41 : Source(notify),
87 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); local
90 notify,
217 sp<AMessage> notify = dupNotify(); local
218 notify->setInt32("what", pushWhat);
219 notify->setBuffer("buffer", buffer);
227 notify->post();
234 notify->post();
291 // notify th
36 HTTPLiveSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
340 sp<AMessage> notify = dupNotify(); local
351 sp<AMessage> notify = dupNotify(); local
359 sp<AMessage> notify = dupNotify(); local
368 sp<AMessage> notify = dupNotify(); local
382 sp<AMessage> notify = dupNotify(); local
[all...]
H A DNuPlayerDecoderBase.cpp31 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify) argument
32 : mNotify(notify),
205 sp<AMessage> notify = mNotify->dup(); local
206 notify->setInt32("what", kWhatError);
207 notify->setInt32("err", err);
208 notify->post();
/frameworks/support/v4/java/android/support/v4/app/
H A DINotificationSideChannel.aidl31 void notify(String packageName, int id, String tag, in Notification notification);
H A DNotificationCompatSideChannelService.java61 public abstract void notify(String packageName, int id, String tag, Notification notification); method in class:NotificationCompatSideChannelService
75 public void notify(String packageName, int id, String tag, Notification notification) method in class:NotificationCompatSideChannelService.NotificationSideChannelStub
80 NotificationCompatSideChannelService.this.notify(packageName, id, tag, notification);
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp40 const sp<AMessage> &notify)
42 mNotify(notify),
124 sp<AMessage> notify = new AMessage(kWhatSenderNotify, this); local
125 notify->setInt32("generation", mGeneration);
126 mTSSender = new RTPSender(mNetSession, notify);
173 sp<AMessage> notify = new AMessage(kWhatSenderNotify, this); local
174 notify->setInt32("generation", mGeneration);
175 notify->setSize("trackIndex", trackIndex);
177 info->mSender = new RTPSender(mNetSession, notify);
354 sp<AMessage> notify local
38 MediaSender( const sp<ANetworkSession> &netSession, const sp<AMessage> &notify) argument
368 sp<AMessage> notify = mNotify->dup(); local
375 sp<AMessage> notify = mNotify->dup(); local
382 sp<AMessage> notify = mNotify->dup(); local
418 sp<AMessage> notify; local
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DSDPLoader.cpp37 const sp<AMessage> &notify,
40 : mNotify(notify),
139 sp<AMessage> notify = mNotify->dup(); local
140 notify->setInt32("what", kWhatSDPLoaded);
141 notify->setInt32("result", err);
142 notify->setObject("description", desc);
143 notify->post();
36 SDPLoader( const sp<AMessage> &notify, uint32_t flags, const sp<IMediaHTTPService> &httpService) argument
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/av/media/libstagefright/filters/
H A DMediaFilter.cpp222 sp<AMessage> notify = mNotify->dup(); local
223 notify->setInt32("what", CodecBase::kWhatError);
224 notify->setInt32("err", error);
225 notify->post();
264 sp<AMessage> notify = mNotify->dup(); local
265 notify->setInt32("what", CodecBase::kWhatBuffersAllocated);
267 notify->setInt32("portIndex", portIndex);
277 notify->setObject("portDesc", desc);
278 notify->post();
312 sp<AMessage> notify local
333 sp<AMessage> notify = mNotify->dup(); local
350 sp<AMessage> notify = mNotify->dup(); local
359 sp<AMessage> notify = mNotify->dup(); local
462 sp<AMessage> notify = mNotify->dup(); local
543 sp<AMessage> notify = mNotify->dup(); local
691 sp<AMessage> notify = mNotify->dup(); local
715 sp<AMessage> notify = mNotify->dup(); local
738 sp<AMessage> notify = new AMessage(); local
816 sp<AMessage> notify = mNotify->dup(); local
[all...]
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java104 mNM.notify(1, n);
130 mNM.notify(1, n);
144 mNM.notify(1, n);
159 mNM.notify(1, n);
171 mNM.notify(1, n.setContentTitle("(453) 123-2328")
175 mNM.notify(1, n.setContentTitle("Mark Willem, Me (2)")
179 mNM.notify(1, n.setContentTitle("Sophia Winterlanden")
194 mNM.notify(1, n);
207 mNM.notify(1, n);
220 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/support/v4/eclair/android/support/v4/app/
H A DNotificationManagerCompatEclair.java30 notificationManager.notify(tag, id, notification);
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp87 const sp<AMessage> &notify);
137 void notify(NotificationReason reason);
164 const sp<AMessage> &notify)
169 mNotify(notify),
297 sp<AMessage> notify = mNotify->dup(); local
298 notify->setInt32("sessionID", mSessionID);
299 notify->setInt32("reason", kWhatDatagram);
302 notify->setString(
311 notify->setInt32("fromPort", ntohs(remoteAddr.sin_port));
313 notify
160 Session( int32_t sessionID, State state, int s, const sp<AMessage> &notify) argument
376 sp<AMessage> notify = mNotify->dup(); local
399 sp<AMessage> notify = mNotify->dup(); local
425 sp<AMessage> notify = mNotify->dup(); local
505 sp<AMessage> notify = mNotify->dup(); local
791 void ANetworkSession::Session::notify(NotificationReason reason) { function in class:android::ANetworkSession::Session
855 createRTSPClient( const char *host, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
868 createRTSPServer( const struct in_addr &addr, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
881 createUDPSession( unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID) argument
886 createUDPSession( unsigned localPort, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
902 createTCPDatagramSession( const struct in_addr &addr, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
915 createTCPDatagramSession( unsigned localPort, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
962 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/native/services/inputflinger/
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;
113 virtual void notify(const sp<InputListenerInterface>& listener) const;
133 virtual void notify(const sp<InputListenerInterface>& listener) const;
151 virtual void notify(const sp<InputListenerInterface>& listener) const;
156 * The interface used by the InputReader to notify the InputListener about input events.
/frameworks/av/include/media/
H A DIDrmClient.h32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
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;

Completed in 511 milliseconds

123456789