Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/metrics/
DNetworkEvent.java61 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()
DIpManagerEvent.java48 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/
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.cpp160 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/
DIDrmClient.cpp43 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) in notify()
73 notify((DrmPlugin::EventType)eventType, extra, &obj); in onTransact()
DDrmHal.cpp39 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()
DDrm.cpp127 void Drm::sendEvent(DrmPlugin::EventType eventType, int extra, in sendEvent()
/frameworks/native/include/media/drm/
DDrmAPI.h79 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/
Dcom_android_server_hdmi_HdmiCecController.cpp110 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/
DIDrmClient.h32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
DDrmHal.h29 using ::android::hardware::drm::V1_0::EventType;
141 Return<void> sendEvent(EventType eventType,
DDrm.h130 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
/frameworks/av/media/libmedia/include/media/
DIDrmClient.h32 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj) = 0;
DDrmHal.h29 using ::android::hardware::drm::V1_0::EventType;
141 Return<void> sendEvent(EventType eventType,
DDrm.h130 virtual void sendEvent(DrmPlugin::EventType eventType, int extra,
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp47 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/
DMockDrmCryptoPlugin.cpp421 DrmPlugin::EventType eventType = (DrmPlugin::EventType)code; in setPropertyString()
/frameworks/base/proto/src/
Dwifi.proto517 enum EventType { enum
612 optional EventType type = 1;