OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile_is_cached_for
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/modules/usbaudio/
alsa_device_profile.h
64
bool
profile_is_cached_for
(alsa_device_profile* profile, int card, int device);
audio_hw.c
331
if (card >= 0 && device >= 0 && !
profile_is_cached_for
(out->profile, card, device)) {
718
if (card >= 0 && device >= 0 && !
profile_is_cached_for
(in->profile, card, device)) {
[
all
...]
alsa_device_profile.c
95
bool
profile_is_cached_for
(alsa_device_profile* profile, int card, int device) {
function
Completed in 214 milliseconds