HomeSort by relevance Sort by last modified time
    Searched refs:msgLen (Results 26 - 36 of 36) sorted by null

12

  /device/google/contexthub/contexthubhal/
NanohubHidlAdapter.cpp 201 size_t msgLen,
204 if (msgLen == 1) {
209 if (msg == nullptr || msgLen != sizeof(*rsp)) {
212 msgLen);
225 int msgLen,
238 if (isValidOsStatus(msg, msgLen, &rsp) && rsp.result == 0) {
256 int numApps = msgLen / sizeof(hub_app_info);
NanohubHidlAdapter.h 109 int msgLen,
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpsha512stuff.h 136 static void sha512_hashUpdate(void* pHash, const Ipp8u* pMsg, int msgLen)
138 UpdateSHA512(pHash, pMsg, msgLen, sha512_cnt);
196 IppStatus cpSHA512MessageDigest(DigestSHA512 hash, const Ipp8u* pMsg, int msgLen, const DigestSHA512 IV);
pcphash.h 150 typedef void (*cpHashProc)(void* pHash, const Ipp8u* pMsg, int msgLen, const void* pParam);
  /external/epid-sdk/ext/ipp/include/
ippcp.h 274 IPPAPI(IppStatus, ippsSMS4_CCMMessageLen,(Ipp64u msgLen, IppsSMS4_CCMState* pCtx))
292 IPPAPI(IppStatus, ippsAES_CCMMessageLen,(Ipp64u msgLen, IppsAES_CCMState* pState))
545 IPPAPI(IppStatus, ippsHMAC_Message,(const Ipp8u* pMsg, int msgLen,
563 IPPAPI(IppStatus, ippsHMACMessage_rmf,(const Ipp8u* pMsg, int msgLen,
    [all...]
  /external/libxml2/
xmlstring.c 1007 size_t msgLen = 0;
1014 ++msgLen;
1022 resultLen = msgLen + count + 1;
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_script.cpp 40 static void rsMsgHandler(uint32_t msgNum, const void *msgData, size_t msgLen) {
rs_jni_foreach.cpp 273 static void rsMsgHandler(uint32_t msgNum, const void *msgData, size_t msgLen) {
  /external/deqp/modules/gles31/functional/
es31fDebugTests.cpp 789 int msgLen = 0;
790 gl.getIntegerv(GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH, &msgLen);
792 TCU_CHECK_MSG(msgLen >= 0, "Negative message length");
793 TCU_CHECK_MSG(msgLen < 100000, "Excessively long message");
795 lastMsg.message.resize(msgLen);
796 gl.getDebugMessageLog(1, msgLen, &lastMsg.id.source, &lastMsg.id.type, &lastMsg.id.id, &lastMsg.severity, &msgLen, &lastMsg.message[0]);
    [all...]
  /external/deqp/framework/delibs/deutil/
deProcess.c 63 size_t msgLen = strlen(message);
67 res = (int)write(statusPipe, message, msgLen+1);
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp     [all...]

Completed in 465 milliseconds

12