Home
last modified time | relevance | path

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

/hardware/libhardware/modules/usbaudio/
Dalsa_device_profile.h64 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device);
Daudio_hw.c331 if (card >= 0 && device >= 0 && !profile_is_cached_for(out->profile, card, device)) { in out_set_parameters()
718 if (card >= 0 && device >= 0 && !profile_is_cached_for(in->profile, card, device)) { in in_set_parameters()
1029 profile_is_cached_for(&adev->out_profile, alsa_card, alsa_device)) { in adev_set_parameters()
1033 profile_is_cached_for(&adev->in_profile, alsa_card, alsa_device)) { in adev_set_parameters()
Dalsa_device_profile.c95 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device) { in profile_is_cached_for() function