HomeSort by relevance Sort by last modified time
    Searched defs:mFence (Results 1 - 4 of 4) sorted by null

  /frameworks/native/include/gui/
ConsumerBase.h 183 // mFence is a fence which will signal when the buffer associated with
187 sp<Fence> mFence;
BufferQueue.h 270 // mFence is a fence that will signal when the buffer is idle.
271 sp<Fence> mFence;
509 // mFence, below.)
512 // mFence is a fence which will signal when work initiated by the
520 // buffer, and mFence is set to NO_FENCE.
521 sp<Fence> mFence;
  /frameworks/base/services/java/com/android/server/location/
GeofenceState.java 35 public final Geofence mFence;
51 mFence = fence;
72 boolean inside = mDistanceToCenter <= Math.max(mFence.getRadius(), location.getAccuracy());
95 return Math.abs(mFence.getRadius() - mDistanceToCenter);
112 return String.format("%s d=%.0f %s", mFence.toString(), mDistanceToCenter, state);
GeofenceManager.java 132 if (geofence.equals(w.mFence) && intent.equals(w.mIntent)) {
159 if (fence.equals(state.mFence)) {
420 pw.append(state.mFence.toString());

Completed in 285 milliseconds