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

  /hardware/qcom/display/liboverlay/
overlayUtils.cpp 249 bool is3DTV() {
250 char is3DTV = '0';
252 (void)fp.read(is3DTV, 1);
253 ALOGI("3DTV EDID flag: %d", is3DTV);
254 return (is3DTV == '0') ? false : true;
overlayUtils.h 139 bool is3DTV();

Completed in 44 milliseconds