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

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c170 static const char strTextPlain[] = "text/plain"; variable
175 static const size_t strlenTextPlain = sizeof strTextPlain - 1;
503 pSession->contentType.ptr = malloc(sizeof strTextPlain);
507 memcpy(pSession->contentType.ptr, strTextPlain, sizeof strTextPlain);

Completed in 47 milliseconds