Home
last modified time | relevance | path

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

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