MCPcopy Create free account
hub / github.com/NativeScript/android / NewDirectByteBuffer

Method NewDirectByteBuffer

test-app/runtime/src/main/cpp/JEnv.cpp:797–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797jobject JEnv::NewDirectByteBuffer(void *address, jlong capacity) {
798 jobject jo = m_env->NewDirectByteBuffer(address, capacity);
799 CheckForJavaException();
800 return jo;
801}
802
803void *JEnv::GetDirectBufferAddress(jobject buf) {
804 void *v = m_env->GetDirectBufferAddress(buf);

Callers 4

DirectBufferMethod · 0.80
ConvertArgMethod · 0.80
ConvertArgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected