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

123456

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp42 const sp<AMessage> &notify)
51 mNotify(notify) {
58 mAssembler = new AAVCAssembler(notify);
61 mAssembler = new AMPEG4AudioAssembler(notify, params);
64 mAssembler = new AH263Assembler(notify);
67 mAssembler = new AAMRAssembler(notify, false /* isWide */, params);
69 mAssembler = new AAMRAssembler(notify, true /* isWide */, params);
72 mAssembler = new AMPEG4ElementaryAssembler(notify, desc, params);
75 mAssembler = new ARawAudioAssembler(notify, desc.c_str(), params);
95 sp<AMessage> notify local
39 ARTPSource( uint32_t id, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify) argument
[all...]
H A DAAMRAssembler.h34 const sp<AMessage> &notify, bool isWide,
H A DAH263Assembler.h32 AH263Assembler(const sp<AMessage> &notify);
H A DARawAudioAssembler.h31 const sp<AMessage> &notify,
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 DARawAudioAssembler.cpp37 const sp<AMessage> &notify, const char *desc, const AString &params)
38 : mNotifyMsg(notify),
36 ARawAudioAssembler( const sp<AMessage> &notify, const char *desc, const AString &params) argument
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java104 mNM.notify(1, n);
128 mNM.notify(1, n);
140 mNM.notify(1, n);
150 mNM.notify(1, n);
158 mNM.notify(1, n);
168 mNM.notify(1, n);
184 mNM.notify(1, n);
186 mNM.notify(2, new Notification(NotificationTestList.this,
192 mNM.notify(3, new Notification(NotificationTestList.this,
206 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/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp36 const sp<AMessage> &notify,
38 : mNotify(notify),
90 sp<AMessage> notify = mNotify->dup(); local
91 notify->setMessage("codec-request", msg);
92 notify->post();
142 sp<AMessage> notify = mNotify->dup(); local
143 notify->setMessage("codec-request", msg);
144 notify->post();
35 Decoder( const sp<AMessage> &notify, const sp<NativeWindowWrapper> &nativeWindow) argument
H A DNuPlayerRenderer.cpp34 const sp<AMessage> &notify)
36 mNotify(notify),
394 sp<AMessage> notify = mNotify->dup(); local
395 notify->setInt32("what", kWhatEOS);
396 notify->setInt32("audio", static_cast<int32_t>(audio));
397 notify->setInt32("finalResult", finalResult);
398 notify->post();
560 sp<AMessage> notify = mNotify->dup(); local
561 notify->setInt32("what", kWhatFlushComplete);
562 notify
32 Renderer( const sp<MediaPlayerBase::AudioSink> &sink, const sp<AMessage> &notify) argument
615 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DNuPlayerDecoder.h30 Decoder(const sp<AMessage> &notify,
/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;
110 virtual void notify(const sp<InputListenerInterface>& listener) const;
130 virtual void notify(const sp<InputListenerInterface>& listener) const;
148 virtual void notify(const sp<InputListenerInterface>& listener) const;
153 * The interface used by the InputReader to notify the InputListener about input events.
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
98 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyMotionArgs
116 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifySwitchArgs
131 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyDeviceResetArgs
174 args->notify(mInnerListener);
/frameworks/base/core/java/android/app/
H A DNotificationManager.java28 * Class to notify the user of events that happen. This is how you tell
42 * Each of the notify methods takes an int id parameter and optionally a
47 * of the notify methods with a (tag, id) pair that is currently active and
101 public void notify(int id, Notification notification) method in class:NotificationManager
103 notify(null, id, notification);
117 public void notify(String tag, int id, Notification notification) method in class:NotificationManager
122 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
126 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
/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.cpp39 void start(const sp<AMessage> &notify);
131 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> &notify) { argument
135 mNotify = notify;
245 sp<AMessage> notify = mNotify->dup(); local
246 notify->setInt32("what", kNotifyBuffer);
247 notify->setBuffer("buffer", out);
248 notify->setInt32("oob", true);
249 notify->post();
253 sp<AMessage> notify = mNotify->dup(); local
254 notify
352 sp<AMessage> notify = mNotify->dup(); local
372 sp<AMessage> notify = mNotify->dup(); local
394 sp<AMessage> notify = mNotify->dup(); local
556 sp<AMessage> notify = local
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java74 HandlerTester.this.notify();

Completed in 349 milliseconds

123456