| /hardware/google/aemu/snapshot/include/snapshot/ | 
| D | LazySnapshotObj.h | 24 namespace base { class Stream; }  variable44     LazySnapshotObj(base::Stream*) : mNeedRestore(true) {}  in LazySnapshotObj()
 
 | 
| /hardware/interfaces/audio/core/all-versions/default/include/core/default/ | 
| D | Stream.h | 55 struct Stream : public IStream, public ParametersUtil {  struct65     // Methods from ::android::hardware::audio::CPP_VERSION::IStream follow.  argument
 126      audio_stream_t* mStream;  argument
 
 | 
| /hardware/google/aemu/base/include/aemu/base/utils/ | 
| D | stream.h | 27 typedef struct Stream Stream;  typedef
 | 
| /hardware/google/camera/common/hal/common/ | 
| D | hal_types.h | 117 struct Stream {  struct119   StreamType stream_type = StreamType::kOutput;  argument
 125   StreamRotation rotation = StreamRotation::kRotation0;  argument
 134   StreamUseCase use_case = ANDROID_SCALER_AVAILABLE_STREAM_USE_CASES_DEFAULT;  argument
 149   std::vector<Stream> streams;  argument
 
 | 
| /hardware/google/aemu/host-common/testing/ | 
| D | HostAddressSpace.h | 26 class Stream;  variable
 | 
| /hardware/interfaces/audio/aidl/common/tests/ | 
| D | streamworker_tests.cpp | 35     struct Stream {  struct in TestWorkerLogic36         void setErrorStatus() { status = Status::ABORT; }  in setErrorStatus()
 37         void setStopStatus() { status = Status::EXIT; }  in setStopStatus()
 38         std::atomic<Status> status = Status::CONTINUE;
 
 | 
| /hardware/google/aemu/base/include/aemu/base/ | 
| D | SubAllocator.h | 23 class Stream;  variable
 | 
| /hardware/google/aemu/base/include/aemu/base/async/ | 
| D | DefaultLooper.h | 29 class Stream;  variable
 | 
| /hardware/libhardware/modules/usbcamera/ | 
| D | Stream.cpp | 36 Stream::Stream(int id, camera3_stream_t *s)  in Stream()  function in usb_camera_hal::Stream
 | 
| /hardware/libhardware/modules/camera/3_0/ | 
| D | Stream.cpp | 35 Stream::Stream(int id, camera3_stream_t *s)  in Stream()  function in default_camera_hal::Stream
 | 
| /hardware/google/camera/devices/EmulatedCamera/hwl/ | 
| D | EmulatedCameraDeviceSessionHWLImpl.h | 113                                     std::vector<Stream>* /*streams*/) override {  in GetRequiredIntputStreams()
 | 
| /hardware/google/aemu/host-common/include/host-common/ | 
| D | address_space_graphics_types.h | 71 class Stream;  variable
 | 
| /hardware/interfaces/audio/core/all-versions/default/ | 
| D | Stream.cpp | 47 Stream::Stream(bool isInput, audio_stream_t* stream) : mIsInput(isInput), mStream(stream) {  in Stream()  function in android::hardware::audio::CPP_VERSION::implementation::Stream
 |