Home
last modified time | relevance | path

Searched refs:strLength (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/identity/aidl/default/libeic/
DEicCbor.c135 void eicCborAppendString(EicCbor* cbor, const char* str, size_t strLength) { in eicCborAppendString() argument
136 eicCborBegin(cbor, EIC_CBOR_MAJOR_TYPE_STRING, strLength); in eicCborAppendString()
137 eicCborAppend(cbor, (const uint8_t*)str, strLength); in eicCborAppendString()
DEicCbor.h111 void eicCborAppendString(EicCbor* cbor, const char* str, size_t strLength);
/hardware/interfaces/camera/common/default/
DCameraMetadata.cpp463 size_t strLength = strlen(str); in getTagFromName() local
468 if (section == NULL || sectionLength < strLength) { in getTagFromName()
471 sectionLength = strLength; in getTagFromName()