Searched defs:notify (Results 1 - 25 of 52) sorted by last modified time

123

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp61 // Map a media_event_type enum (the msg of an IMediaPlayerClient::notify) to a string or NULL
116 void MediaPlayerNotificationClient::notify(int msg, int ext1, int ext2, const Parcel *obj) { function in class:android::MediaPlayerNotificationClient
117 SL_LOGV("MediaPlayerNotificationClient::notify(msg=%s (%d), ext1=%d, ext2=%d)",
122 SL_LOGW("MediaPlayerNotificationClient::notify after GenericMediaPlayer destroyed");
145 // Or alternatively, we could notify unconditionally and let it decide whether to handle.
147 genericMediaPlayer->notify(PLAYEREVENT_VIDEO_SIZE_UPDATE,
157 genericMediaPlayer->notify(PLAYEREVENT_ENDOFSTREAM, 1, true /*async*/);
176 SL_LOGV("MediaPlayerNotificationClient::notify(msg=MEDIA_ERROR, ext1=%s (%d), ext2=%d)",
184 genericMediaPlayer->notify(PLAYEREVENT_ERRORAFTERPREPARE, ext1, true /*async*/);
194 SL_LOGV("MediaPlayerNotificationClient::notify(ms
[all...]
H A Dandroid_GenericPlayer.cpp284 void GenericPlayer::notify(const char* event, int data, bool async) { function in class:android::GenericPlayer
285 SL_LOGV("GenericPlayer::notify(event=%s, data=%d, async=%s)", event, data,
297 void GenericPlayer::notify(const char* event, int data1, int data2, bool async) { function in class:android::GenericPlayer
298 SL_LOGV("GenericPlayer::notify(event=%s, data1=%d, data2=%d, async=%s)", event, data1, data2,
401 notify(PLAYEREVENT_PREPARED, mStateFlags & kFlagPrepared ? PLAYER_SUCCESS : PLAYER_FAILURE,
554 notify(PLAYEREVENT_PREFETCHSTATUSCHANGE, (int32_t)mCacheStatus, true /*async*/);
561 notify(PLAYEREVENT_PREFETCHFILLLEVELUPDATE, (int32_t)mLastNotifiedCacheFill, true/*async*/);
629 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATMARKER, true /*async*/);
666 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATNEWPOS, true /*async*/);
/frameworks/base/services/input/
H A DInputDispatcher.cpp2016 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/);
2030 abortBrokenDispatchCycleLocked(currentTime, connection, true /*notify*/);
2062 const sp<Connection>& connection, bool notify) {
2064 ALOGD("channel '%s' ~ abortBrokenDispatchCycle - notify=%s",
2065 connection->getInputChannelName(), toString(notify));
2079 if (notify) {
2113 bool notify; local
2142 notify = status != DEAD_OBJECT || !connection->monitor;
2143 if (notify) {
2151 notify
2061 abortBrokenDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, bool notify) argument
3287 unregisterInputChannelLocked(const sp<InputChannel>& inputChannel, bool notify) argument
[all...]
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/services/java/com/android/server/connectivity/
H A DTethering.java1507 void notify(int msgType) { method in class:Tethering.TetherMasterSM.ErrorState
1520 notify(TetherInterfaceSM.CMD_IP_FORWARDING_ENABLE_ERROR);
1528 notify(TetherInterfaceSM.CMD_IP_FORWARDING_DISABLE_ERROR);
1536 notify(TetherInterfaceSM.CMD_START_TETHERING_ERROR);
1547 notify(TetherInterfaceSM.CMD_STOP_TETHERING_ERROR);
1558 notify(TetherInterfaceSM.CMD_SET_DNS_FORWARDERS_ERROR);
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java175 public static void notify( method in class:DrmManagerClient
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp70 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
103 void JNIMediaPlayerListener::notify(int msg, int ext1, int ext2, const Parcel *obj) function in class:JNIMediaPlayerListener
157 if (mp != 0) mp->notify(MEDIA_ERROR, opStatus, 0);
H A Dandroid_media_MediaRecorder.cpp66 void notify(int msg, int ext1, int ext2);
99 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2) function in class:JNIMediaRecorderListener
101 ALOGV("JNIMediaRecorderListener::notify");
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp88 void SoftOMXComponent::notify( function in class:android::SoftOMXComponent
/frameworks/av/media/libstagefright/rtsp/
H A DAAMRAssembler.cpp62 const sp<AMessage> &notify, bool isWide, const AString &params)
64 mNotifyMsg(notify),
61 AAMRAssembler( const sp<AMessage> &notify, bool isWide, const AString &params) argument
H A DAAVCAssembler.cpp35 AAVCAssembler::AAVCAssembler(const sp<AMessage> &notify) argument
36 : mNotifyMsg(notify),
H A DAH263Assembler.cpp29 AH263Assembler::AH263Assembler(const sp<AMessage> &notify) argument
30 : mNotifyMsg(notify),
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 DAMPEG4AudioAssembler.cpp435 const sp<AMessage> &notify, const AString &params)
436 : mNotifyMsg(notify),
434 AMPEG4AudioAssembler( const sp<AMessage> &notify, const AString &params) argument
H A DAMPEG4ElementaryAssembler.cpp110 const sp<AMessage> &notify, const AString &desc, const AString &params)
111 : mNotifyMsg(notify),
109 AMPEG4ElementaryAssembler( const sp<AMessage> &notify, const AString &desc, const AString &params) argument
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...]
H A DARTPSession.cpp85 sp<AMessage> notify = new AMessage(kWhatAccessUnitComplete, id()); local
86 notify->setSize("track-index", mTracks.size() - 1);
89 rtpSocket, rtcpSocket, mDesc, i, notify, false /* injected */);
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 DARTSPConnection.cpp614 sp<AMessage> notify = mObserveBinaryMessage->dup(); local
615 notify->setBuffer("buffer", buffer);
616 notify->post();
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 DMyHandler.h112 const sp<AMessage> &notify,
114 : mNotify(notify),
169 sp<AMessage> notify = new AMessage('biny', id()); local
170 mConn->observeBinaryData(notify);
555 sp<AMessage> notify = new AMessage('accu', id()); local
556 notify->setSize("track-index", trackIndex);
575 notify, track->mUsingInterleavedTCP);
110 MyHandler( const char *url, const sp<AMessage> &notify, bool uidValid = false, uid_t uid = 0) argument
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp67 const sp<AMessage> &notify);
106 void notify(NotificationReason reason);
131 const sp<AMessage> &notify)
136 mNotify(notify),
250 sp<AMessage> notify = mNotify->dup(); local
251 notify->setInt32("sessionID", mSessionID);
252 notify->setInt32("reason", kWhatDatagram);
255 notify->setString(
264 notify->setInt32("fromPort", ntohs(remoteAddr.sin_port));
266 notify
127 Session( int32_t sessionID, State state, int s, const sp<AMessage> &notify) argument
317 sp<AMessage> notify = mNotify->dup(); local
340 sp<AMessage> notify = mNotify->dup(); local
366 sp<AMessage> notify = mNotify->dup(); local
529 void ANetworkSession::Session::notify(NotificationReason reason) { function in class:android::ANetworkSession::Session
593 createRTSPClient( const char *host, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
606 createRTSPServer( const struct in_addr &addr, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
619 createUDPSession( unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID) argument
624 createUDPSession( unsigned localPort, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
640 createTCPDatagramSession( const struct in_addr &addr, unsigned port, const sp<AMessage> &notify, int32_t *sessionID) argument
653 createTCPDatagramSession( unsigned localPort, const char *remoteHost, unsigned remotePort, const sp<AMessage> &notify, int32_t *sessionID) argument
700 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/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp40 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) { function in struct:android::TunnelRenderer::PlayerClient
41 ALOGI("notify %d, %d, %d", msg, ext1, ext2);
278 sp<AMessage> notify = mNotifyLost->dup(); local
279 notify->setInt32("seqNo", (mLastDequeuedExtSeqNo + 1) & 0xffff);
280 notify->post();
H A DWifiDisplaySink.cpp139 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, id()); local
142 mRTSPHost.c_str(), sourcePort, notify, &mSessionID);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp41 const sp<AMessage> &notify,
46 mNotify(notify),
191 sp<AMessage> notify = mNotify->dup(); local
192 notify->setInt32("what", kWhatError);
193 notify->setInt32("err", err);
194 notify->post();
373 sp<AMessage> notify = new AMessage(kWhatEncoderActivity, id()); local
374 notify->setInt64("whenUs", ALooper::GetNowUs());
375 mEncoder->requestActivityNotification(notify);
424 sp<AMessage> notify local
40 Converter( const sp<AMessage> &notify, const sp<ALooper> &codecLooper, const sp<AMessage> &format, bool usePCMAudio) argument
472 sp<AMessage> notify = mNotify->dup(); local
568 sp<AMessage> notify = mNotify->dup(); local
585 sp<AMessage> notify = mNotify->dup(); local
[all...]

Completed in 3542 milliseconds

123