Searched refs:getDeviceForStream (Results 1 – 5 of 5) sorted by relevance
131 when(mMockAudioService.getDeviceForStream(AudioManager.STREAM_MUSIC)) in doTestConnectionDisconnectionReconnection()
418 /*package*/ int getDeviceForStream(int streamType) { in getDeviceForStream() method in AudioDeviceBroker419 return mAudioService.getDeviceForStream(streamType); in getDeviceForStream()
1786 final int device = getDeviceForStream(streamTypeAlias); in adjustStreamVolume()1999 final int device = getDeviceForStream(stream); in onUnmuteStream()2364 final int device = getDeviceForStream(streamType); in setStreamVolume()2860 int device = getDeviceForStream(streamType); in getStreamVolume()2891 int device = getDeviceForStream(streamType); in getLastAudibleStreamVolume()3151 final int device = getDeviceForStream(streamType); in muteRingerModeStreams()3456 int device = getDeviceForStream(streamType); in setModeInt()3735 int device = getDeviceForStream(AudioSystem.STREAM_MUSIC); in onCheckMusicActive()4269 public int getDeviceForStream(int stream) { in getDeviceForStream() method in AudioService4569 return getDeviceForStream(mPublicStreamType); in getDeviceForVolume()[all …]
314 int musicDevice = mDeviceBroker.getDeviceForStream(AudioSystem.STREAM_MUSIC); in onBluetoothA2dpActiveDeviceChange()779 musicDevice = mDeviceBroker.getDeviceForStream(AudioSystem.STREAM_MUSIC); in checkSendBecomingNoisyIntentInt()
4244 HSPLcom/android/server/audio/AudioService;->getDeviceForStream(I)I