Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/hdmi/
DHotplugDetectionAction.java63 private final boolean mIsTvDevice = localDevice().mService.isTvDevice(); field in HotplugDetectionAction
75 return mIsTvDevice ? POLLING_BATCH_INTERVAL_MS_FOR_TV in getPollingBatchInterval()
106 if (mIsTvDevice) { in handleTimerEvent()
149 mIsTvDevice ? POLLING_MESSAGE_INTERVAL_MS_FOR_TV in pollAllDevices()
175 if (mIsTvDevice && index == Constants.ADDR_AUDIO_SYSTEM) { in checkHotplug()
242 if (mIsTvDevice) { in removeDevice()
DDeviceDiscoveryAction.java106 private boolean mIsTvDevice = localDevice().mService.isTvDevice(); field in DeviceDiscoveryAction
354 if (mIsTvDevice) { in handleReportPhysicalAddress()
364 return mIsTvDevice ? tv().getPortId(physicalAddress)
452 if (mIsTvDevice) {