Searched defs:event_handler (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | core_impl.cpp | 153 DisplayError CoreImpl::CreateDisplay(DisplayType type, DisplayEventHandler *event_handler, in CreateDisplay()
|
D | display_virtual.cpp | 37 DisplayVirtual::DisplayVirtual(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, in DisplayVirtual()
|
D | display_primary.cpp | 37 DisplayPrimary::DisplayPrimary(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, in DisplayPrimary()
|
D | display_hdmi.cpp | 39 DisplayHDMI::DisplayHDMI(DisplayEventHandler *event_handler, HWInfoInterface *hw_info_intf, in DisplayHDMI()
|
D | display_base.cpp | 38 DisplayBase::DisplayBase(DisplayType display_type, DisplayEventHandler *event_handler, in DisplayBase()
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.cpp | 690 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler() function in WifiCommand
|
D | common.h | 172 wifi_internal_event_handler event_handler; // default event handler member
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | common.h | 100 wifi_internal_event_handler event_handler; // default event handler member
|
D | cpp_bindings.cpp | 692 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { in event_handler() function in WifiCommand
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_primary.cpp | 493 EventHandler event_handler[kNumDisplayEvents] = { &HWPrimary::HandleVSync, in DisplayEventThreadHandler() local
|