Home
last modified time | relevance | path

Searched refs:IDLE (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DSoundRecorder.java54 private State mState = State.IDLE;
61 IDLE, RECORDING, PLAYING enumConstant
77 if (mState != State.IDLE) { in startRecording()
123 mState = State.IDLE; in startRecording()
131 mState = State.IDLE; in startRecording()
158 if (mState != State.IDLE) { in startPlay()
239 mState = State.IDLE; in startPlay()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DEnvelopeADSR.java25 private static final int IDLE = 0; field in EnvelopeADSR
38 private int mSstate = IDLE;
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DEnvelopeADSR.java25 private static final int IDLE = 0; field in EnvelopeADSR
38 private int mSstate = IDLE;