HomeSort by relevance Sort by last modified time
    Searched refs:poweron (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 75 uint32_t poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0); local
76 ALOGI("%s: dpy:%d panel power state: %d", __FUNCTION__, dpy, poweron);
77 ctx->dpyAttr[dpy].isActive = poweron ? true: false;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 72 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0); local
73 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron);
74 ctx->dpyAttr[dpy].isActive = poweron ? true: false;
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 74 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0); local
75 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron);
77 ctx->dpyAttr[dpy].isActive = poweron ? true: false;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 74 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0); local
75 ALOGI("%s: dpy:%d panel power state: %ld", __FUNCTION__, dpy, poweron);
77 ctx->dpyAttr[dpy].isActive = poweron ? true: false;

Completed in 72 milliseconds