Searched refs:PROPERTY_ARC_SUPPORT (Results 1 – 4 of 4) sorted by relevance
190 boolean arcSupport = SystemProperties.getBoolean(Constants.PROPERTY_ARC_SUPPORT, true); in computeDeviceFeatures()454 if (!mService.readBooleanSystemProperty(Constants.PROPERTY_ARC_SUPPORT, true)) { in handleRequestArcInitiate()470 if (!SystemProperties.getBoolean(Constants.PROPERTY_ARC_SUPPORT, true)) { in handleRequestArcTermination()1015 if (SystemProperties.getBoolean(Constants.PROPERTY_ARC_SUPPORT, true) in setSystemAudioMode()1137 || !mService.readBooleanSystemProperty(Constants.PROPERTY_ARC_SUPPORT, true)) { in terminateAudioReturnChannel()1222 if (SystemProperties.getBoolean(Constants.PROPERTY_ARC_SUPPORT, true) in initArcOnFromAvr()
488 static final String PROPERTY_ARC_SUPPORT = field in Constants
3725 return SystemProperties.getBoolean(Constants.PROPERTY_ARC_SUPPORT, true); in isArcSupported()
113 case Constants.PROPERTY_ARC_SUPPORT: in setUp()