/frameworks/base/core/java/android/net/metrics/ |
D | NetworkEvent.java | 61 public @interface EventType {} annotation in NetworkEvent 64 public final @EventType int eventType; 67 public NetworkEvent(int netId, @EventType int eventType, long durationMs) { in NetworkEvent() 73 public NetworkEvent(int netId, @EventType int eventType) { in NetworkEvent()
|
D | IpManagerEvent.java | 48 public @interface EventType {} annotation in IpManagerEvent 50 public final @EventType int eventType; 53 public IpManagerEvent(@EventType int eventType, long duration) { in IpManagerEvent()
|
/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 | 160 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL); 193 void JNIDrmListener::notify(DrmPlugin::EventType eventType, int extra, in notify() 395 void JDrm::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { in notify()
|
/frameworks/av/drm/libmediadrm/ |
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()
|
D | DrmHal.cpp | 39 using ::android::hardware::drm::V1_0::EventType; 177 drm->sendEvent(EventType::SESSION_RECLAIMED, in reclaimSession() 268 Return<void> DrmHal::sendEvent(EventType hEventType, in sendEvent() 281 DrmPlugin::EventType eventType; in sendEvent() 283 case EventType::PROVISION_REQUIRED: in sendEvent() 286 case EventType::KEY_NEEDED: in sendEvent() 289 case EventType::KEY_EXPIRED: in sendEvent() 292 case EventType::VENDOR_DEFINED: in sendEvent() 295 case EventType::SESSION_RECLAIMED: in sendEvent()
|
D | Drm.cpp | 127 void Drm::sendEvent(DrmPlugin::EventType eventType, int extra, in sendEvent()
|
/frameworks/native/include/media/drm/ |
D | DrmAPI.h | 79 enum EventType { enum 347 void sendEvent(EventType eventType, int extra, 368 virtual void sendEvent(DrmPlugin::EventType eventType, int extra, 380 inline void DrmPlugin::sendEvent(EventType eventType, int extra, in sendEvent()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_hdmi_HdmiCecController.cpp | 110 enum EventType { enum in android::HdmiCecEventHandler 127 case EventType::CEC_MESSAGE: in handleMessage() 130 case EventType::HOT_PLUG: in handleMessage() 321 mController->mLooper->sendMessage(handler, HdmiCecEventHandler::EventType::CEC_MESSAGE); in onCecMessage() 327 mController->mLooper->sendMessage(handler, HdmiCecEventHandler::EventType::HOT_PLUG); in onHotplugEvent()
|
/frameworks/av/include/media/ |
D | IDrmClient.h | 32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
|
D | DrmHal.h | 29 using ::android::hardware::drm::V1_0::EventType; 141 Return<void> sendEvent(EventType eventType,
|
D | Drm.h | 130 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
|
/frameworks/av/media/libmedia/include/media/ |
D | IDrmClient.h | 32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
|
D | DrmHal.h | 29 using ::android::hardware::drm::V1_0::EventType; 141 Return<void> sendEvent(EventType eventType,
|
D | Drm.h | 130 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 47 void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj); 64 void DrmListener::notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) { in notify()
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
D | MockDrmCryptoPlugin.cpp | 421 DrmPlugin::EventType eventType = (DrmPlugin::EventType)code; in setPropertyString()
|
/frameworks/base/proto/src/ |
D | wifi.proto | 517 enum EventType { enum 612 optional EventType type = 1;
|