Home
last modified time | relevance | path

Searched refs:tagLen (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/
H A DMetaDataUtils.cpp335 size_t tagLen = strlen(kMap[j].mTag); in parseVorbisComment() local
336 if (!strncasecmp(kMap[j].mTag, comment, tagLen) in parseVorbisComment()
337 && comment[tagLen] == '=') { in parseVorbisComment()
341 &comment[tagLen + 1], in parseVorbisComment()
342 commentLength - tagLen - 1); in parseVorbisComment()
344 if (!strcasecmp(&comment[tagLen + 1], "true")) { in parseVorbisComment()
350 const int hapticChannelCount = strtol(&comment[tagLen + 1], &end, 10); in parseVorbisComment()
357 AMediaFormat_setString(fileMeta, kMap[j].mKey, &comment[tagLen + 1]); in parseVorbisComment()
/aosp12/system/logging/liblog/
H A Dlogprint.cpp573 entry->tagLen = msgStart - 1; in android_log_processLogBuffer()
1005 entry->tagLen = 0;
1019 size_t tagLen; variable
1022 if (tagLen >= (size_t)messageBufLen) {
1023 tagLen = messageBufLen - 1;
1026 entry->tagLen = tagLen;
1027 messageBuf += tagLen + 1;
1028 messageBufLen -= tagLen + 1;
1539 (int)entry->tagLen, entry->tag); in android_log_formatLogLine()
1545 (int)entry->tagLen, entry->tag); in android_log_formatLogLine()
[all …]
H A Devent_tag_map.cpp170 size_t tagLen = cp - tag; in scanTagLine() local
209 TagFmt(std::make_pair(std::string_view(tag, tagLen), std::string_view(fmt, fmtLen))), in scanTagLine()
/aosp12/system/logging/liblog/include/log/
H A Dlogprint.h64 size_t tagLen; member
/aosp12/hardware/nxp/secure_element/pn8x/ls_client/src/
H A DLsLib.cpp1389 uint8_t tagLen = 0; in Write_Response_To_OutFile() local
1401 tagLen = tag44off + 2; in Write_Response_To_OutFile()
1406 tagLen = tag44off + 2; in Write_Response_To_OutFile()
1420 tagLen = tag44off + 3; in Write_Response_To_OutFile()
1426 tagLen = tag44off + 3; in Write_Response_To_OutFile()
1442 tagLen = tag44off + 4; in Write_Response_To_OutFile()
1464 while (tempLen < tagLen) { in Write_Response_To_OutFile()
/aosp12/system/logging/liblog/tests/
H A Dlogprint_test.cpp137 EXPECT_EQ(4U, entry.tagLen); // Apparently taglen includes the nullptr? in TEST()
/aosp12/system/logging/logcat/
H A Dlogcat.cpp212 if (android_log_shouldPrintLine(logformat_.get(), std::string(entry.tag, entry.tagLen).c_str(), in ProcessBuffer()
/aosp12/frameworks/base/cmds/incidentd/src/
H A DSection.cpp698 proto.write(TextLogEntry::TAG, entry.tag, trimTail(entry.tag, entry.tagLen)); in BlockingCall()
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...