Home
last modified time | relevance | path

Searched defs:mojoResult (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java204 int mojoResult = nativeClose(mojoHandle); in close() local
231 int mojoResult = nativeWriteMessage(pipeHandle.getMojoHandle(), bytes, in writeMessage() local
436 private static ResultAnd<ByteBuffer> newResultAndBuffer(int mojoResult, ByteBuffer buffer) { in newResultAndBuffer()
452 int mojoResult, byte[] data, int[] rawHandles) { in newReadMessageResult()
462 private static ResultAnd<Integer> newResultAndInteger(int mojoResult, int numBytesRead) { in newResultAndInteger()
468 int mojoResult, int mojoHandle1, int mojoHandle2) { in newNativeCreationResult()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libmojo_jni_headers/gen/jni/
DCoreImpl_jni.h304 JniIntWrapper mojoResult, in Java_CoreImpl_newResultAndBuffer()
324 JniIntWrapper mojoResult, in Java_CoreImpl_newReadMessageResult()
345 JniIntWrapper mojoResult, in Java_CoreImpl_newResultAndInteger()
366 JniIntWrapper mojoResult, in Java_CoreImpl_newNativeCreationResult()