Searched refs:tagLength (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_EventLog.cpp166 jsize tagLength = env->GetArrayLength(tags); local
195 for (int i = 0; !found && i < tagLength; ++i) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp7302 size_t tagLength = strlen(tag); local
7303 while (length > minLength + tagLength
7304 && !strcmp(key + length - tagLength, tag)
7305 && key[length - tagLength - 1] == '.') {
7306 length -= tagLength + 1;

Completed in 273 milliseconds