Home | History | Annotate | Download | only in filterfw

Lines Matching defs:HALT

751         public static final int HALT = 4;
910 case Event.HALT:
1159 // Only halt if running. Stopped overrides halt.
1888 /** Halt is like stop, but may be resumed using restart(). */
1889 void halt() {
1890 mCameraRunner.pushEvent(Event.HALT, true);