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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 47 static bool isHDMI(const char* str)
85 int dpy = isHDMI(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 48 static bool isHDMI(const char* str)
77 int dpy = isHDMI(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum;
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_uevents.cpp 47 static bool isHDMI(const char* str)
85 int dpy = isHDMI(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum;

Completed in 466 milliseconds