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

  /frameworks/base/services/core/java/com/android/server/
RescueParty.java 231 private final int triggerCount;
234 public Threshold(int uid, int triggerCount, long triggerWindow) {
236 this.triggerCount = triggerCount;
261 return (count >= triggerCount);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]

Completed in 72 milliseconds