Searched refs:EventType (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/media/jni/ |
D | android_media_MediaDrm.h | 35 virtual void notify(DrmPlugin::EventType eventType, int extra, 47 void notify(DrmPlugin::EventType, int extra, const Parcel *obj);
|
D | android_media_MediaDrm.cpp | 145 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/ |
D | DrmAPI.h | 79 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/ |
D | IDrmClient.cpp | 43 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/ |
D | IDrmClient.h | 32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
|
/frameworks/av/media/libmediaplayerservice/ |
D | Drm.h | 128 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
|
D | Drm.cpp | 96 void Drm::sendEvent(DrmPlugin::EventType eventType, int extra, in sendEvent()
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
D | MockDrmCryptoPlugin.cpp | 387 DrmPlugin::EventType eventType = (DrmPlugin::EventType)code; in setPropertyString()
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 46 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/ |
D | halutil.cpp | 246 } EventType; typedef
|