Lines Matching refs:getConfiguration
104 request.getConfiguration().setFormat(AUDIO_FORMAT_PCM_FLOAT); in open()
119 request.getConfiguration().setDeviceId(getDeviceId()); in open()
120 request.getConfiguration().setSampleRate(getSampleRate()); in open()
121 request.getConfiguration().setDirection(getDirection()); in open()
122 request.getConfiguration().setSharingMode(getSharingMode()); in open()
123 request.getConfiguration().setChannelMask(getChannelMask()); in open()
125 request.getConfiguration().setUsage(getUsage()); in open()
126 request.getConfiguration().setContentType(getContentType()); in open()
127 request.getConfiguration().setSpatializationBehavior(getSpatializationBehavior()); in open()
128 request.getConfiguration().setIsContentSpatialized(isContentSpatialized()); in open()
129 request.getConfiguration().setInputPreset(getInputPreset()); in open()
130 request.getConfiguration().setPrivacySensitive(isPrivacySensitive()); in open()
132 request.getConfiguration().setBufferCapacity(builder.getBufferCapacity()); in open()
138 && (request.getConfiguration().getSamplesPerFrame() == 1 in open()
139 || request.getConfiguration().getChannelMask() == AAUDIO_CHANNEL_MONO) in open()
147 request.getConfiguration().setChannelMask(AAUDIO_CHANNEL_STEREO); in open()