Home
last modified time | relevance | path

Searched refs:profile_init (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/media/alsa_utils/include/
H A Dalsa_device_profile.h63 void profile_init(alsa_device_profile* profile, int direction);
/aosp12/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c520 profile_init(&device_info->profile, direction); in stream_set_new_devices()
850 profile_init(&device_info->profile, PCM_OUT); in adev_open_output_stream()
1296 profile_init(&device_info->profile, PCM_IN); in adev_open_input_stream()
1737 profile_init(&profile, is_output ? PCM_OUT : PCM_IN); in adev_get_audio_port()
1770 profile_init(&profile, is_output ? PCM_OUT : PCM_IN); in adev_get_audio_port_v7()
/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c76 void profile_init(alsa_device_profile* profile, int direction) in profile_init() function