Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DHandleBase.java22 private int mMojoHandle; field in HandleBase
34 mMojoHandle = mojoHandle; in HandleBase()
44 int mojoHandle = otherAsHandleImpl.mMojoHandle; in HandleBase()
45 otherAsHandleImpl.mMojoHandle = CoreImpl.INVALID_HANDLE; in HandleBase()
46 mMojoHandle = mojoHandle; in HandleBase()
54 if (mMojoHandle != CoreImpl.INVALID_HANDLE) { in close()
56 int handle = mMojoHandle; in close()
57 mMojoHandle = CoreImpl.INVALID_HANDLE; in close()
67 return mCore.queryHandleSignalsState(mMojoHandle); in querySignalsState()
75 return mMojoHandle != CoreImpl.INVALID_HANDLE; in isValid()
[all …]