Home
last modified time | relevance | path

Searched refs:D (Results 1 – 25 of 33) sorted by relevance

12

/hardware/ti/wlan/wl1271/stad/build/linux/
Dcommon.inc79 DK_DEFINES += -D HOST_PLATFORM_OMAP2430
82 DK_DEFINES += -D HOST_PLATFORM_OMAP3430
85 DK_DEFINES += -D HOST_PLATFORM_ZOOM2
88 DK_DEFINES += -D HOST_PLATFORM_ZOOM1
92 DK_DEFINES += -D XCC_MODULE_INCLUDED
96 DK_DEFINES += -D GEM_SUPPORTED
100 DK_DEFINES += -D PRIODIC_INTERRUPT
104 DK_DEFINES += -D TI_DBG
105 DK_DEFINES += -D REPORT_LOG
107 DK_DEFINES += -D PRINTF_ROLLBACK
[all …]
/hardware/ti/wlan/wl1271/platforms/os/linux/build/
Dcommon.inc79 DK_DEFINES += -D HOST_PLATFORM_OMAP2430
82 DK_DEFINES += -D HOST_PLATFORM_OMAP3430
85 DK_DEFINES += -D HOST_PLATFORM_ZOOM2
88 DK_DEFINES += -D HOST_PLATFORM_ZOOM1
92 DK_DEFINES += -D XCC_MODULE_INCLUDED
96 DK_DEFINES += -D GEM_SUPPORTED
100 DK_DEFINES += -D PRIODIC_INTERRUPT
104 DK_DEFINES += -D TI_DBG
105 DK_DEFINES += -D REPORT_LOG
107 DK_DEFINES += -D PRINTF_ROLLBACK
[all …]
/hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
Dcommon.inc80 DK_DEFINES += -D HOST_PLATFORM_OMAP2430
83 DK_DEFINES += -D HOST_PLATFORM_OMAP3430
86 DK_DEFINES += -D HOST_PLATFORM_ZOOM2
89 DK_DEFINES += -D HOST_PLATFORM_ZOOM1
93 DK_DEFINES += -D XCC_MODULE_INCLUDED
97 DK_DEFINES += -D GEM_SUPPORTED
101 DK_DEFINES += -D PRIODIC_INTERRUPT
105 DK_DEFINES += -D TI_DBG
106 DK_DEFINES += -D REPORT_LOG
108 DK_DEFINES += -D PRINTF_ROLLBACK
[all …]
/hardware/libhardware/include/hardware/
Dqemud.h39 #ifndef D
40 # define D(...) ((void)0) macro
75 D("QEMUD pipe is not available for %s: %s", name, strerror(errno)); in qemud_channel_open()
81 D("no qemud control socket: %s", strerror(errno)); in qemud_channel_open()
87 D("can't send service name to qemud: %s", in qemud_channel_open()
96 D("cant' connect to %s service through qemud", name); in qemud_channel_open()
117 D("can't write qemud frame header: %s", strerror(errno)); in qemud_channel_send()
122 D("can4t write qemud frame payload: %s", strerror(errno)); in qemud_channel_send()
135 D("can't read qemud frame header: %s", strerror(errno)); in qemud_channel_recv()
140 D("malformed qemud frame header: '%.*s'", 4, header); in qemud_channel_recv()
[all …]
Dqemu_pipe.h28 #ifndef D
29 # define D(...) do{}while(0) macro
70 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno)); in qemu_pipe_open()
79 D("%s: Could not connect to %s pipe service: %s", __FUNCTION__, pipeName, strerror(errno)); in qemu_pipe_open()
Dhardware.h32 #define MAKE_TAG_CONSTANT(A,B,C,D) (((A) << 24) | ((B) << 16) | ((C) << 8) | (D)) argument
/hardware/libhardware_legacy/qemu/
Dqemu.c34 # define D(...) ALOGD(__VA_ARGS__) macro
36 # define D(...) ((void)0) macro
84 D("no qemud pipe: %s", strerror(errno)); in qemu_channel_open_qemud_pipe()
104 D("no qemud control socket: %s", strerror(errno)); in qemu_channel_open_qemud()
110 D("can't send service name to qemud: %s", in qemu_channel_open_qemud()
119 D("cant' connect to %s service through qemud", name); in qemu_channel_open_qemud()
143 D("no '%s' control socket available: %s", in qemu_channel_open_qemud_old()
168 D("no kernel-provided %s device name", name); in qemu_channel_open_tty()
175 D("%s device name too long: '%s'", name, prop); in qemu_channel_open_tty()
295 D("%s: could not open control channel: %s", __FUNCTION__, in qemu_control_fd()
[all …]
/hardware/msm7k/librpc/
Dclnt.c78 D("RPC-callback thread for %08x:%08x starting.\n", in cb_context()
91 D("RPC-callback thread for %08x:%08x: signalled but no data.\n", in cb_context()
111 D("%08x:%08x dispatching RPC call (XID %d, xdr %p) for " in cb_context()
127 D("%08x:%08x expecting XDR == NULL" in cb_context()
135 D("%08x:%08x cloning XDR for " in cb_context()
152 D("%08x:%08x marking input buffer as free.\n", in cb_context()
178 D("RPC-callback thread for %08x:%08x terminating.\n", in cb_context()
215 D("%08x:%08x waiting for XDR input buffer " in rx_context()
222 D("%08x:%08x reading data.\n", in rx_context()
236 D("%08x:%08x received REPLY (XID %d), " in rx_context()
[all …]
Dsvc.c146 D("RPC-server thread exiting!\n"); in svc_context()
155 D("The RPC transport has already been created.\n"); in svcrtr_create()
214 D("registering for service %08x:%d\n", (uint32_t)prog, (int)vers); in svc_register()
235 D("RPC server %08x:%d is a callback client, " in svc_register()
280 D("creating RPC-server thread (detached)!\n"); in svc_register()
293 D("unregistering RPC server %08x:%d\n", (unsigned)prog, (unsigned)vers); in svc_unregister()
371 D("reading on fd %d for %08x:%d\n", in svc_dispatch()
400 D("START: SVC DISPATCH %08x:%08x --> %08x\n", in svc_dispatch()
413 D("DONE: SVC DISPATCH %08x:%08x --> %08x\n", in svc_dispatch()
423 D("registering RPC transport (refcount %d)\n", xprt_refcount); in xprt_register()
[all …]
Ddebug.h41 #define D PRINT macro
43 #define D(x...) do { } while(0) macro
Dsvc_clnt_common.c200 D("\t%02d: %p\n", nc, *tr++); in xdr_std_recv_uint32()
293 D("OPENED [%s] fd %d\n", router, xdr->fd); in xdr_init_common()
315 D("CLONED fd %d --> %d\n", other->fd, xdr->fd); in xdr_clone()
321 D("CLOSING fd %d\n", xdr->fd); in xdr_destroy_common()
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvenc_test.cpp83 #define D(fmt, ...) LOGE("venc_test Debug %s::%d "fmt"\n", \ macro
94 #define D(fmt, ...) fprintf(stderr, "venc_test Debug %s::%d "fmt"\n", \ macro
103 #define D(fmt, ...) macro
419 D("allocated pMem->fd = %d pvirt=0x%x, pMem->phys=0x%x, size = %d", pMem->pmem_fd, in PmemMalloc()
489 D("Going to state " # eState"..."); \ in SetState()
498 D("Now in state " # eState); \ in SetState()
628 D("Configuring H263..."); in ConfigureEncoder()
651 D("Configuring MP4/H264..."); in ConfigureEncoder()
667 D ("\n Profile = %d level = %d",profileLevel.eProfile,profileLevel.eLevel); in ConfigureEncoder()
948 D("\n Config file does not exist or could not be opened."); in ConfigureEncoder()
[all …]
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
Ddebug.h32 #define D PRINT macro
34 #define D(x...) do { } while(0) macro
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
Ddebug.h44 #define D PRINT macro
46 #define D(x...) do { } while(0) macro
/hardware/ti/wlan/mac80211/ti-utils/ini_files/127x/
DTQS_D_1.7.ini53 FEM1_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 27 29 # Length: 6; Unit: 1/2dB; Format: Signed;…
54 FEM1_TxPerRatePowerLimits_2_4G_Degraded = 1D 1F 22 26 27 27 # Length: 6; Unit: 1/2dB; Format: Signe…
55 FEM1_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 # Length: 6; Unit: 1/2dB; Format: Signed…
57 FEM1_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
73 FEM1_NormalToDegradedHighThr_5G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; C…
DTQS_D_1.0.ini53 FEM1_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 28 29 # Length: 6; Unit: 1/2dB; Format: Signed;…
55 FEM1_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 # Length: 6; Unit: 1/2dB; Format: Signed…
57 FEM1_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
73 FEM1_NormalToDegradedHighThr_5G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; C…
DTQS_S_2.6.ini50 FEM1_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 27 29 # Length: 6; Unit: 1/2dB; Format: Signed;…
52 FEM1_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 # Length: 6; Unit: 1/2dB; Format: Signed…
54 FEM1_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
DTQS_S_2.5.ini50 FEM1_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 28 29 # Length: 6; Unit: 1/2dB; Format: Signed;…
52 FEM1_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 # Length: 6; Unit: 1/2dB; Format: Signed…
54 FEM1_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
DRFMD_S_3.5.ini50 FEM0_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 27 29 # Length: 6; Unit: 1/2dB; Format: Signed;…
52 FEM0_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 # Length: 6; Unit: 1/2dB; Format: Signed…
54 FEM0_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
/hardware/ti/wlan/mac80211/ti-utils/ini_files/128x/
DTQS_D_1.7.ini56 FEM1_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 27 29 25 # Length: 7; Unit: 1/2dB; Format: Sign…
57 FEM1_TxPerRatePowerLimits_2_4G_Degraded = 1D 1F 22 26 27 27 24 # Length: 7; Unit: 1/2dB; Format: Si…
58 FEM1_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 22 # Length: 7; Unit: 1/2dB; Format: Sig…
60 FEM1_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
78 FEM1_NormalToDegradedHighThr_5G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; C…
DTQS_D_1.0.ini56 FEM1_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 27 29 25 # Length: 7; Unit: 1/2dB; Format: Sign…
57 FEM1_TxPerRatePowerLimits_2_4G_Degraded = 1D 1F 22 26 27 27 24 # Length: 7; Unit: 1/2dB; Format: Si…
58 FEM1_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 22 # Length: 7; Unit: 1/2dB; Format: Sig…
60 FEM1_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
78 FEM1_NormalToDegradedHighThr_5G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; C…
DRFMD_S_3.5.ini54 FEM0_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 27 29 25 # Length: 7; Unit: 1/2dB; Format: Sign…
56 FEM0_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 22 # Length: 7; Unit: 1/2dB; Format: Sig…
58 FEM0_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
DTQS_S_2.6.ini54 FEM1_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 27 29 25 # Length: 7; Unit: 1/2dB; Format: Sign…
56 FEM1_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 22 # Length: 7; Unit: 1/2dB; Format: Sig…
58 FEM1_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
/hardware/ti/wlan/mac80211/config/
DTQS_D_1.7.ini56 FEM1_TxPerRatePowerLimits_2_4G_Normal = 1D 1F 22 26 27 29 25 # Length: 7; Unit: 1/2dB; Format: Sign…
57 FEM1_TxPerRatePowerLimits_2_4G_Degraded = 1D 1F 22 26 27 27 24 # Length: 7; Unit: 1/2dB; Format: Si…
58 FEM1_TxPerRatePowerLimits_2_4G_Extreme = 16 1D 1E 20 24 25 22 # Length: 7; Unit: 1/2dB; Format: Sig…
60 FEM1_NormalToDegradedHighThr_2_4G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI;…
78 FEM1_NormalToDegradedHighThr_5G = 2D # Length: 1; Unit: 1/10 volts; Format: Unsigned; Source: TI; C…
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R

12