Searched refs:GetDirectBufferAddress (Results 1 – 14 of 14) sorted by relevance
33 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateMessagePipe()53 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateDataPipe()74 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_CreateSharedBuffer()99 static_cast<MojoHandleSignalsState*>(env->GetDirectBufferAddress(buffer)); in JNI_CoreImpl_QueryHandleSignalsState()117 buffer_start = env->GetDirectBufferAddress(bytes); in JNI_CoreImpl_WriteMessage()126 static_cast<MojoHandle*>(env->GetDirectBufferAddress(handles_buffer)); in JNI_CoreImpl_WriteMessage()186 buffer_start = env->GetDirectBufferAddress(elements); in JNI_CoreImpl_ReadData()236 void* buffer_start = env->GetDirectBufferAddress(elements); in JNI_CoreImpl_WriteData()286 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in JNI_CoreImpl_Duplicate()324 void* buffer_start = env->GetDirectBufferAddress(buffer); in JNI_CoreImpl_Unmap()[all …]
28 uint8_t* data = static_cast<uint8_t*>(env->GetDirectBufferAddress(buffer)); in Java_org_brotli_wrapper_common_CommonJNI_nativeSetDictionaryData()
61 static_cast<char*>(env->GetDirectBufferAddress(model_buffer)); in Java_com_example_android_smartreply_SmartReplyClient_loadJNI()
228 env->GetDirectBufferAddress(byte_buffer); in OnCacheDirectBufferAddress()
223 env->GetDirectBufferAddress(byte_buffer); in OnCacheDirectBufferAddress()
452 (jniEnv->GetDirectBufferAddress(_javaByteBufferObj)); in DeliverFrame()
547 reinterpret_cast<uint8_t*>(jni->GetDirectBufferAddress(j_input_buffer)); in DecodeOnCodecThread()681 uint8_t* payload = reinterpret_cast<uint8_t*>(jni->GetDirectBufferAddress( in DeliverPendingOutputs()
713 reinterpret_cast<uint8_t*>(jni->GetDirectBufferAddress(j_input_buffer)); in EncodeByteBufferOnCodecThread()875 jni->GetDirectBufferAddress(j_output_buffer)); in DeliverPendingOutputs()
1983 reinterpret_cast<uint8_t*>(jni->GetDirectBufferAddress(j_src_buffer)); in JOW()1985 reinterpret_cast<uint8_t*>(jni->GetDirectBufferAddress(j_dst_buffer)); in JOW()
75 char *byteBufferPtr = (*env)->GetDirectBufferAddress(env, byteBuffer); in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()
329 char* src_data_raw = static_cast<char*>(env->GetDirectBufferAddress(src)); in Java_org_tensorflow_lite_Tensor_writeDirectBuffer()
319 static_cast<char*>(env->GetDirectBufferAddress(model_buffer)); in Java_org_tensorflow_lite_NativeInterpreterWrapper_createModelWithBuffer()
759 void* (JNICALL *GetDirectBufferAddress)1850 void* GetDirectBufferAddress(jobject buf) { in GetDirectBufferAddress() function1851 return functions->GetDirectBufferAddress(this, buf); in GetDirectBufferAddress()
9105 return reinterpret_cast<jlong>(env->GetDirectBufferAddress(buffer)); in NativeCrypto_getDirectBufferAddress()