Searched refs:poweron (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_vsync.cpp | 76 uint32_t poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0); in handle_blank_event() local 77 ALOGI("%s: dpy:%d panel power state: %d", __FUNCTION__, dpy, poweron); in handle_blank_event() 78 ctx->dpyAttr[dpy].isActive = poweron ? true: false; in handle_blank_event()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_vsync.cpp | 75 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0); in handle_blank_event() local 76 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron); in handle_blank_event() 78 ctx->dpyAttr[dpy].isActive = poweron ? true: false; in handle_blank_event()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_vsync.cpp | 73 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0); in handle_blank_event() local 74 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron); in handle_blank_event() 75 ctx->dpyAttr[dpy].isActive = poweron ? true: false; in handle_blank_event()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_vsync.cpp | 75 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0); in handle_blank_event() local 76 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron); in handle_blank_event() 78 ctx->dpyAttr[dpy].isActive = poweron ? true: false; in handle_blank_event()
|