Home
last modified time | relevance | path

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

/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DExoHostedTest.java71 private @MonotonicNonNull HandlerWrapper actionHandler; field in ExoHostedTest
123 schedule.start(player, trackSelector, surface, actionHandler, /* callback= */ null); in setSchedule()
140 actionHandler = Clock.DEFAULT.createHandler(Util.getLooper(), /* callback= */ null); in onStart()
142 pendingSchedule.start(player, trackSelector, surface, actionHandler, /* callback= */ null); in onStart()
228 actionHandler.removeCallbacksAndMessages(null); in stopTest()
233 actionHandler.post(testFinished::open); in stopTest()
284 Util.castNonNull(actionHandler); in isStarted()
/external/libxkbcommon/src/xkbcomp/
Daction.c750 typedef bool (*actionHandler)(struct xkb_context *ctx, typedef
757 static const actionHandler handleAction[_ACTION_TYPE_NUM_ENTRIES] = {