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