Lines Matching refs:device

297      * supported by the HDMI device.
298 * The corresponding integer value is only available when the device is plugged in (as expressed
305 * the connected HDMI device.
306 * The corresponding array of encoding values is only available when the device is plugged in
770 * Indicates if the device implements a fixed volume policy.
825 * This method has no effect if the device implements a fixed volume policy
851 * This method has no effect if the device implements a fixed volume policy
1011 * <p>This method has no effect if the device implements a fixed volume policy
1032 * <p>This method has no effect if the device implements a fixed volume policy
1076 * This method has no effect if the device implements a fixed volume policy
1730 * Checks whether any music or media is actively playing on a remote device (e.g. wireless
1732 * @return true if {@link AudioManager#STREAM_MUSIC} is active on a remote device
2832 * Notifies AudioService that it is connected to an A2DP device that supports absolute volume,
2833 * so that AudioService can send volume change events to the A2DP device, rather than handling
2867 // This section re-defines new output device constants from AudioSystem, because the AudioSystem
2872 * The audio device code for representing "no device." */
2875 * The audio output device code for the small speaker at the front of the device used
2882 * The audio output device code for the built-in speaker */
2885 * The audio output device code for a wired headset with attached microphone */
2888 * The audio output device code for a wired headphone without attached microphone */
2891 * The audio output device code for generic Bluetooth SCO, for voice */
2894 * The audio output device code for Bluetooth SCO Headset Profile (HSP) and
2900 * The audio output device code for Bluetooth SCO car audio, for voice */
2904 * The audio output device code for generic Bluetooth A2DP, for music */
2907 * The audio output device code for Bluetooth A2DP headphones, for music */
2911 * The audio output device code for Bluetooth A2DP external speaker, for music */
2915 * The audio output device code for S/PDIF (legacy) or HDMI
2919 * The audio output device code for HDMI */
2922 * The audio output device code for an analog wired headset attached via a
2927 * The audio output device code for a digital wired headset attached via a
2932 * The audio output device code for a USB audio accessory. The accessory is in USB host
2933 * mode and the Android device in USB device mode
2937 * The audio output device code for a USB audio device. The device is in USB device
2938 * mode and the Android device in USB host mode
2942 * The audio output device code for projection output.
2946 * The audio output device code the telephony voice TX path.
2950 * The audio output device code for an analog jack with line impedance detected.
2954 * The audio output device code for HDMI Audio Return Channel.
2958 * The audio output device code for S/PDIF digital connection.
2962 * The audio output device code for built-in FM transmitter.
2967 * used in the future in a set method to select whatever default device is chosen by the
2973 * The audio input device code for default built-in microphone
2977 * The audio input device code for a Bluetooth SCO headset
2982 * The audio input device code for wired headset microphone
2987 * The audio input device code for HDMI
2992 * The audio input device code for telephony voice RX path
2997 * The audio input device code for built-in microphone pointing to the back
3002 * The audio input device code for analog from a docking station
3007 * The audio input device code for digital from a docking station
3012 * The audio input device code for a USB audio accessory. The accessory is in USB host
3013 * mode and the Android device in USB device mode
3018 * The audio input device code for a USB audio device. The device is in USB device
3019 * mode and the Android device in USB host mode
3024 * The audio input device code for a FM radio tuner
3028 * The audio input device code for a TV tuner
3032 * The audio input device code for an analog jack with line impedance detected
3036 * The audio input device code for a S/PDIF digital connection
3040 * The audio input device code for audio loopback
3045 * Return true if the device code corresponds to an output device.
3048 public static boolean isOutputDevice(int device)
3050 return (device & AudioSystem.DEVICE_BIT_IN) == 0;
3054 * Return true if the device code corresponds to an input device.
3057 public static boolean isInputDevice(int device)
3059 return (device & AudioSystem.DEVICE_BIT_IN) == AudioSystem.DEVICE_BIT_IN;
3075 * @return The bit-mask "or" of audio output device codes for all enabled devices on this
3100 * The implementation may support additional device codes beyond those listed, so
3103 * cannot distinguish whether a particular device is enabled.
3124 * @param device type of device connected/disconnected (AudioManager.DEVICE_OUT_xxx)
3126 * @param name device name
3141 * @param device Bluetooth device connected/disconnected
3143 * @param profile profile for the A2DP device
3150 public int setBluetoothA2dpDeviceConnectionState(BluetoothDevice device, int state,
3155 delay = service.setBluetoothA2dpDeviceConnectionState(device, state, profile);
3173 * for this device's primary output stream, in decimal Hz.
3180 * for this device's primary output stream, in decimal PCM frames.
3345 * @return output device type. 0 (DEVICE_NONE) if failed to set device.
3471 * device types are not compatible or the implementation does not support the requested
3482 * - {@link #ERROR_BAD_VALUE} if incompatible device types are passed.
3713 * The message sent to apps when the contents of the device list changes if they provide
3729 * the results list to only those device types they are interested in.