Home
last modified time | relevance | path

Searched refs:eventType (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DDrmPlugin.cpp329 Return<void> DrmPlugin::sendEvent(EventType eventType, in sendEvent() argument
332 mListener->sendEvent(eventType, sessionId, data); in sendEvent()
360 EventType eventType; in sendEvent() local
364 eventType = EventType::PROVISION_REQUIRED; in sendEvent()
367 eventType = EventType::KEY_NEEDED; in sendEvent()
370 eventType = EventType::KEY_EXPIRED; in sendEvent()
373 eventType = EventType::VENDOR_DEFINED; in sendEvent()
376 eventType = EventType::SESSION_RECLAIMED; in sendEvent()
384 mListener->sendEvent(eventType, in sendEvent()
DDrmPlugin.h131 Return<void> sendEvent(EventType eventType,
144 virtual void sendEvent(android::DrmPlugin::EventType eventType, int extra,
/hardware/interfaces/drm/1.0/
DIDrmPluginListener.hal35 * @param eventType the type of the event
39 oneway sendEvent(EventType eventType, SessionId sessionId,
DIDrmPlugin.hal511 * @param eventType the type of the event
515 sendEvent(EventType eventType, SessionId sessionId, vec<uint8_t> data);
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_vendor_test.cpp1039 EventType eventType; member
1060 virtual Return<void> sendEvent(EventType eventType, const hidl_vec<uint8_t>& sessionId, in sendEvent() argument
1063 args.eventType = eventType; in sendEvent()
1106 for (auto eventType : eventTypes) { in TEST_P() local
1107 drmPlugin->sendEvent(eventType, sessionId, data); in TEST_P()
1111 EXPECT_EQ(eventType, result.args->eventType); in TEST_P()
/hardware/interfaces/tv/cec/2.0/
Dtypes.hal362 CecTopologyEventType eventType;
/hardware/interfaces/wifi/1.3/default/
Dwifi_nan_iface.cpp255 hidl_struct.eventType = (NanClusterEventType)msg.event_type; in WifiNanIface()
/hardware/interfaces/wifi/1.0/
Dtypes.hal1548 NanClusterEventType eventType;