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

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.h 61 static constexpr const char *kRotatorCapsPath = "/sys/devices/virtual/rotator/mdss_rotator/caps";
hw_info.cpp 362 Sys::fstream fs(kRotatorCapsPath, fstream::in);
364 DLOGW("File '%s' not found", kRotatorCapsPath);
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_info.h 61 static constexpr const char *kRotatorCapsPath = "/sys/devices/virtual/rotator/mdss_rotator/caps";
hw_info.cpp 364 Sys::fstream fs(kRotatorCapsPath, fstream::in);
366 DLOGW("File '%s' not found", kRotatorCapsPath);

Completed in 54 milliseconds