Searched defs:ThreadedLooperUtil (Results 1 – 1 of 1) sorted by relevance
728 class ThreadedLooperUtil { class730 explicit ThreadedLooperUtil(const sp<Looper>& looper) : mLooper(looper), mRunning(true) { in ThreadedLooperUtil() function in android::ThreadedLooperUtil