Home
last modified time | relevance | path

Searched defs:ThreadedLooperUtil (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/libutils/
H A DLooper_test.cpp728 class ThreadedLooperUtil { class
730 explicit ThreadedLooperUtil(const sp<Looper>& looper) : mLooper(looper), mRunning(true) { in ThreadedLooperUtil() function in android::ThreadedLooperUtil