Home
last modified time | relevance | path

Searched refs:options_buffer (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/android/system/
Dcore_impl.cc103 const JavaParamRef<jobject>& options_buffer) { in CreateMessagePipe() argument
105 if (options_buffer) { in CreateMessagePipe()
106 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in CreateMessagePipe()
109 const size_t buffer_size = env->GetDirectBufferCapacity(options_buffer); in CreateMessagePipe()
123 const JavaParamRef<jobject>& options_buffer) { in CreateDataPipe() argument
125 if (options_buffer) { in CreateDataPipe()
126 const void* buffer_start = env->GetDirectBufferAddress(options_buffer); in CreateDataPipe()
129 const size_t buffer_size = env->GetDirectBufferCapacity(options_buffer); in CreateDataPipe()
143 const JavaParamRef<jobject>& options_buffer, in CreateSharedBuffer() argument
146 if (options_buffer) { in CreateSharedBuffer()
[all …]