Searched refs:notify (Results 26 - 50 of 155) sorted by relevance

1234567

/frameworks/av/media/libstagefright/rtsp/
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 DAMPEG2TSAssembler.cpp37 const sp<AMessage> &notify, const char *desc, const AString &params)
38 : mNotifyMsg(notify),
36 AMPEG2TSAssembler( const sp<AMessage> &notify, const char *desc, const AString &params) argument
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
H A DARTPSource.h38 const sp<AMessage> &notify);
H A DAH263Assembler.cpp29 AH263Assembler::AH263Assembler(const sp<AMessage> &notify) argument
30 : mNotifyMsg(notify),
H A DARTPConnection.cpp83 const sp<AMessage> &notify,
90 msg->setMessage("notify", notify);
201 CHECK(msg->findMessage("notify", &info->mNotifyMsg));
414 sp<AMessage> notify = s->mNotifyMsg->dup(); local
415 notify->setInt32("first-rtp", true);
416 notify->post();
500 sp<AMessage> notify = s->mNotifyMsg->dup(); local
501 notify->setInt32("first-rtcp", true);
502 notify
79 addStream( int rtpSocket, int rtcpSocket, const sp<ASessionDescription> &sessionDesc, size_t index, const sp<AMessage> &notify, bool injected) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DHandlerTester.java74 HandlerTester.this.notify();
H A DHandlerThreadTest.java42 HandlerThreadTest.this.notify();
/frameworks/base/services/input/
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
99 void NotifyMotionArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyMotionArgs
117 void NotifySwitchArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifySwitchArgs
132 void NotifyDeviceResetArgs::notify(const sp<InputListenerInterface>& listener) const { function in class:android::NotifyDeviceResetArgs
175 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
106 public void notify(int id, Notification notification) method in class:NotificationManager
108 notify(null, id, notification);
122 public void notify(String tag, int id, Notification notification) method in class:NotificationManager
130 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
135 Log.w(TAG, "notify: id corrupted: sent " + id + ", got back " + idOut[0]);
152 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
157 Log.w(TAG, "notify
[all...]
/frameworks/av/media/libstagefright/wifi-display/source/
H A DSender.cpp110 const sp<AMessage> &notify)
112 mNotify(notify),
640 sp<AMessage> notify = mNotify->dup(); local
641 notify->setInt32("what", kWhatBinaryData);
646 notify->setInt32("channel", mRTPChannel);
647 notify->setBuffer("data", data);
648 notify->post();
803 sp<AMessage> notify = mNotify->dup(); local
804 notify->setInt32("what", kWhatBinaryData);
805 notify
108 Sender( const sp<ANetworkSession> &netSession, const sp<AMessage> &notify) argument
967 sp<AMessage> notify = mNotify->dup(); local
973 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DConverter.h37 const sp<AMessage> &notify,
H A DWifiDisplaySource.cpp138 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, id()); local
141 mInterfaceAddr, port, notify, &mSessionID);
412 // HDCPObserver::notify is completely handled before
1052 sp<AMessage> notify = new AMessage(kWhatPlaybackSessionNotify, id()); local
1053 notify->setInt32("playbackSessionID", playbackSessionID);
1054 notify->setInt32("sessionID", sessionID);
1058 mNetSession, notify, mInterfaceAddr, mHDCP);
1432 HDCPObserver(const sp<AMessage> &notify);
1434 virtual void notify(
1444 const sp<AMessage> &notify)
1443 HDCPObserver( const sp<AMessage> &notify) argument
1448 void WifiDisplaySource::HDCPObserver::notify( function in class:android::WifiDisplaySource::HDCPObserver
1450 sp<AMessage> notify = mNotify->dup(); local
1469 sp<AMessage> notify = new AMessage(kWhatHDCPNotify, id()); local
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.h36 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj);
68 mPlayerClient->notify(MEDIA_ERROR, MEDIA_ERROR_SERVER_DIED, 0, NULL);
111 const bool mHasVideo; // const allows MediaPlayerNotificationClient::notify to safely access
H A Dandroid_GenericPlayer.h126 virtual void notify(const char* event, int data1, bool async);
127 virtual void notify(const char* event, int data1, int data2, bool async);
/frameworks/av/media/libstagefright/
H A DACodec.cpp479 sp<AMessage> notify = mNotify->dup(); local
480 notify->setInt32("what", ACodec::kWhatBuffersAllocated);
482 notify->setInt32("portIndex", portIndex);
492 notify->setObject("portDesc", desc);
493 notify->post();
2073 sp<AMessage> notify = mNotify->dup(); local
2074 notify->setInt32("what", kWhatOutputFormatChanged);
2091 notify->setString("mime", MEDIA_MIMETYPE_VIDEO_RAW);
2092 notify->setInt32("width", videoDef->nFrameWidth);
2093 notify
2189 sp<AMessage> notify = mNotify->dup(); local
2556 sp<AMessage> notify = mCodec->mNotify->dup(); local
2825 sp<AMessage> notify = mCodec->mNotify->dup(); local
2845 sp<AMessage> notify = mCodec->mNotify->dup(); local
2981 sp<AMessage> notify = mCodec->mNotify->dup(); local
2991 sp<AMessage> notify = mCodec->mNotify->dup(); local
3088 sp<AMessage> notify = new AMessage(kWhatOMXMessage, mCodec->id()); local
3108 sp<AMessage> notify = mCodec->mNotify->dup(); local
3152 sp<AMessage> notify = mCodec->mNotify->dup(); local
3189 sp<AMessage> notify = mCodec->mNotify->dup(); local
3238 sp<AMessage> notify = mCodec->mNotify->dup(); local
3914 sp<AMessage> notify = mCodec->mNotify->dup(); local
[all...]
/frameworks/av/include/media/
H A DIHDCP.h26 virtual void notify(
H A Dmediaplayer.h54 // MediaPlayerListener::notify method defined below.
55 // In this situation, 'notify' is invoked with the following:
84 // MediaPlayerListener::notify method defined below. In this situation,
85 // 'notify' is invoked with the following:
183 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
220 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
H A Dmediarecorder.h116 // The "msg" code passed to the listener in notify.
131 * The (part of) "what" code passed to the listener in notify.
197 virtual void notify(int msg, int ext1, int ext2) = 0;
230 void notify(int msg, int ext1, int ext2);
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp327 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
342 notify(OMX_EventPortSettingsChanged, 1, 0, NULL);
377 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr,
449 notify(OMX_EventError,
515 notify(OMX_EventPortSettingsChanged, 1, 0, NULL);
522 notify(OMX_EventError, OMX_ErrorUndefined, decoderErr, NULL);
/frameworks/av/media/libmedia/
H A DSoundPoolThread.cpp111 mSoundPool->notify(SoundPoolEvent(SoundPoolEvent::SAMPLE_LOADED, sampleID, status));
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.cpp122 mObserver->notify(msg, ext1, ext2, NULL /* obj */);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.h29 const sp<AMessage> &notify);

Completed in 557 milliseconds

1234567