Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DEglRenderer.java92 private static class HandlerWithExceptionCallback extends Handler { class in EglRenderer
95 public HandlerWithExceptionCallback(Looper looper, Runnable exceptionCallback) { in HandlerWithExceptionCallback() method in EglRenderer.HandlerWithExceptionCallback
221 new HandlerWithExceptionCallback(renderThread.getLooper(), new Runnable() { in init()