Searched refs:ROLE_OUTPUT (Results 1 – 6 of 6) sorted by relevance
52 public static final int ROLE_OUTPUT = AudioPort.ROLE_SINK; field in AudioDeviceAttributes56 ROLE_INPUT, ROLE_OUTPUT }85 mRole = deviceInfo.isSink() ? ROLE_OUTPUT : ROLE_INPUT; in AudioDeviceAttributes()102 if (role != ROLE_OUTPUT && role != ROLE_INPUT) { in AudioDeviceAttributes()112 mRole = (nativeType & AudioSystem.DEVICE_BIT_IN) != 0 ? ROLE_INPUT : ROLE_OUTPUT; in AudioDeviceAttributes()166 return (role == ROLE_OUTPUT ? "output" : "input"); in roleToString()173 + " type:" + (mRole == ROLE_OUTPUT ? AudioSystem.getOutputDeviceName( in toString()
51 public static final int ROLE_OUTPUT = AudioPort.ROLE_SINK; field in AudioDeviceAttributes55 ROLE_INPUT, ROLE_OUTPUT }88 mRole = deviceInfo.isSink() ? ROLE_OUTPUT : ROLE_INPUT; in AudioDeviceAttributes()105 if (role != ROLE_OUTPUT && role != ROLE_INPUT) { in AudioDeviceAttributes()108 if (role == ROLE_OUTPUT) { in AudioDeviceAttributes()130 mRole = (nativeType & AudioSystem.DEVICE_BIT_IN) != 0 ? ROLE_INPUT : ROLE_OUTPUT; in AudioDeviceAttributes()193 return (role == ROLE_OUTPUT ? "output" : "input"); in roleToString()200 + " type:" + (mRole == ROLE_OUTPUT ? AudioSystem.getOutputDeviceName(mNativeType) in toString()
11 field public static final int ROLE_OUTPUT = 2; // 0x2
160 if (device.getRole() == AudioDeviceAttributes.ROLE_OUTPUT in isVoiceCallOnEarpiece()
2503 device.getRole() == AudioDeviceAttributes.ROLE_OUTPUT)) { in setPreferredDevicesForCapturePreset()
5160 field public static final int ROLE_OUTPUT = 2; // 0x2