Searched refs:msgLen (Results 1 – 3 of 3) sorted by relevance
113 size_t msgLen);615 size_t msgLen) { in onMessageReceipt() argument622 jbyteArray jmsg = env->NewByteArray(msgLen); in onMessageReceipt()624 ALOGW("Can't allocate %zu byte array", msgLen); in onMessageReceipt()634 env->SetByteArrayRegion(jmsg, 0, msgLen, reinterpret_cast<const jbyte *>(msg)); in onMessageReceipt()731 int msgLen = 1 + additionalDataLen; in passOnOsResponse() local733 int8_t *msg = new int8_t[msgLen]; in passOnOsResponse()758 jbyteArray jmsg = env->NewByteArray(msgLen); in passOnOsResponse()761 env->SetByteArrayRegion(jmsg, 0, msgLen, reinterpret_cast<jbyte *>(msg)); in passOnOsResponse()
458 int msgLen = msg.length(); in countAsciiSeptets() local459 if (force) return msgLen; in countAsciiSeptets()460 for (int i = 0; i < msgLen; i++) { in countAsciiSeptets()465 return msgLen; in countAsciiSeptets()504 int msgLen = msg.length(); in encode7bitAscii() local505 for (int i = 0; i < msgLen; i++) { in encode7bitAscii()
41 typedef void (*MessageHandlerFunc_t)(uint32_t msgNum, const void *msgData, size_t msgLen);