Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DEglRenderer.java535 public void releaseEglSurface(final Runnable completionCallback) { in releaseEglSurface() argument
547 completionCallback.run(); in releaseEglSurface()
552 completionCallback.run(); in releaseEglSurface()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMediaPlayer.java197 scheduleEventAtOffset(duration, completionCallback); in MediaInfo()
453 private static final MediaEvent completionCallback = new MediaEvent() { field in ShadowMediaPlayer
901 postEvent(completionCallback);
/external/python/pycparser/utils/benchmark/inputs/
Dredis.c.ppout2205 static void completionCallback(const char *buf, linenoiseCompletions *lc) {
3102 linenoiseSetCompletionCallback(completionCallback);