Searched refs:notify (Results 1 - 25 of 231) sorted by path

12345678910

/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
H A DNoOpDrmManagerClientImpl.cpp222 status_t NoOpDrmManagerClientImpl::notify( function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerClientImpl.h410 virtual status_t notify(const DrmInfoEvent& event);
H A DIDrmServiceListener.h43 virtual status_t notify(const DrmInfoEvent& event) = 0;
55 virtual status_t notify(const DrmInfoEvent& event);
H A DNoOpDrmManagerClientImpl.h69 status_t notify(const DrmInfoEvent& event);
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp140 listener->notify(eventType, extra, &obj);
157 listener->notify(DrmPlugin::kDrmPluginEventExpirationUpdate, 0, &obj);
183 listener->notify(DrmPlugin::kDrmPluginEventKeysChange, 0, &obj);
/frameworks/av/include/camera/
H A DCamera.h42 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/include/media/
H A DIDrmClient.h32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
H A DIHDCP.h27 virtual void notify(
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;
H A Dmediaplayer.h63 // MediaPlayerListener::notify method defined below.
64 // In this situation, 'notify' is invoked with the following:
93 // MediaPlayerListener::notify method defined below. In this situation,
94 // 'notify' is invoked with the following:
198 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
245 void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
H A Dmediarecorder.h129 // The "msg" code passed to the listener in notify.
144 * The (part of) "what" code passed to the listener in notify.
210 virtual void notify(int msg, int ext1, int ext2) = 0;
246 void notify(int msg, int ext1, int ext2);
/frameworks/av/include/media/stagefright/
H A DACodec.h521 // Checks to see if any frames have rendered up until |until|, and to notify client
535 void addKeyFormatChangesToRenderBufferNotification(sp<AMessage> &notify);
538 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
H A DMediaCodec.h90 status_t setOnFrameRenderedNotification(const sp<AMessage> &notify);
168 void requestActivityNotification(const sp<AMessage> &notify);
H A DMediaWriter.h60 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
62 mListener->notify(msg, ext1, ext2);
/frameworks/av/include/media/stagefright/foundation/
H A DANetworkSession.h41 const char *host, unsigned port, const sp<AMessage> &notify,
46 const sp<AMessage> &notify, int32_t *sessionID);
49 unsigned localPort, const sp<AMessage> &notify, int32_t *sessionID);
55 const sp<AMessage> &notify,
64 const sp<AMessage> &notify, int32_t *sessionID);
71 const sp<AMessage> &notify,
122 const sp<AMessage> &notify,
/frameworks/av/media/libmedia/
H A DIDrmClient.cpp43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) function in class:android::BpDrmClient
73 notify((DrmPlugin::EventType)eventType, extra, &obj);
H A DIHDCP.cpp44 virtual void notify( function in struct:android::BpHDCPObserver
190 notify(msg, ext1, ext2, &obj);
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);

Completed in 263 milliseconds

12345678910