Home
last modified time | relevance | path

Searched refs:PHYSICAL (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTestHelpers.h404 if (HWC_DISPLAY_TYPE == DisplayType::PHYSICAL) {
483 HwcDisplayVariant<PhysicalDisplay::HWC_DISPLAY_ID, DisplayType::PHYSICAL,
DTestableSurfaceFlinger.h597 if (mHwcDisplayType == hal::DisplayType::PHYSICAL) { in inject()
DCompositionTest.cpp269 FakeHwcDisplayInjector(DEFAULT_DISPLAY_ID, hal::DisplayType::PHYSICAL, true /* isPrimary */) in setupPreconditions()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp98 case DisplayType::PHYSICAL: in ~Display()
272 if (mType != DisplayType::PHYSICAL) return Error::BAD_DISPLAY; in getConnectionType()
DHWComposer.cpp297 hal::DisplayType::PHYSICAL); in allocatePhysicalDisplay()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp478 cameraParams->trait = dynamic_depth::CameraTrait::PHYSICAL; in processDepthPhotoFrame()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h244 PHYSICAL, enumerator
DTouchInputMapper.cpp869 if (mCalibration.pressureCalibration == Calibration::PressureCalibration::PHYSICAL || in configureSurface()
1164 out.pressureCalibration = Calibration::PressureCalibration::PHYSICAL; in parseCalibration()
1234 mCalibration.pressureCalibration = Calibration::PressureCalibration::PHYSICAL; in resolveCalibration()
1306 case Calibration::PressureCalibration::PHYSICAL: in dumpCalibration()
2179 case Calibration::PressureCalibration::PHYSICAL: in cookPointerData()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.cpp403 *outType = IComposerClient::DisplayType::PHYSICAL; in getDisplayType()