Searched refs:mHwcId (Results 1 – 1 of 1) sorted by relevance
114 hal::HWConfigId getHwcId() const { return mHwcId; } in getHwcId()129 return mHwcId == other->mHwcId && mWidth == other->mWidth && mHeight == other->mHeight && in equalsExceptDisplayModeId()135 explicit DisplayMode(hal::HWConfigId id) : mHwcId(id) {} in DisplayMode()137 hal::HWConfigId mHwcId; variable