Home
last modified time | relevance | path

Searched refs:ALOGD (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/
H A Dpacket.c174 ALOGD("Packet is too small (%d) to be a UDP datagram", nread); in receive_packet()
178 ALOGD("Not a valid IP packet"); in receive_packet()
182 ALOGD("Packet was truncated (read %d, needed %d)", nread, ntohs(packet.ip.tot_len)); in receive_packet()
186 ALOGD("IP protocol (%d) is not UDP", packet.ip.protocol); in receive_packet()
190 ALOGD("UDP dest port (%d) is not DHCP client", ntohs(packet.udp.dest)); in receive_packet()
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRga.cpp252 ALOGD("Src:[%d,%d,%d,%d][%d,%d,%d]=>Dst:[%d,%d,%d,%d][%d,%d,%d]", in NormalRgaPaletteTable()
285 ALOGD("Src:[%d,%d,%d,%d][%d,%d,%d]=>Dst:[%d,%d,%d,%d][%d,%d,%d]", in NormalRgaPaletteTable()
292 ALOGD("Src:[%d,%d,%d,%d][%d,%d,%d]=>Dst:[%d,%d,%d,%d][%d,%d,%d]", in NormalRgaPaletteTable()
416 ALOGD("<<<<-------- print rgaLog -------->>>>"); in RgaBlit()
448 ALOGD("src->hnd = 0x%lx , dst->hnd = 0x%lx , src1->hnd = 0x%lx\n", in RgaBlit()
450ALOGD("src: handle = %d, Fd = %.2d ,phyAddr = %p ,virAddr = %p\n", src->handle, src->fd, src->phyA… in RgaBlit()
452ALOGD("src1: handle = %d, Fd = %.2d , phyAddr = %p , virAddr = %p\n", src1->handle, src1->fd, src1… in RgaBlit()
453ALOGD("dst: handle = %d, Fd = %.2d ,phyAddr = %p ,virAddr = %p\n", dst->handle, dst->fd, dst->phyA… in RgaBlit()
665 ALOGD("handle_flag: 0x%x\n", rgaReg.handle_flag); in RgaBlit()
666ALOGD("src: Fd/handle = %.2d , buf = %p, mmuFlag = %d, mmuType = %d\n", srcFd, srcBuf, src->mmuFla… in RgaBlit()
[all …]
H A DNormalRgaContext.h25 #define ALOGD(...) { printf(__VA_ARGS__); printf("\n"); } macro
H A DGrallocOps.cpp259 ALOGD("fd = %d",*fd); in RkRgaGetHandleFd()
321 ALOGD("%d,%d,%d,%d,%d,%d",attrs->at(0),attrs->at(1),attrs->at(2), in RkRgaGetHandleAttributes()
H A Dplatform_gralloc4.cpp489 ALOGD("failed to dup unlock release fence"); in unlock()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_log.cpp263 ALOGD("[%s]:%s", g_xcore_log_infos[module].module_name, buffer); in xcam_print_log()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dmain_desktop.cpp122 ALOGD("pdvr->recordInit success,CameraId:%d\n", pdvr->mCameraId); in RecordInit()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/brcm-tools/files/
H A Dbrcm_patchram_plus1.c134 #define printf ALOGD
/OK3568_Linux_fs/external/rkwifibt/tools/brcm_tools/
H A Dbrcm_patchram_plus1.c136 #define printf ALOGD
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/base/
H A Dxcam_log.h558 #define ALOGD LOGD macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqResourceTranslator.cpp705 ALOGD("@%s: pdWidthxpdHeight: %dx%d !\n", __FUNCTION__, pdaf->pdWidth, pdaf->pdHeight); in translatePdafStats()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp75 ALOGD("PERFORMANCE[%s] %llu usec.", message, _ellapse_);