Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 83) sorted by relevance

1234

/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
DJFmLog.java24 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/
Dlog.h277 #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/
DExynos_OSAL_Log.c32 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/
Dlog.h280 #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/
DExynos_log.c29 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/
Dlog_linux.c45 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/
Dperf.c134 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()
Dperf_config.c37 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/
Dheaptracker.c45 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/
DExynosJpegEncoderForCamera.h103 unsigned short tag,
108 unsigned short tag,
113 unsigned short tag,
120 unsigned short tag,
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosJpegEncoderForCamera.h101 unsigned short tag,
106 unsigned short tag,
111 unsigned short tag,
118 unsigned short tag,
/hardware/ril/mock-ril/src/cpp/
Dmsgheader.pb.cpp172 ::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/
DEncoder_libjpeg.cpp259 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/
Dgps.c47 dev->common.tag = HARDWARE_DEVICE_TAG; in open_gps()
61 .tag = HARDWARE_MODULE_TAG,
/hardware/qcom/gps/loc_api/libloc_api/
Dgps.c47 dev->common.tag = HARDWARE_DEVICE_TAG; in open_gps()
61 .tag = HARDWARE_MODULE_TAG,
/hardware/libhardware/modules/nfc/
Dnfc_pn544_example.c36 dev->common.tag = HARDWARE_DEVICE_TAG; in nfc_open()
63 .tag = HARDWARE_MODULE_TAG,
/hardware/qcom/camera/mm-camera-interface/
Dmm_omx_jpeg_encoder.c92 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/
Dlocal_time_hw.c80 ltdev->device.common.tag = HARDWARE_DEVICE_TAG; in ltdev_open()
101 .tag = HARDWARE_MODULE_TAG,
/hardware/qcom/audio/alsa_sound/
Dacoustics_default.cpp39 tag : HARDWARE_MODULE_TAG,
60 dev->common.tag = HARDWARE_DEVICE_TAG; in s_device_open()
/hardware/libhardware/include/hardware/
Dhardware.h88 uint32_t tag; member
165 uint32_t tag; member
/hardware/qcom/camera/QCamera/HAL2/core/src/
DQCameraHWI_Metatags.cpp86 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/
Dnfc_nci_example.c82 dev->common.tag = HARDWARE_DEVICE_TAG; in nfc_open()
111 .tag = HARDWARE_MODULE_TAG,
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
Dwpa.h52 uint8 tag;
66 uint8 tag;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dwpa.h52 uint8 tag;
66 uint8 tag;
/hardware/libhardware/modules/hwcomposer/
Dhwcomposer.cpp45 tag: HARDWARE_MODULE_TAG,
119 dev->device.common.tag = HARDWARE_DEVICE_TAG; in hwc_device_open()

1234