Searched defs:ALOGV (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_mixer.c47 #define ALOGV(...) fprintf(stderr, __VA_ARGS__) macro
235 ALOGV(" id iface dev sub idx num perms type isvolume name\n");
240 ALOGV("%4d %5s %3d %3d %3d %3d %c%c%c%c%c%c%c%c%c %-6s %8d %s",
258 ALOGV(ei->value.integer.step ?
265 ALOGV(ei->value.integer64.step ?
273 ALOGV(" { %s=0", mixer->ctl[n].ename[0]);
275 ALOGV(", %s=%d", mixer->ctl[n].ename[m],m);
276 ALOGV(" }");
280 ALOGV("\n");
308 ALOGV("
[all...]
H A Dalsa_pcm.c29 #define ALOGV(...) fprintf(stderr, __VA_ARGS__) macro
159 ALOGV("format_names %s", name);
294 ALOGV("%s = %08x%08x\n", param_name[n],
300 ALOGV("%s = (%d,%d) omin=%d omax=%d int=%d empty=%d\n",
304 ALOGV("info = %08x\n", p->info);
305 ALOGV("msbits = %d\n", p->msbits);
306 ALOGV("rate = %d/%d\n", p->rate_num, p->rate_den);
307 ALOGV("fifo = %d\n", (int) p->fifo_size);
312 ALOGV("device = %d\n", info->device);
313 ALOGV("subdevic
[all...]
H A Dalsa_ucm.c42 #define ALOGV(...) fprintf(stderr, __VA_ARGS__) macro
128 ALOGV("Index:%d Verb:%s", index,
152 ALOGV("Index:%d Device:%s", index,
176 ALOGV("Index:%d Modifier:%s", index,
552 ALOGV("check_devices_for_voice_call(): voice cap detected\n");
567 ALOGV("check_devices_for_voice_call(): Rx and Tx devices enabled\n");
570 ALOGV("check_devices_for_voice_call(): Rx/Tx dev not enabled: \
686 ALOGV("Voice acdb: Required acdb already pushed \
695 ALOGV("No voice use case found");
798 ALOGV("acdb_i
[all...]

Completed in 46 milliseconds