Home
last modified time | relevance | path

Searched refs:deviceType (Results 1 – 25 of 30) sorted by relevance

12

/device/google/atv/audio_proxy/service/
DDeviceImpl.cpp157 audio_devices_t deviceType; in checkAudioPortConfig() local
158 if (!audio_device_from_string(config.ext.device().deviceType.c_str(), in checkAudioPortConfig()
159 &deviceType)) { in checkAudioPortConfig()
269 if (device.deviceType == "AUDIO_DEVICE_OUT_DEFAULT") { in openOutputStreamImpl()
271 } else if (device.deviceType == "AUDIO_DEVICE_OUT_BUS") { in openOutputStreamImpl()
434 audio_devices_t deviceType = AUDIO_DEVICE_NONE; in setConnectedState() local
435 if (!audio_device_from_string(address.deviceType.c_str(), &deviceType)) { in setConnectedState()
439 if (deviceType != AUDIO_DEVICE_OUT_BUS) { in setConnectedState()
/device/generic/goldfish/audio/
Ddevice_port_sink.cpp376 switch (xsd::stringToAudioDevice(address.deviceType)) { in create()
386 __func__, __LINE__, address.deviceType.c_str()); in create()
393 ALOGW("%s:%d creating NullSink for '%s'.", __func__, __LINE__, address.deviceType.c_str()); in create()
397 …s:%d unsupported device: '%s', creating NullSink", __func__, __LINE__, address.deviceType.c_str()); in create()
406 switch (xsd::stringToAudioDevice(address.deviceType)) { in getLatencyMs()
408 ALOGW("%s:%d unsupported device: '%s'", __func__, __LINE__, address.deviceType.c_str()); in getLatencyMs()
422 switch (xsd::stringToAudioDevice(address.deviceType)) { in validateDeviceAddress()
424 ALOGW("%s:%d unsupported device: '%s'", __func__, __LINE__, address.deviceType.c_str()); in validateDeviceAddress()
Ddevice_port_source.cpp433 switch (xsd::stringToAudioDevice(address.deviceType)) { in create()
447 __func__, __LINE__, address.deviceType.c_str()); in create()
463 __func__, __LINE__, address.deviceType.c_str()); in create()
473 switch (xsd::stringToAudioDevice(address.deviceType)) { in validateDeviceAddress()
475 ALOGW("%s:%d unsupported device: '%s'", __func__, __LINE__, address.deviceType.c_str()); in validateDeviceAddress()
/device/google/cuttlefish/shared/config/input/
DCrosvm_Virtio_Multitouch_Touchscreen_1.idc3 touch.deviceType = touchScreen
DCrosvm_Virtio_Multitouch_Touchscreen_2.idc3 touch.deviceType = touchScreen
DCrosvm_Virtio_Multitouch_Touchscreen_0.idc3 touch.deviceType = touchScreen
DCrosvm_Virtio_Multitouch_Touchscreen_3.idc3 touch.deviceType = touchScreen
DCrosvm_Virtio_Multitouch_Touchpad_0.idc3 touch.deviceType = touchPad
/device/generic/goldfish/input/
Dvirtio_input_multi_touch_1.idc2 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_7.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_6.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_4.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_10.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_2.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_8.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_3.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_5.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_9.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_11.idc3 touch.deviceType = touchScreen
/device/generic/goldfish/input-mt/
Dvirtio_input_multi_touch_1.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_3.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_5.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_2.idc3 touch.deviceType = touchScreen
Dvirtio_input_multi_touch_4.idc3 touch.deviceType = touchScreen
/device/generic/car/emulator/multi-display/input/
Dvirtio_input_multi_touch_8.idc3 touch.deviceType = touchScreen

12