Home
last modified time | relevance | path

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

/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java116 result.setMojoResult(filterMojoResultForWait(code)); in waitMany()
140 result.setMojoResult(filterMojoResultForWait( in wait()
484 private static int filterMojoResultForWait(int code) { in filterMojoResultForWait() method in CoreImpl