Searched refs:cfg (Results 1 - 2 of 2) sorted by relevance

/system/extras/sound/
H A Dplaywav.c195 struct msm_audio_config cfg; local
230 if (ioctl(afd, AUDIO_GET_CONFIG, &cfg)) {
235 cfg.channel_count = hdr.num_channels;
236 cfg.sample_rate = hdr.sample_rate;
237 if (ioctl(afd, AUDIO_SET_CONFIG, &cfg)) {
242 if (ioctl(afd, AUDIO_GET_CONFIG, &cfg)) {
247 sz = cfg.buffer_size;
248 fprintf(stderr,"buffer size %d x %d\n", sz, cfg.buffer_count);
/system/core/fastboot/
H A Dusb_linux.c102 struct usb_config_descriptor *cfg; local
119 cfg = (void*) ptr;
120 len -= cfg->bLength;
121 ptr += cfg->bLength;
161 for(i = 0; i < cfg->bNumInterfaces; i++) {

Completed in 85 milliseconds