Home
last modified time | relevance | path

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

/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DHandleBase.java25 private int mMojoHandle; field in HandleBase
37 mMojoHandle = mojoHandle; in HandleBase()
47 int mojoHandle = otherAsHandleImpl.mMojoHandle; in HandleBase()
48 otherAsHandleImpl.mMojoHandle = CoreImpl.INVALID_HANDLE; in HandleBase()
49 mMojoHandle = mojoHandle; in HandleBase()
57 if (mMojoHandle != CoreImpl.INVALID_HANDLE) { in close()
59 int handle = mMojoHandle; in close()
60 mMojoHandle = CoreImpl.INVALID_HANDLE; in close()
78 return mMojoHandle != CoreImpl.INVALID_HANDLE; in isValid()
102 int result = mMojoHandle; in releaseNativeHandle()
[all …]