/frameworks/base/media/libstagefright/rtsp/ |
H A D | ARTPSource.cpp | 42 const sp<AMessage> ¬ify) 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> ¬ify) argument [all...] |
H A D | AAMRAssembler.h | 34 const sp<AMessage> ¬ify, bool isWide,
|
H A D | AH263Assembler.h | 32 AH263Assembler(const sp<AMessage> ¬ify);
|
H A D | ARawAudioAssembler.h | 31 const sp<AMessage> ¬ify,
|
H A D | AAVCAssembler.h | 32 AAVCAssembler(const sp<AMessage> ¬ify);
|
H A D | AMPEG4AudioAssembler.h | 34 const sp<AMessage> ¬ify, const AString ¶ms);
|
H A D | AMPEG4ElementaryAssembler.h | 35 const sp<AMessage> ¬ify, const AString &desc,
|
H A D | ARawAudioAssembler.cpp | 37 const sp<AMessage> ¬ify, const char *desc, const AString ¶ms) 38 : mNotifyMsg(notify), 36 ARawAudioAssembler( const sp<AMessage> ¬ify, const char *desc, const AString ¶ms) argument
|
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
H A D | NotificationTestList.java | 96 mNM.notify(1, n); 120 mNM.notify(1, n); 132 mNM.notify(1, n); 142 mNM.notify(1, n); 150 mNM.notify(1, n); 160 mNM.notify(1, n); 176 mNM.notify(1, n); 178 mNM.notify(2, new Notification(NotificationTestList.this, 184 mNM.notify(3, new Notification(NotificationTestList.this, 198 mNM.notify( [all...] |
/frameworks/base/drm/libdrmframework/include/ |
H A D | IDrmServiceListener.h | 43 virtual status_t notify(const DrmInfoEvent& event) = 0; 55 virtual status_t notify(const DrmInfoEvent& event);
|
/frameworks/base/core/java/android/webkit/ |
H A D | JsResult.java | 79 mProxy.notify();
|
/frameworks/base/services/input/ |
H A D | InputListener.h | 33 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 D | InputListener.cpp | 38 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 D | NotificationManager.java | 28 * 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/base/include/media/ |
H A D | IMediaPlayerClient.h | 31 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
|
H A D | IMediaRecorderClient.h | 31 virtual void notify(int msg, int ext1, int ext2) = 0;
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayerRenderer.cpp | 34 const sp<AMessage> ¬ify) 36 mNotify(notify), 393 sp<AMessage> notify = mNotify->dup(); local 394 notify->setInt32("what", kWhatEOS); 395 notify->setInt32("audio", static_cast<int32_t>(audio)); 396 notify->setInt32("finalResult", finalResult); 397 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> ¬ify) argument 611 sp<AMessage> notify = mNotify->dup(); local [all...] |
H A D | NuPlayerDecoder.cpp | 38 const sp<AMessage> ¬ify, 40 : mNotify(notify), 92 sp<AMessage> notify = mNotify->dup(); local 93 notify->setMessage("codec-request", msg); 94 notify->post(); 261 sp<AMessage> notify = mNotify->dup(); local 262 notify->setMessage("codec-request", msg); 263 notify->post(); 37 Decoder( const sp<AMessage> ¬ify, const sp<NativeWindowWrapper> &nativeWindow) argument
|
H A D | NuPlayerDecoder.h | 30 Decoder(const sp<AMessage> ¬ify,
|
/frameworks/base/drm/common/ |
H A D | IDrmServiceListener.cpp | 27 status_t BpDrmServiceListener::notify(const DrmInfoEvent& event) { function in class:BpDrmServiceListener 52 status_t status = notify(DrmInfoEvent(uniqueId, type, message));
|
/frameworks/base/include/media/stagefright/ |
H A D | MediaWriter.h | 57 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter 59 mListener->notify(msg, ext1, ext2);
|
/frameworks/base/media/libmedia/ |
H A D | IMediaPlayerClient.cpp | 38 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 D | IMediaRecorderClient.cpp | 38 virtual void notify(int msg, int ext1, int ext2) function in class:android::BpMediaRecorderClient 62 notify(msg, ext1, ext2);
|
/frameworks/base/media/libstagefright/ |
H A D | MPEG2TSWriter.cpp | 39 void start(const sp<AMessage> ¬ify); 131 void MPEG2TSWriter::SourceInfo::start(const sp<AMessage> ¬ify) { argument 135 mNotify = notify; 245 sp<AMessage> notify = mNotify->dup(); local 246 notify->setInt32("what", kNotifyBuffer); 247 notify->setObject("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 D | HandlerTester.java | 74 HandlerTester.this.notify();
|