Home
last modified time | relevance | path

Searched refs:EventType (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/media/jni/
Dandroid_media_MediaDrm.h35 virtual void notify(DrmPlugin::EventType eventType, int extra,
47 void notify(DrmPlugin::EventType, int extra, const Parcel *obj);
Dandroid_media_MediaDrm.cpp145 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
178 void JNIDrmListener::notify(DrmPlugin::EventType eventType, int extra, in notify()
365 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { in notify()
/frameworks/native/include/media/drm/
DDrmAPI.h79 enum EventType { enum
317 void sendEvent(EventType eventType, int extra,
331 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
336 inline void DrmPlugin::sendEvent(EventType eventType, int extra, in sendEvent()
/frameworks/av/media/libmedia/
DIDrmClient.cpp43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) in notify()
73 notify((DrmPlugin::EventType)eventType, extra, &obj); in onTransact()
/frameworks/av/include/media/
DIDrmClient.h32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
/frameworks/av/media/libmediaplayerservice/
DDrm.h128 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
DDrm.cpp96 void Drm::sendEvent(DrmPlugin::EventType eventType, int extra, in sendEvent()
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.cpp387 DrmPlugin::EventType eventType = (DrmPlugin::EventType)code; in setPropertyString()
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp46 void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj);
63 void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { in notify()
/frameworks/opt/net/wifi/service/tools/halutil/
Dhalutil.cpp246 } EventType; typedef