Searched refs:card (Results 1 – 10 of 10) sorted by relevance
/system/extras/tests/audio/alsa/ |
D | pcmtest.cpp | 41 unsigned int card; member 95 sscanf(de->d_name, PCM_PREFIX "C%uD%u", &(pcmnodes[pcms].card), in getSndDev() 106 if (prevcard != pcmnodes[pcms].card) in getSndDev() 108 prevcard = pcmnodes[pcms].card; in getSndDev() 133 params = pcm_params_get(pcmnodes[i].card, pcmnodes[i].device, in getPcmParams()
|
/system/media/alsa_utils/ |
D | alsa_device_profile.c | 63 profile->card = profile->device = -1; in profile_reset() 84 return profile->card >= 0 && profile->device >= 0; in profile_is_initialized() 91 bool profile_is_cached_for(const alsa_device_profile* profile, int card, int device) { in profile_is_cached_for() argument 92 return card == profile->card && device == profile->device; in profile_is_cached_for() 239 struct pcm * pcm = pcm_open(profile->card, profile->device, in profile_test_sample_rate() 338 profile->card, profile->device, profile->direction); in read_alsa_device_config() 340 if (profile->card < 0 || profile->device < 0) { in read_alsa_device_config() 345 pcm_params_get(profile->card, profile->device, profile->direction); in read_alsa_device_config() 409 struct pcm_params * alsa_hw_params = pcm_params_get(profile->card, in profile_read_device_info() 613 profile->card, profile->device, profile->direction == PCM_OUT ? "OUT" : "IN"); in profile_dump()
|
D | alsa_device_proxy.c | 51 ALOGV("proxy_prepare(c:%d, d:%d)", profile->card, profile->device); in proxy_prepare() 132 ALOGV("proxy_open(card:%d device:%d %s)", profile->card, profile->device, in proxy_open() 135 if (profile->card < 0 || profile->device < 0) { in proxy_open() 139 proxy->pcm = pcm_open(profile->card, profile->device, in proxy_open() 295 if (profile->card < 0 || profile->device < 0) { in proxy_scan_rates() 306 alsa_pcm = pcm_open(profile->card, profile->device, in proxy_scan_rates()
|
/system/media/alsa_utils/include/ |
D | alsa_device_profile.h | 39 int card; member 65 bool profile_is_cached_for(const alsa_device_profile* profile, int card, int device);
|
/system/media/audio_route/include/audio_route/ |
D | audio_route.h | 25 struct audio_route *audio_route_init(unsigned int card, const char *xml_path);
|
/system/libsysprop/srcs/android/sysprop/ |
D | ContactsProperties.sysprop | 48 # the contact card/editor may get confused to see unknown custom mimetypes.
|
D | TelephonyProperties.sysprop | 340 # Set to true to indicate a test CSIM card is used in the device.
|
/system/media/audio_route/ |
D | audio_route.c | 887 struct audio_route *audio_route_init(unsigned int card, const char *xml_path) in audio_route_init() argument 900 ar->mixer = mixer_open(card); in audio_route_init()
|
/system/core/libprocinfo/testdata/ |
D | maps | 746 70645d0000-70649d1000 rw-p 00000000 00:05 10270721 [anon:dalvik-card table]
|
/system/memory/libmeminfo/testdata1/ |
D | smaps | 30576 7007746c1000-700774ac2000 rw-p 00000000 00:00 0 [anon:dalvik-card table] 30577 Name: [anon:dalvik-card table]
|