Searched refs:HandlerWithExceptionCallback (Results 1 – 1 of 1) sorted by relevance
92 private static class HandlerWithExceptionCallback extends Handler { class in EglRenderer95 public HandlerWithExceptionCallback(Looper looper, Runnable exceptionCallback) { in HandlerWithExceptionCallback() method in EglRenderer.HandlerWithExceptionCallback221 new HandlerWithExceptionCallback(renderThread.getLooper(), new Runnable() { in init()