Home | History | Annotate | Download | only in soundtrigger

Lines Matching refs:looper

20 import android.os.Looper;
131 // find the looper for our new event handler
132 Looper looper;
134 looper = handler.getLooper();
136 looper = Looper.getMainLooper();
139 // construct the event handler with this looper
140 if (looper != null) {
142 mHandler = new Handler(looper) {