HomeSort by relevance Sort by last modified time
    Searched refs:profile_is_cached_for (Results 1 - 4 of 4) sorted by null

  /system/media/alsa_utils/include/
alsa_device_profile.h 64 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device);
  /system/media/alsa_utils/
alsa_device_profile.c 91 bool profile_is_cached_for(alsa_device_profile* profile, int card, int device) { function
  /hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c 432 if (!profile_is_cached_for(out->profile, card, device)) {
821 if (card >= 0 && device >= 0 && !profile_is_cached_for(in->profile, card, device)) {
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 379 if (!profile_is_cached_for(out->profile, card, device)) {
788 if (card >= 0 && device >= 0 && !profile_is_cached_for(in->profile, card, device)) {
    [all...]

Completed in 51 milliseconds