Home
last modified time | relevance | path

Searched defs:acquireNativeHandle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/
H A DCore.java167 public UntypedHandle acquireNativeHandle(int handle); in acquireNativeHandle() method
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/
H A DCrtResource.java182 protected void acquireNativeHandle(long handle) { in acquireNativeHandle() method in CrtResource
/aosp_15_r20/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
H A DCoreImpl.java159 public UntypedHandle acquireNativeHandle(int handle) { in acquireNativeHandle() method in CoreImpl