/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/ |
D | JFmLog.java | 24 public static int v(String tag, String msg) { in v() argument 25 return Log.v(tag, msg); in v() 28 public static int d(String tag, String msg) { in d() argument 29 return Log.d(tag, msg); in d() 32 public static int i(String tag, String msg) { in i() argument 33 return Log.i(tag, msg); in i() 36 public static int w(String tag, String msg) { in w() argument 37 return Log.w(tag, msg); in w() 40 public static int e(String tag, String msg) { in e() argument 41 return Log.e(tag, msg); in e()
|
/hardware/invensense/mlsdk/platform/include/ |
D | log.h | 277 #define MPL_LOG(priority, tag, fmt, ...) \ argument 278 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__) 286 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ argument 287 ALOG(priority, tag, fmt, ##__VA_ARGS__) 289 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ 290 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__) 292 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ 293 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__) 302 #define MPL_LOG_PRI_VA(priority, tag, fmt, args) \ argument 303 android_vprintLog(priority, NULL, tag, fmt, args) [all …]
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
D | Exynos_OSAL_Log.c | 32 void _Exynos_OSAL_Log(EXYNOS_LOG_LEVEL logLevel, const char *tag, const char *msg, ...) in _Exynos_OSAL_Log() argument 40 __android_log_vprint(ANDROID_LOG_DEBUG, tag, msg, argptr); in _Exynos_OSAL_Log() 43 __android_log_vprint(ANDROID_LOG_INFO, tag, msg, argptr); in _Exynos_OSAL_Log() 46 __android_log_vprint(ANDROID_LOG_WARN, tag, msg, argptr); in _Exynos_OSAL_Log() 49 __android_log_vprint(ANDROID_LOG_ERROR, tag, msg, argptr); in _Exynos_OSAL_Log() 52 __android_log_vprint(ANDROID_LOG_VERBOSE, tag, msg, argptr); in _Exynos_OSAL_Log()
|
/hardware/invensense/libsensors_iio/software/core/driver/include/ |
D | log.h | 280 #define MPL_LOG(priority, tag, fmt, ...) \ argument 281 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__) 289 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ argument 290 LOG(priority, tag, fmt, ##__VA_ARGS__) 292 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ 293 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__) 295 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ 296 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__) 305 #define MPL_LOG_PRI_VA(priority, tag, fmt, args) \ argument 306 android_vprintLog(priority, NULL, tag, fmt, args) [all …]
|
/hardware/samsung_slsi/exynos5/libexynosutils/ |
D | Exynos_log.c | 29 void Exynos_Log(EXYNOS_DEV_LOG_LEVEL logLevel, const char *tag, const char *msg, ...) in Exynos_Log() argument 37 __android_log_vprint(ANDROID_LOG_DEBUG, tag, msg, argptr); in Exynos_Log() 40 __android_log_vprint(ANDROID_LOG_WARN, tag, msg, argptr); in Exynos_Log() 43 __android_log_vprint(ANDROID_LOG_ERROR, tag, msg, argptr); in Exynos_Log() 46 __android_log_vprint(ANDROID_LOG_VERBOSE, tag, msg, argptr); in Exynos_Log()
|
/hardware/invensense/mlsdk/platform/linux/ |
D | log_linux.c | 45 int _MLPrintLog (int priority, const char* tag, const char* fmt, ...) in _MLPrintLog() argument 51 result = _MLPrintVaLog(priority,tag,fmt,ap); in _MLPrintLog() 57 int _MLPrintVaLog(int priority, const char* tag, const char* fmt, va_list args) in _MLPrintVaLog() argument 97 priority_char, tag, fmt); in _MLPrintVaLog()
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
D | perf.c | 134 char tag[5] = { PERF_FOUR_CHARS(ulID), 0 }; in PERF_Create() local 138 for (i=0; i<4; i++) if (tag[i] == ' ') tag[i] = '_'; in PERF_Create() 139 ulID = PERF_FOURS(tag); in PERF_Create() 144 PERF_Config_Read(&config, tag); in PERF_Create()
|
D | perf_config.c | 37 static void read_line(PERF_Config *sConfig, char const *line, char const *tag); 116 void read_line(PERF_Config *cfg, char const *line, char const *tag) in read_line() argument 134 if (!tag || strncmp(line, tag, ptr - line)) return; in read_line() 176 void PERF_Config_Read(PERF_Config *sConfig, char const *tag) in PERF_Config_Read() argument 206 read_line(sConfig, line, tag); in PERF_Config_Read()
|
/hardware/ti/omap4xxx/ |
D | heaptracker.c | 45 uint32_t tag; member 75 extern int __android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap); 189 hdr->tag = ALLOCATION_TAG; in add() 200 if (hdr->tag != ALLOCATION_TAG) in del() 257 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) { in __check_allocation() 259 user(hdr), hdr->tag); in __check_allocation() 267 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) { in __check_allocation() 281 if (hdr->tag == BACKLOG_TAG) { in __check_allocation() 310 hdr->tag = 0; /* clear the tag */ in __del_from_backlog() 334 hdr->tag = BACKLOG_TAG; in add_to_backlog() [all …]
|
/hardware/samsung_slsi/exynos5/libcamera/ |
D | ExynosJpegEncoderForCamera.h | 103 unsigned short tag, 108 unsigned short tag, 113 unsigned short tag, 120 unsigned short tag,
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
D | ExynosJpegEncoderForCamera.h | 101 unsigned short tag, 106 unsigned short tag, 111 unsigned short tag, 118 unsigned short tag,
|
/hardware/ril/mock-ril/src/cpp/ |
D | msgheader.pb.cpp | 172 ::google::protobuf::uint32 tag; in MergePartialFromCodedStream() 173 while ((tag = input->ReadTag()) != 0) { in MergePartialFromCodedStream() 174 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { in MergePartialFromCodedStream() 177 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == in MergePartialFromCodedStream() 192 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == in MergePartialFromCodedStream() 208 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == in MergePartialFromCodedStream() 224 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == in MergePartialFromCodedStream() 240 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) == in MergePartialFromCodedStream() 245 input, tag, mutable_unknown_fields())); in MergePartialFromCodedStream()
|
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 259 bool ExifElementsTable::isAsciiTag(const char* tag) { in isAsciiTag() argument 261 return (strcmp(tag, TAG_GPS_PROCESSING_METHOD) == 0); in isAsciiTag() 308 status_t ExifElementsTable::insertElement(const char* tag, const char* value) { in insertElement() argument 312 if (!value || !tag) { in insertElement() 321 if (isAsciiTag(tag)) { in insertElement() 327 if (IsGpsTag(tag)) { in insertElement() 329 table[position].Tag = GpsTagNameToValue(tag); in insertElement() 333 table[position].Tag = TagNameToValue(tag); in insertElement() 336 if (strcmp(tag, TAG_DATETIME) == 0) { in insertElement()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | gps.c | 47 dev->common.tag = HARDWARE_DEVICE_TAG; in open_gps() 61 .tag = HARDWARE_MODULE_TAG,
|
/hardware/qcom/gps/loc_api/libloc_api/ |
D | gps.c | 47 dev->common.tag = HARDWARE_DEVICE_TAG; in open_gps() 61 .tag = HARDWARE_MODULE_TAG,
|
/hardware/libhardware/modules/nfc/ |
D | nfc_pn544_example.c | 36 dev->common.tag = HARDWARE_DEVICE_TAG; in nfc_open() 63 .tag = HARDWARE_MODULE_TAG,
|
/hardware/qcom/camera/mm-camera-interface/ |
D | mm_omx_jpeg_encoder.c | 92 static omx_jpeg_exif_info_tag tag; variable 400 tag.tag_id = EXIFTAGID_ORIENTATION; in omxJpegEncodeNext() 401 tag.tag_entry.type = EXIFTAGTYPE_ORIENTATION; in omxJpegEncodeNext() 402 tag.tag_entry.count = 1; in omxJpegEncodeNext() 403 tag.tag_entry.copy = 1; in omxJpegEncodeNext() 404 tag.tag_entry.data._short = orientation; in omxJpegEncodeNext() 407 OMX_SetParameter(pHandle, exif, &tag); in omxJpegEncodeNext() 413 memcpy(&tag, encode_params->exif_data + i, in omxJpegEncodeNext() 415 OMX_SetParameter(pHandle, exif, &tag); in omxJpegEncodeNext() 669 memcpy(&tag, encode_params->exif_data + i, sizeof(omx_jpeg_exif_info_tag)); in omxJpegEncode() [all …]
|
/hardware/libhardware/modules/local_time/ |
D | local_time_hw.c | 80 ltdev->device.common.tag = HARDWARE_DEVICE_TAG; in ltdev_open() 101 .tag = HARDWARE_MODULE_TAG,
|
/hardware/qcom/audio/alsa_sound/ |
D | acoustics_default.cpp | 39 tag : HARDWARE_MODULE_TAG, 60 dev->common.tag = HARDWARE_DEVICE_TAG; in s_device_open()
|
/hardware/libhardware/include/hardware/ |
D | hardware.h | 88 uint32_t tag; member 165 uint32_t tag; member
|
/hardware/qcom/camera/QCamera/HAL2/core/src/ |
D | QCameraHWI_Metatags.cpp | 86 uint32_t tag, in addOrSize() argument 91 return add_camera_metadata_entry(request, tag, entryData, in addOrSize() 94 int type = get_camera_metadata_tag_type(tag); in addOrSize() 115 #define ADD_OR_SIZE( tag, data, count ) \ in getStaticInfo() argument 117 tag, data, count) ) != OK ) return ret in getStaticInfo() 419 #define ADD_OR_SIZE( tag, data, count ) \ in constructDefaultRequest() argument 421 tag, data, count) ) != OK ) return ret in constructDefaultRequest()
|
/hardware/libhardware/modules/nfc-nci/ |
D | nfc_nci_example.c | 82 dev->common.tag = HARDWARE_DEVICE_TAG; in nfc_open() 111 .tag = HARDWARE_MODULE_TAG,
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/ |
D | wpa.h | 52 uint8 tag; 66 uint8 tag;
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | wpa.h | 52 uint8 tag; 66 uint8 tag;
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 45 tag: HARDWARE_MODULE_TAG, 119 dev->device.common.tag = HARDWARE_DEVICE_TAG; in hwc_device_open()
|