Searched defs:mLatch (Results 1 – 3 of 3) sorted by relevance
| /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ | ||
| D | FullScreenTask.java | 215 CountDownLatch mLatch = new CountDownLatch(1); field in FullScreenTask.SetProperty |
| /external/sl4a/Utils/src/com/googlecode/android_scripting/future/ | ||
| D | FutureResult.java | 29 private final CountDownLatch mLatch = new CountDownLatch(1); field in FutureResult |
| /external/v4l2_codec2/tests/c2_e2e_test/src/org/chromium/c2/test/ | ||
| D | E2eTestActivity.java | 38 private CountDownLatch mLatch; field in E2eTestActivity |