Searched refs:direction_in (Results 1 – 2 of 2) sorted by relevance
649 static int ca_device_create_streams(pa_module *m, bool direction_in) { in ca_device_create_streams() argument656 …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()
3979 bool direction_in; in hid_submit_bulk_transfer() local4000 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()