Lines Matching refs:xsd
34 namespace xsd { namespace
367 if (xsd::stringToAudioFormat(cfg.base.format) != xsd::AudioFormat::AUDIO_FORMAT_PCM_16_BIT) { in create()
376 switch (xsd::stringToAudioDevice(address.deviceType)) { in create()
377 case xsd::AudioDevice::AUDIO_DEVICE_OUT_DEFAULT: in create()
378 case xsd::AudioDevice::AUDIO_DEVICE_OUT_SPEAKER: in create()
391 case xsd::AudioDevice::AUDIO_DEVICE_OUT_TELEPHONY_TX: in create()
392 case xsd::AudioDevice::AUDIO_DEVICE_OUT_BUS: in create()
406 switch (xsd::stringToAudioDevice(address.deviceType)) { in getLatencyMs()
411 case xsd::AudioDevice::AUDIO_DEVICE_OUT_DEFAULT: in getLatencyMs()
412 case xsd::AudioDevice::AUDIO_DEVICE_OUT_SPEAKER: in getLatencyMs()
415 case xsd::AudioDevice::AUDIO_DEVICE_OUT_TELEPHONY_TX: in getLatencyMs()
416 case xsd::AudioDevice::AUDIO_DEVICE_OUT_BUS: in getLatencyMs()
422 switch (xsd::stringToAudioDevice(address.deviceType)) { in validateDeviceAddress()
427 case xsd::AudioDevice::AUDIO_DEVICE_OUT_DEFAULT: in validateDeviceAddress()
428 case xsd::AudioDevice::AUDIO_DEVICE_OUT_SPEAKER: in validateDeviceAddress()
429 case xsd::AudioDevice::AUDIO_DEVICE_OUT_TELEPHONY_TX: in validateDeviceAddress()
430 case xsd::AudioDevice::AUDIO_DEVICE_OUT_BUS: in validateDeviceAddress()