Searched refs:mLooper (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DConnectionDetector.cpp109 mLooper(new Looper(true /*allowNonCallback*/)), mInotifyFd(-1) {
110 if (mLooper == nullptr) {
121 if (wd < 0 || !mLooper->addFd(mInotifyFd, POLL_IDENT, Looper::EVENT_INPUT, nullptr, nullptr)) {
128 // mLooper != null && mInotifyFd added to looper
135 mLooper->wake();
214 Looper::setForThread(mLooper);
217 int ret = mLooper->pollOnce(-1);
232 mLooper->removeFd(mInotifyFd);
H A DConnectionDetector.h78 sp<Looper> mLooper; member in class:android::SensorHalExt::FileConnectionDetector
/hardware/google/av/media/sfplugin/
H A DCCodec.cpp114 CCodecWatchdog() : mLooper(new ALooper) {}
117 mLooper->setName("CCodecWatchdog");
118 mLooper->registerHandler(this);
119 mLooper->start();
125 sp<ALooper> mLooper; member in class:android::__anon272::CCodecWatchdog

Completed in 87 milliseconds