Searched refs:IOCTL_LOGE (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_primary.cpp | 292 IOCTL_LOGE(FBIOGET_VSCREENINFO, device_type_); in PopulateDisplayAttributes() 300 IOCTL_LOGE(MSMFB_METADATA_GET, device_type_); in PopulateDisplayAttributes() 409 IOCTL_LOGE(FB_BLANK_POWERDOWN, device_type_); in PowerOff() 418 IOCTL_LOGE(FB_BLANK_NORMAL, device_type_); in Doze() 427 IOCTL_LOGE(FB_BLANK_VSYNC_SUSPEND, device_type_); in DozeSuspend() 579 IOCTL_LOGE(MSMFB_OVERLAY_VSYNC_CTRL, device_type_); in SetVSyncState() 603 IOCTL_LOGE(MSMFB_LPM_ENABLE, device_type_); in SetDisplayMode() 694 IOCTL_LOGE(MSMFB_MDP_PP_GET_FEATURE_VERSION, device_type_); in GetPPFeaturesVersion() 720 IOCTL_LOGE(MSMFB_MDP_PP, device_type_); in SetPPFeatures()
|
D | hw_hdmi.cpp | 277 IOCTL_LOGE(FBIOGET_VSCREENINFO, device_type_); in SetDisplayAttributes() 303 IOCTL_LOGE(MSMFB_METADATA_SET, device_type_); in SetDisplayAttributes() 314 IOCTL_LOGE(FBIOPUT_VSCREENINFO, device_type_); in SetDisplayAttributes()
|
D | hw_device.h | 35 #define IOCTL_LOGE(ioctl, type) DLOGE("ioctl %s, device = %d errno = %d, desc = %s", #ioctl, \ macro
|
D | hw_device.cpp | 135 IOCTL_LOGE(FB_BLANK_UNBLANK, device_type_); in PowerOn() 300 IOCTL_LOGE(MSMFB_ATOMIC_COMMIT, device_type_); in Validate() 421 IOCTL_LOGE(MSMFB_ATOMIC_COMMIT, device_type_); in Commit() 486 IOCTL_LOGE(MSMFB_ATOMIC_COMMIT, device_type_); in Flush() 1063 IOCTL_LOGE(MSMFB_ASYNC_POSITION_UPDATE, device_type_); in SetCursorPosition()
|