Home | History | Annotate | Download | only in os

Lines Matching refs:looper

146     // of the Looper.
1055 // Note: only access this once verifying the thread has a Looper.
1159 // durationMillis field if this thread has a Looper we can use
1161 // until the time the looper is idle again (right before
1164 Looper looper = Looper.myLooper();
1166 // Without a Looper, we're unable to time how long the
1173 // its Looper, if any.
1178 // use in unit tests too, rather than waiting on a Looper.
1180 // TODO: if in gather mode, ignore Looper.myLooper() and always
1182 if (looper == null ||
1198 // at the end of this Looper's loop.
1476 Looper looper = Looper.getMainLooper();
1477 if (looper != null) {
1478 MessageQueue mq = looper.mQueue;
2033 * Which violation number this was (1-based) since the last Looper loop,
2035 * via Binder calls). The value is 0 if the root caller wasn't on a Looper