Home | History | Annotate | Download | only in jni

Lines Matching refs:actualLen

937 **                  actualLen: Actual length received.
942 bool PeerToPeer::receive (tJNI_HANDLE jniHandle, UINT8* buffer, UINT16 bufferLen, UINT16& actualLen)
966 actualLen = (UINT16) actualDataLen2;
977 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit; nfa h: 0x%X ok: %u actual len: %u", fn, pConn->mNfaConnHandle, retVal, actualLen);