Searched refs:paramsConverter (Results 1 – 1 of 1) sorted by relevance
201 ByteBuffer paramsConverter = ByteBuffer.allocate(3 /* param + mask + device*/ * 4); in getAnglesInt() local202 paramsConverter.order(ByteOrder.nativeOrder()); in getAnglesInt()203 paramsConverter.putInt(PARAM_VIRTUAL_SPEAKER_ANGLES); in getAnglesInt()205 paramsConverter.putInt(AudioFormat.convertChannelOutMaskToNativeMask(channelMask)); in getAnglesInt()207 paramsConverter.putInt(AudioDeviceInfo.convertDeviceTypeToInternalDevice(deviceType)); in getAnglesInt()212 int status = getParameter(paramsConverter.array(), result); in getAnglesInt()