Home | History | Annotate | Download | only in alsa_sound

Lines Matching refs:AudioSystem

104         if (mHandle->devices & AudioSystem::DEVICE_OUT_ALL) {
120 case AudioSystem::CHANNEL_IN_5POINT1:
145 case AudioSystem::FORMAT_DEFAULT:
148 case AudioSystem::PCM_16_BIT:
151 case AudioSystem::AMR_NB:
152 case AudioSystem::AMR_WB:
154 case AudioSystem::EVRC:
155 case AudioSystem::EVRCB:
156 case AudioSystem::EVRCWB:
161 case AudioSystem::PCM_8_BIT:
175 *format = AudioSystem::PCM_16_BIT;
178 *format = AudioSystem::PCM_8_BIT;
209 if ((device == 0) && (mDevices == AudioSystem::DEVICE_OUT_AUX_DIGITAL)) {
210 device = AudioSystem::DEVICE_OUT_SPEAKER;
317 audioSystemFormat = AudioSystem::PCM_8_BIT;
320 case AudioSystem::AMR_NB:
321 case AudioSystem::AMR_WB:
323 case AudioSystem::EVRC:
324 case AudioSystem::EVRCB:
325 case AudioSystem::EVRCWB:
330 audioSystemFormat = AudioSystem::PCM_16_BIT;
334 LOG_FATAL("Unknown AudioSystem bit width %d!", audioSystemFormat);
335 audioSystemFormat = AudioSystem::PCM_16_BIT;