Home
last modified time | relevance | path

Searched refs:mIsTvDevice (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHotplugDetectionAction.java61 private final boolean mIsTvDevice = localDevice().mService.isTvDevice(); field in HotplugDetectionAction
73 return mIsTvDevice ? POLLING_INTERVAL_MS_FOR_TV : POLLING_INTERVAL_MS_FOR_PLAYBACK; in getPollingInterval()
103 if (mIsTvDevice) { in handleTimerEvent()
167 if (mIsTvDevice && index == Constants.ADDR_AUDIO_SYSTEM) { in checkHotplug()
234 if (mIsTvDevice) { in removeDevice()
H A DDeviceDiscoveryAction.java106 private boolean mIsTvDevice = localDevice().mService.isTvDevice(); field in DeviceDiscoveryAction
348 if (mIsTvDevice) { in handleReportPhysicalAddress()
358 return mIsTvDevice ? tv().getPortId(physicalAddress)
446 if (mIsTvDevice) {