Searched defs:tag (Results 1 - 14 of 14) sorted by relevance

/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...]
H A Dperf_rt.c362 static void count_delay(PERF_RT_Private *me, char *tag, PERF_RTdata_delay *dDelay, long n0) argument
364 fprintf(me->fRt, "rtPERF: %s[0x%lX]: ", tag, me->dSTS->size_min);
/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/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/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/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);
/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/
H A Dwlioctl.h1366 uint16 tag; member in struct:wl_sampledata
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1366 uint16 tag; member in struct:wl_sampledata

Completed in 378 milliseconds