Home
last modified time | relevance | path

Searched refs:StreamState (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java27 import com.android.systemui.plugins.VolumeDialogController.StreamState;
37 @DependsOn(target = StreamState.class)
67 @ProvidesInterface(version = StreamState.VERSION)
68 public static final class StreamState { class
81 public StreamState copy() { in copy()
82 final StreamState rt = new StreamState(); in copy()
102 public final SparseArray<StreamState> states = new SparseArray<>();
148 final StreamState ss = states.valueAt(i); in toString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java87 VolumeDialogController.StreamState ss = new VolumeDialogController.StreamState(); in createShellState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java500 private StreamState streamStateW(int stream) {
501 StreamState ss = mState.states.get(stream);
503 ss = new StreamState();
515 final StreamState ss = streamStateW(stream);
528 final StreamState ss = streamStateW(stream);
537 final StreamState ss = streamStateW(stream);
560 final StreamState ss = streamStateW(stream);
1080 final StreamState ss = streamStateW(stream); in onRemoteUpdate()
DVolumeDialogImpl.java96 import com.android.systemui.plugins.VolumeDialogController.StreamState;
485 final StreamState ss = mState.states.get(AudioManager.STREAM_RING); in initRingerH()
652 final StreamState ss = mState.states.get(AudioManager.STREAM_RING); in maybeShowToastH()
822 final StreamState ss = mState.states.get(AudioManager.STREAM_RING); in updateRingerH()
942 final StreamState ss = state.states.valueAt(i); in onStateChangedH()
972 final StreamState ss = mState.states.get(row.stream); in updateVolumeRowH()
1208 private String getStreamLabelH(StreamState ss) {
1453 private StreamState ss;
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.h463 enum StreamState { enum
DCamera3OutputStream.h322 static bool shouldLogError(status_t res, StreamState state);
DCamera3OutputStream.cpp236 StreamState state = mState; in returnBufferCheckedLocked()
649 bool Camera3OutputStream::shouldLogError(status_t res, StreamState state) { in shouldLogError()