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