HomeSort by relevance Sort by last modified time
    Searched defs:hotplug (Results 1 - 10 of 10) sorted by null

  /system/core/adf/libadfhwc/include/adfhwc/
adfhwc.h 35 * Called on hotplug (required)
37 void (*hotplug)(void *data, int disp, bool connected); member in struct:adf_hwc_event_callbacks
  /frameworks/native/include/gui/
DisplayEventReceiver.h 59 struct Hotplug {
66 Hotplug hotplug; member in union:android::DisplayEventReceiver::Event::__anon38787
  /system/core/adf/libadfhwc/
adfhwc.cpp 179 adf_hotplug_event *hotplug; local
190 hotplug = reinterpret_cast<adf_hotplug_event *>(event);
191 dev->event_cb->hotplug(dev->event_cb_data, disp, hotplug->connected);
260 ALOGE("failed to enable hotplug event on display %zu: %s",
  /external/chromium_org/ui/events/ozone/device/udev/
device_manager_udev.cc 157 const char* hotplug = udev_device_get_property_value(device, "HOTPLUG"); local
167 else if (!strcmp(subsystem, "drm") && hotplug && !strcmp(hotplug, "1"))
  /hardware/intel/img/hwcomposer/common/base/
Hwcomposer.cpp 333 void Hwcomposer::hotplug(__attribute__((unused))int disp, bool connected) function in class:android::intel::Hwcomposer
338 if (mProcs && mProcs->hotplug) {
339 DLOGTRACE("report hotplug on disp %d, connected %d", disp, connected);
340 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected);
341 DLOGTRACE("hotplug callback processed and returned!");
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer.h 411 * (*hotplug)() is called by the h/w composer HAL when a display is
413 * the hotplug callback should not be called for it.
419 * The hotplug() callback may call back into the h/w composer on the same
424 * The h/w composer must serialize calls to the hotplug callback; only
430 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); member in struct:hwc_procs
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 97 mEvent.hotplug.connected = event.hotplug.connected;
98 mEvent.hotplug.port_id = event.hotplug.port_id;
110 const hotplug_event_t& hotplug() const { function in class:android::CecEventWrapper
111 return mEvent.hotplug;
136 propagateHotplugEvent(mEventWrapper->hotplug());
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 142 mCBContext->procs.hotplug = &hook_hotplug;
144 mCBContext->procs.hotplug = NULL;
274 ctx->hwc->hotplug(disp, connected);
307 void HWComposer::hotplug(int disp, int connected) { function in class:android::HWComposer
309 ALOGE("hotplug event received for invalid display: disp=%d connected=%d",
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 463 * (*hotplug)() is called by the h/w composer HAL when a display is
465 * the hotplug callback should not be called for it.
471 * The hotplug() callback may call back into the h/w composer on the same
476 * The h/w composer must serialize calls to the hotplug callback; only
482 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); member in struct:hwc_procs
    [all...]
hdmi_cec.h 162 * HDMI hotplug event type. Used when the event
256 hotplug_event_t hotplug; member in union:hdmi_event::__anon40470

Completed in 237 milliseconds