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

1234567891011

/frameworks/av/camera/
H A DCameraBase.cpp226 listener->notify(msgType, ext1, ext2);
/frameworks/av/camera/include/camera/
H A DCamera.h42 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
/frameworks/av/cmds/stagefright/
H A Dstream.cpp278 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.cpp602 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.cpp141 listener->notify(eventType, extra, &obj);
158 listener->notify(DrmPlugin::kDrmPluginEventExpirationUpdate, 0, &obj);
184 listener->notify(DrmPlugin::kDrmPluginEventKeysChange, 0, &obj);
H A DDrmHal.cpp301 listener->notify(eventType, 0, &obj);
319 listener->notify(DrmPlugin::kDrmPluginEventExpirationUpdate, 0, &obj);
364 listener->notify(DrmPlugin::kDrmPluginEventKeysChange, 0, &obj);
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);
/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.h65 // MediaPlayerListener::notify method defined below.
66 // In this situation, 'notify' is invoked with the following:
95 // MediaPlayerListener::notify method defined below. In this situation,
96 // 'notify' is invoked with the following:
204 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj) = 0;
256 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.
212 virtual void notify(int msg, int ext1, int ext2) = 0;
249 void notify(int msg, int ext1, int ext2);
/frameworks/av/include/media/stagefright/
H A DACodec.h539 // Checks to see if any frames have rendered up until |until|, and to notify client
553 void addKeyFormatChangesToRenderBufferNotification(sp<AMessage> &notify);
556 status_t getPortFormat(OMX_U32 portIndex, sp<AMessage> &notify);
H A DMediaCodec.h109 status_t setOnFrameRenderedNotification(const sp<AMessage> &notify);
185 void requestActivityNotification(const sp<AMessage> &notify);
H A DMediaWriter.h61 void notify(int msg, int ext1, int ext2) { function in struct:android::MediaWriter
63 mListener->notify(msg, ext1, ext2);
H A DSDPLoader.h39 const sp<AMessage> &notify,
H A DSoftOMXComponent.h48 void notify(

Completed in 230 milliseconds

1234567891011