Searched refs:profile_is_cached_for (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/modules/usbaudio/ |
D | alsa_device_profile.h | 64 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device);
|
D | audio_hw.c | 331 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()
|
D | alsa_device_profile.c | 95 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device) { in profile_is_cached_for() function
|