Lines Matching refs:devices

156     /** debug calls to devices APIs */
298 * STREAM_VOLUME_ALIAS_DEFAULT for other devices (e.g. tablets).*/
571 // Defines the format for the connection "address" for ALSA devices
1264 // Always toggle between max safe volume and 0 for fixed volume devices where safe
1584 // volume is either 0 or max allowed for fixed volume devices
3247 // Disconnect ALL DEVICE_OUT_BLUETOOTH_A2DP devices
3270 // Disconnect ALL DEVICE_IN_BLUETOOTH_A2DP devices
3866 final int devices = AudioSystem.getDevicesForStream(mStreamType);
3867 if (devices == mObservedDevices) {
3868 return devices;
3871 mObservedDevices = devices;
3873 // one stream's devices have changed, check the others
3878 EventLogTags.writeStreamDevicesChanged(mStreamType, prevDevices, devices);
3882 .putExtra(AudioManager.EXTRA_VOLUME_STREAM_DEVICES, devices));
3883 return devices;
4097 // apply default device volume from source stream to all devices first in case
4098 // some devices are present in this stream state but not in source stream state
4104 // Now apply actual volume for devices in source stream state
4157 // ignore settings for fixed volume devices: volume should always be at max or 0
4209 final int devices = getDevicesForStream(mStreamType);
4211 // iterate all devices from 1 to DEVICE_OUT_DEFAULT exclusive
4214 if ((devices & device) != 0) {
4940 // address is not used for now, but may be used when multiple a2dp devices are supported
4990 // sent if none of these devices is connected.
5003 int devices = 0;
5008 devices |= dev;
5011 if (devices == device) {
5133 // Television devices without CEC service apply software volume on HDMI output
5667 // mSafeMediaVolumeDevices lists the devices for which safe media volume is enforced,
5703 int devices = mSafeMediaVolumeDevices;
5706 while (devices != 0) {
5708 if ((device & devices) == 0) {
5722 devices &= ~device;
5765 // Television devices without CEC service apply software volume on HDMI output