Home
last modified time | relevance | path

Searched refs:direction_in (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/macosx/
Dmodule-coreaudio-device.c649 static int ca_device_create_streams(pa_module *m, bool direction_in) { in ca_device_create_streams() argument
656 …property_address.mScope = direction_in ? kAudioDevicePropertyScopeInput : kAudioDevicePropertyScop… in ca_device_create_streams()
682 …pa_log("Failed to get kAudioDevicePropertyStreamConfiguration (%s).", direction_in ? "input" : "ou… in ca_device_create_streams()
703 if (direction_in) in ca_device_create_streams()
/third_party/libusb/libusb/os/
Dwindows_winusb.c3979 bool direction_in; in hid_submit_bulk_transfer() local
4000 direction_in = IS_XFERIN(transfer); in hid_submit_bulk_transfer()
4003 if (((direction_in) && (!priv->hid->uses_report_ids[0])) in hid_submit_bulk_transfer()
4004 || ((!direction_in) && (!priv->hid->uses_report_ids[1]))) in hid_submit_bulk_transfer()
4016 if (direction_in) { in hid_submit_bulk_transfer()