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

  /hardware/qcom/display/libexternal/
external.h 46 bool isCEUnderscanSupported() { return mUnderscanSupported; }
90 bool mUnderscanSupported;
external.cpp 171 mUnderscanSupported(false), mHwcContext(ctx), mHdmiFbNum(-1),
283 mUnderscanSupported = true;
289 const char* prop = (mUnderscanSupported) ? "1" : "0";
477 mUnderscanSupported = false;

Completed in 3208 milliseconds