Searched refs:notify (Results 201 - 225 of 231) sorted by last modified time

12345678910

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h38 const sp<AMessage> &notify);
H A DARTSPConnection.cpp624 sp<AMessage> notify = mObserveBinaryMessage->dup(); local
625 notify->setBuffer("buffer", buffer);
626 notify->post();
H A DARawAudioAssembler.cpp37 const sp<AMessage> &notify,
40 : mNotifyMsg(notify),
36 ARawAudioAssembler( const sp<AMessage> &notify, const char * , const AString & ) argument
H A DARawAudioAssembler.h31 const sp<AMessage> &notify,
H A DMyHandler.h116 const sp<AMessage> &notify,
118 : mNotify(notify),
177 sp<AMessage> notify = new AMessage('biny', this); local
178 mConn->observeBinaryData(notify);
188 sp<AMessage> notify = new AMessage('biny', this); local
189 mConn->observeBinaryData(notify);
717 sp<AMessage> notify = new AMessage('accu', this); local
718 notify->setSize("track-index", trackIndex);
738 notify, track->mUsingInterleavedTCP);
1261 sp<AMessage> notify local
114 MyHandler( const char *url, const sp<AMessage> &notify, bool uidValid = false, uid_t uid = 0) argument
[all...]
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
/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...]
H A DMediaSender.h51 const sp<AMessage> &notify);
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp37 const sp<AMessage> &notify)
39 mNotify(notify),
770 sp<AMessage> notify = mNotify->dup(); local
771 notify->setInt32("what", kWhatInformSender);
772 notify->setInt64("avgLatencyUs", avgLatencyUs);
773 notify->setInt64("maxLatencyUs", maxLatencyUs);
774 notify->post();
781 sp<AMessage> notify = mNotify->dup(); local
782 notify->setInt32("what", kWhatInitDone);
783 notify
35 RTPSender( const sp<ANetworkSession> &netSession, const sp<AMessage> &notify) argument
788 sp<AMessage> notify = mNotify->dup(); local
795 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DRTPSender.h44 const sp<AMessage> &notify);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp44 const sp<AMessage> &notify,
48 : mNotify(notify),
272 sp<AMessage> notify = mNotify->dup(); local
273 notify->setInt32("what", kWhatError);
274 notify->setInt32("err", err);
275 notify->post();
428 sp<AMessage> notify = mNotify->dup(); local
429 notify->setInt32("what", kWhatShutdownCompleted);
430 notify->post();
489 sp<AMessage> notify local
43 Converter( const sp<AMessage> &notify, const sp<ALooper> &codecLooper, const sp<AMessage> &outputFormat, uint32_t flags) argument
540 sp<AMessage> notify = mNotify->dup(); local
588 sp<AMessage> notify = mNotify->dup(); local
709 sp<AMessage> notify = mNotify->dup(); local
769 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DConverter.h46 Converter(const sp<AMessage> &notify,
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 DPlaybackSession.cpp57 Track(const sp<AMessage> &notify,
63 Track(const sp<AMessage> &notify, const sp<AMessage> &format);
128 const sp<AMessage> &notify,
133 : mNotify(notify),
144 const sp<AMessage> &notify, const sp<AMessage> &format)
145 : mNotify(notify),
249 sp<AMessage> notify = mNotify->dup(); local
250 notify->setInt32("what", kWhatStopped);
251 notify->post();
350 const sp<AMessage> &notify,
127 Track( const sp<AMessage> &notify, const sp<ALooper> &pullLooper, const sp<ALooper> &codecLooper, const sp<MediaPuller> &mediaPuller, const sp<Converter> &converter) argument
143 Track( const sp<AMessage> &notify, const sp<AMessage> &format) argument
347 PlaybackSession( const String16 &opPackageName, const sp<ANetworkSession> &netSession, const sp<AMessage> &notify, const in_addr &interfaceAddr, const sp<IHDCP> &hdcp, const char *path) argument
387 sp<AMessage> notify = new AMessage(kWhatMediaSenderNotify, this); local
455 sp<AMessage> notify = mNotify->dup(); local
601 sp<AMessage> notify = mNotify->dup(); local
791 sp<AMessage> notify = new AMessage(kWhatTrackNotify, this); local
941 sp<AMessage> notify; local
1107 sp<AMessage> notify = mNotify->dup(); local
[all...]
H A DPlaybackSession.h43 const sp<AMessage> &notify,
H A DWifiDisplaySource.cpp172 sp<AMessage> notify = new AMessage(kWhatRTSPNotify, this); local
175 mInterfaceAddr, port, notify, &mSessionID);
531 // HDCPObserver::notify is completely handled before
1244 sp<AMessage> notify = new AMessage(kWhatPlaybackSessionNotify, this); local
1245 notify->setInt32("playbackSessionID", playbackSessionID);
1246 notify->setInt32("sessionID", sessionID);
1250 mOpPackageName, mNetSession, notify, mInterfaceAddr, mHDCP, mMediaPath.c_str());
1672 HDCPObserver(const sp<AMessage> &notify);
1674 virtual void notify(
1684 const sp<AMessage> &notify)
1683 HDCPObserver( const sp<AMessage> &notify) argument
1688 void WifiDisplaySource::HDCPObserver::notify( function in class:android::WifiDisplaySource::HDCPObserver
1690 sp<AMessage> notify = mNotify->dup(); local
1712 sp<AMessage> notify = new AMessage(kWhatHDCPNotify, this); local
[all...]
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp47 void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj);
64 void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { function in class:DrmListener
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp77 camera3_callback_ops::notify = &sNotify; member in class:android::camera3_callback_ops
2486 void Camera3Device::notify(const camera3_notify_msg *msg) { function in class:android::Camera3Device
2495 SET_ERR("HAL sent NULL notify message!");
2509 SET_ERR("Unknown notify message from HAL: %d",
3067 // come through notify.
3844 // This stream has finished, notify listener
3874 d->notify(msg);
H A DCamera3Device.h657 // Set by notify() SHUTTER call.
811 void notify(const camera3_notify_msg *msg);
813 // Specific notify handlers
/frameworks/av/camera/
H A DCameraBase.cpp201 listener->notify(msgType, ext1, ext2);
/frameworks/av/cmds/stagefright/
H A Dstream.cpp272 virtual void notify(int msg, int ext1 __unused, int ext2 __unused, const Parcel *obj __unused) { function in struct:MyClient
/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/drm/drmserver/
H A DDrmManager.cpp607 serviceListener->notify(event);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp337 status_t DrmManagerClientImpl::notify(const DrmInfoEvent& event) { function in class:DrmManagerClientImpl

Completed in 299 milliseconds

12345678910