Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
DCore.java167 public UntypedHandle acquireNativeHandle(int handle); in acquireNativeHandle() method
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DBindingsVersioningTest.java129 .acquireNativeHandle(expectedHandle) in testOldToNew()
211 .acquireNativeHandle(expectedHandle) in testNewToOld()
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java159 public UntypedHandle acquireNativeHandle(int handle) { in acquireNativeHandle() method in CoreImpl
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/system/impl/
DCoreImplTest.java521 core.acquireNativeHandle(handles.first.releaseNativeHandle()).toMessagePipeHandle(); in testHandleConversion()