Searched refs:phyOffset (Results 1 – 2 of 2) sorted by relevance
349 ScreenRotation ConvertOffsetToCorrectRotation(int32_t phyOffset);
148 ScreenRotation ScreenSessionManager::ConvertOffsetToCorrectRotation(int32_t phyOffset) in ConvertOffsetToCorrectRotation() argument151 switch (phyOffset) { in ConvertOffsetToCorrectRotation()604 int32_t phyOffset = static_cast<int32_t>(std::stoi(phyOffsets[0])); in SetScreenCorrection() local605 ScreenRotation correctRotation = ConvertOffsetToCorrectRotation(phyOffset); in SetScreenCorrection()607 oss << "phyOffset: " << phyOffset << " correctRotation value: " << in SetScreenCorrection()