Home
last modified time | relevance | path

Searched defs:D (Results 1 – 5 of 5) sorted by relevance

/hardware/msm7k/librpc/
Ddebug.h39 #define D PRINT macro
41 #define D(x...) do { } while(0) macro
/hardware/libhardware_legacy/qemu/
Dqemu.c34 # define D(...) LOGD(__VA_ARGS__) macro
36 # define D(...) ((void)0) macro
/hardware/libhardware/include/hardware/
Dqemud.h38 # define D(...) ((void)0) macro
Dhardware.h31 #define MAKE_TAG_CONSTANT(A,B,C,D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
/hardware/libhardware_legacy/gps/
Dgps_qemu.c21 # define D(...) LOGD(__VA_ARGS__) macro
23 # define D(...) ((void)0) macro