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

1234567891011

/frameworks/base/libs/hwui/
H A DFrameMetricsObserver.h26 virtual void notify(const int64_t* buffer);
/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.cpp45 const sp<AMessage> &notify,
49 : mNotify(notify),
273 sp<AMessage> notify = mNotify->dup(); local
274 notify->setInt32("what", kWhatError);
275 notify->setInt32("err", err);
276 notify->post();
429 sp<AMessage> notify = mNotify->dup(); local
430 notify->setInt32("what", kWhatShutdownCompleted);
431 notify->post();
490 sp<AMessage> notify local
44 Converter( const sp<AMessage> &notify, const sp<ALooper> &codecLooper, const sp<AMessage> &outputFormat, uint32_t flags) argument
541 sp<AMessage> notify = mNotify->dup(); local
589 sp<AMessage> notify = mNotify->dup(); local
710 sp<AMessage> notify = mNotify->dup(); local
770 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/libstagefright/foundation/include/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/libstagefright/include/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/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java129 mNM.notify(7001, n);
140 mNM.notify(6000, n);
146 mNM.notify(6001, n);
154 mNM.notify(6002, n);
161 mNM.notify(6003, n);
172 mNM.notify(6100, n);
178 mNM.notify(6101, n);
184 mNM.notify(6102, n);
196 mNM.notify(6103, n);
208 mNM.notify("publi
[all...]
/frameworks/support/compat/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
78 public void notify(String packageName, int id, String tag, Notification notification) method in class:NotificationCompatSideChannelService.NotificationSideChannelStub
83 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/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp43 const sp<AMessage> &notify,
47 : Source(notify),
130 sp<AMessage> notify = new AMessage(kWhatSessionNotify, this); local
133 notify,
282 sp<AMessage> notify = dupNotify(); local
283 notify->setInt32("what", pushWhat);
284 notify->setBuffer("buffer", buffer);
292 notify->post();
299 notify->post();
356 // notify th
42 HTTPLiveSource( const sp<AMessage> &notify, const sp<IMediaHTTPService> &httpService, const char *url, const KeyedVector<String8, String8> *headers) argument
406 sp<AMessage> notify = dupNotify(); local
417 sp<AMessage> notify = dupNotify(); local
425 sp<AMessage> notify = dupNotify(); local
434 sp<AMessage> notify = dupNotify(); local
448 sp<AMessage> notify = dupNotify(); local
[all...]
H A DNuPlayerDecoderBase.cpp32 NuPlayer::DecoderBase::DecoderBase(const sp<AMessage> &notify) argument
33 : mNotify(notify),
207 sp<AMessage> notify = mNotify->dup(); local
208 notify->setInt32("what", kWhatError);
209 notify->setInt32("err", err);
210 notify->post();
/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,
/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/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;
/frameworks/av/media/libmedia/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 330 milliseconds

1234567891011