Searched refs:DisplayHotplugEvent (Results 1 – 13 of 13) sorted by relevance
19 import android.hardware.graphics.common.DisplayHotplugEvent;141 void onHotplugEvent(long display, DisplayHotplugEvent event); in onHotplugEvent()
36 enum DisplayHotplugEvent { enum
24 enum DisplayHotplugEvent { enum
198 common::DisplayHotplugEvent event) { in onHotplugEvent()200 case common::DisplayHotplugEvent::CONNECTED: in onHotplugEvent()202 case common::DisplayHotplugEvent::DISCONNECTED: in onHotplugEvent()
67 common::DisplayHotplugEvent) override;
47 void onHotplugEvent(long display, android.hardware.graphics.common.DisplayHotplugEvent event); in onHotplugEvent()
527 using DisplayHotplugEvent = aidl::android::hardware::graphics::common::DisplayHotplugEvent; typedef528 DisplayHotplugEvent hotplug_event_to_aidl(bool connected, int hotplugErrorCode) { in hotplug_event_to_aidl()531 return connected ? DisplayHotplugEvent::CONNECTED : DisplayHotplugEvent::DISCONNECTED; in hotplug_event_to_aidl()533 return DisplayHotplugEvent::ERROR_INCOMPATIBLE_CABLE; in hotplug_event_to_aidl()535 return DisplayHotplugEvent::ERROR_UNKNOWN; in hotplug_event_to_aidl()599 aidl::android::hardware::graphics::common::DisplayHotplugEvent)>( in onHotPlug()
53 void onHotplugEvent(int64_t display, common::DisplayHotplugEvent event) override;
521 common::DisplayHotplugEvent event) { in onHotplugEvent()523 processDisplayResources(display, event == common::DisplayHotplugEvent::CONNECTED); in onHotplugEvent()
115 virtual void onHotplugEvent(int64_t display, common::DisplayHotplugEvent event) = 0;
128 common::DisplayHotplugEvent hotplugEvent) { in hotplugEvent()