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;
505 pSession->contentType.ptr = malloc(sizeof strTextPlain);
509 memcpy(pSession->contentType.ptr, strTextPlain, sizeof strTextPlain);

Completed in 68 milliseconds