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

/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/
H A Dplatform_lib_macros.h65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
H A Dplatform_lib_macros.h65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8084/platform_lib_abstractions/
H A Dplatform_lib_macros.h56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
H A Dplatform_lib_macros.h56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
H A Dplatform_lib_macros.h56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8994/platform_lib_abstractions/
H A Dplatform_lib_macros.h56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
H A Dplatform_lib_macros.h56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/hardware/qcom/gps/platform_lib_abstractions/
H A Dplatform_lib_macros.h56 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) macro
/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
155 ALOGV("format_names %s", name);
290 ALOGV("%s = %08x%08x\n", param_name[n],
296 ALOGV("%s = (%d,%d) omin=%d omax=%d int=%d empty=%d\n",
300 ALOGV("info = %08x\n", p->info);
301 ALOGV("msbits = %d\n", p->msbits);
302 ALOGV("rate = %d/%d\n", p->rate_num, p->rate_den);
303 ALOGV("fifo = %d\n", (int) p->fifo_size);
308 ALOGV("device = %d\n", info->device);
309 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 151 milliseconds