Searched refs:tag (Results 1 - 25 of 35) sorted by relevance

12

/hardware/invensense/mlsdk/platform/linux/
H A Dlog_linux.c45 int _MLPrintLog (int priority, const char* tag, const char* fmt, ...) argument
51 result = _MLPrintVaLog(priority,tag,fmt,ap);
57 int _MLPrintVaLog(int priority, const char* tag, const char* fmt, va_list args) argument
97 priority_char, tag, fmt);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf.c134 char tag[5] = { PERF_FOUR_CHARS(ulID), 0 }; local
138 for (i=0; i<4; i++) if (tag[i] == ' ') tag[i] = '_';
139 ulID = PERF_FOURS(tag);
144 PERF_Config_Read(&config, tag);
H A Dperf_config.c37 static void read_line(PERF_Config *sConfig, char const *line, char const *tag);
106 * Arg3 tag - restrict matches to this tag or no-tag
111 * the supplied tag. If it matches, the assignment is performed
116 void read_line(PERF_Config *cfg, char const *line, char const *tag) argument
126 /* check to see if there is a tag prefix */
133 /* ignore lines where the tag does not match */
134 if (!tag || strncmp(line, tag, pt
176 PERF_Config_Read(PERF_Config *sConfig, char const *tag) argument
[all...]
/hardware/invensense/mlsdk/platform/include/
H A Dlog.h111 * This is the local tag used for the following simplified
113 * before using the other macros to change the tag.
274 * The second argument may be NULL or "" to indicate the "global" tag.
277 #define MPL_LOG(priority, tag, fmt, ...) \
278 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
286 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
287 LOG(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, fm
[all...]
/hardware/libhardware/include/hardware/
H A Dhardware.h29 * Value for the hw_module_t.tag field
47 /** tag must be initialized to HARDWARE_MODULE_TAG */
48 uint32_t tag; member in struct:hw_module_t
88 /** tag must be initialized to HARDWARE_DEVICE_TAG */
89 uint32_t tag; member in struct:hw_device_t
H A Daudio_effect.h754 // tag must be initialized to AUDIO_EFFECT_LIBRARY_TAG
755 uint32_t tag; member in struct:audio_effect_library_s
/hardware/libhardware/modules/nfc/
H A Dnfc_hw_example.c36 dev->common.tag = HARDWARE_DEVICE_TAG;
62 .tag = HARDWARE_MODULE_TAG,
/hardware/qcom/gps/loc_api/libloc_api/
H A Dgps.c45 dev->common.tag = HARDWARE_DEVICE_TAG;
59 .tag = HARDWARE_MODULE_TAG,
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_config.h84 void PERF_Config_Read(PERF_Config *sConfig, char const *tag);
/hardware/ti/omap4xxx/
H A Dheaptracker.c45 uint32_t tag; member in struct:hdr
75 extern int __android_log_vprint(int prio, const char *tag, const char *fmt, va_list ap);
189 hdr->tag = ALLOCATION_TAG;
200 if (hdr->tag != ALLOCATION_TAG)
257 if (hdr->tag != ALLOCATION_TAG && hdr->tag != BACKLOG_TAG) {
259 user(hdr), hdr->tag);
267 if (hdr->tag == BACKLOG_TAG && was_used_after_free(hdr)) {
281 if (hdr->tag == BACKLOG_TAG) {
310 hdr->tag
[all...]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
H A Dwpa.h52 uint8 tag; member in struct:__anon17
66 uint8 tag; member in struct:__anon19
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dwpa.h52 uint8 tag; member in struct:__anon76
66 uint8 tag; member in struct:__anon78
/hardware/ril/mock-ril/src/cpp/
H A Dmsgheader.pb.cpp172 ::google::protobuf::uint32 tag; local
173 while ((tag = input->ReadTag()) != 0) {
174 switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
177 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
192 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
208 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
224 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
240 if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
245 input, tag, mutable_unknown_fields()));
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp45 tag: HARDWARE_MODULE_TAG,
119 dev->device.common.tag = HARDWARE_DEVICE_TAG;
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp258 bool ExifElementsTable::isAsciiTag(const char* tag) { argument
260 return (strcmp(tag, TAG_GPS_PROCESSING_METHOD) == 0);
307 status_t ExifElementsTable::insertElement(const char* tag, const char* value) { argument
311 if (!value || !tag) {
320 if (isAsciiTag(tag)) {
326 if (IsGpsTag(tag)) {
328 table[position].Tag = GpsTagNameToValue(tag);
332 table[position].Tag = TagNameToValue(tag);
H A DCameraHal_Module.cpp50 tag: HARDWARE_MODULE_TAG,
537 camera_device->base.common.tag = HARDWARE_DEVICE_TAG;
/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h72 status_t insertElement(const char* tag, const char* value);
78 static bool isAsciiTag(const char* tag);
/hardware/libhardware/modules/audio/
H A Daudio_policy.c296 dev->device.common.tag = HARDWARE_DEVICE_TAG;
315 .tag = HARDWARE_MODULE_TAG,
H A Daudio_hw.c395 adev->device.common.tag = HARDWARE_DEVICE_TAG;
427 .tag = HARDWARE_MODULE_TAG,
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp81 tag: HARDWARE_MODULE_TAG,
297 dev->device.common.tag = HARDWARE_DEVICE_TAG;
/hardware/msm7k/liblights/
H A Dlights.c395 dev->common.tag = HARDWARE_DEVICE_TAG;
414 .tag = HARDWARE_MODULE_TAG,
/hardware/ril/mock-ril/src/java/com/android/internal/communication/
H A DMsg.java237 * @param tag for the header
239 public void printHeader(String tag) { argument
240 Log.d(tag, " cmd=" + mHeader.getCmd() + " token=" + mHeader.getToken() + " status="
/hardware/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp155 tag: HARDWARE_MODULE_TAG,
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp392 dev->device.common.tag = HARDWARE_DEVICE_TAG;
411 tag: HARDWARE_MODULE_TAG,
/hardware/msm7k/libcopybit/
H A Dcopybit.cpp79 tag: HARDWARE_MODULE_TAG,
445 ctx->device.common.tag = HARDWARE_DEVICE_TAG;

Completed in 1608 milliseconds

12