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

  /hardware/qcom/display/libexternal/
external.h 49 void setExtDpyNum(int extDpyNum) { mExtDpyNum = extDpyNum;};
  /hardware/qcom/display/libhwcomposer/
hwc_uevents.cpp 75 int extDpyNum = HWC_DISPLAY_EXTERNAL;
81 extDpyNum = HWC_DISPLAY_VIRTUAL;
85 int dpy = isHDMI(str) ? HWC_DISPLAY_EXTERNAL : extDpyNum;
87 // update extDpyNum

Completed in 44 milliseconds