Searched refs:jsrcIpAddress (Results 1 – 1 of 1) sorted by relevance
3497 jbyteArray jsrcIpAddress = static_cast<jbyteArray>( in getDemuxIpAddress() local3499 jsize srcSize = env->GetArrayLength(jsrcIpAddress); in getDemuxIpAddress()3518 env->GetByteArrayRegion(jsrcIpAddress, 0, srcSize, reinterpret_cast<jbyte *>(&srcAddr[0])); in getDemuxIpAddress()3527 env->GetByteArrayRegion(jsrcIpAddress, 0, srcSize, reinterpret_cast<jbyte *>(&srcAddr[0])); in getDemuxIpAddress()