Home | History | Annotate | Download | only in manager

Lines Matching refs:STOPPED

43     // In normal operation, the stream should already be stopped by the time we get here
44 if (mStreamState != STOPPED) {
48 mStreamState = STOPPED;
72 ALOGW("Stream unexpectedly stopped");
75 // This is the stream end marker, so send it along, then mark the stream as stopped
77 mStreamState = STOPPED;
80 if (mStreamState == STOPPED) {
81 // A stopped stream gets no frames
126 if (mStreamState != STOPPED) {
143 mStreamState = STOPPED;
196 // so we can go directly to the STOPPED state here on the server.
199 mStreamState = STOPPED;