Searched refs:mIsTvDevice (Results 1 – 2 of 2) sorted by relevance
61 private final boolean mIsTvDevice = localDevice().mService.isTvDevice(); field in HotplugDetectionAction73 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()
106 private boolean mIsTvDevice = localDevice().mService.isTvDevice(); field in DeviceDiscoveryAction348 if (mIsTvDevice) { in handleReportPhysicalAddress()358 return mIsTvDevice ? tv().getPortId(physicalAddress)446 if (mIsTvDevice) {