Searched refs:ROLE_INPUT (Results 1 – 5 of 5) sorted by relevance
47 public static final int ROLE_INPUT = AudioPort.ROLE_SOURCE; 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()111 } else if (role == ROLE_INPUT) { in AudioDeviceAttributes()130 mRole = (nativeType & AudioSystem.DEVICE_BIT_IN) != 0 ? ROLE_INPUT : ROLE_OUTPUT; in AudioDeviceAttributes()
48 public static final int ROLE_INPUT = AudioPort.ROLE_SOURCE; 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()
10 field public static final int ROLE_INPUT = 1; // 0x1
2417 device.getRole() == AudioDeviceAttributes.ROLE_INPUT)) { in setPreferredDevicesForStrategy()
5159 field public static final int ROLE_INPUT = 1; // 0x1