Home
last modified time | relevance | path

Searched defs:Stream (Results 1 – 13 of 13) sorted by relevance

/hardware/google/aemu/snapshot/include/snapshot/
DLazySnapshotObj.h24 namespace base { class Stream; } variable
44 LazySnapshotObj(base::Stream*) : mNeedRestore(true) {} in LazySnapshotObj()
/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStream.h55 struct Stream : public IStream, public ParametersUtil { struct
65 // Methods from ::android::hardware::audio::CPP_VERSION::IStream follow. argument
126 audio_stream_t* mStream; argument
/hardware/google/aemu/base/include/aemu/base/utils/
Dstream.h27 typedef struct Stream Stream; typedef
/hardware/google/camera/common/hal/common/
Dhal_types.h117 struct Stream { struct
119 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/
DHostAddressSpace.h26 class Stream; variable
/hardware/interfaces/audio/aidl/common/tests/
Dstreamworker_tests.cpp35 struct Stream { struct in TestWorkerLogic
36 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/
DSubAllocator.h23 class Stream; variable
/hardware/google/aemu/base/include/aemu/base/async/
DDefaultLooper.h29 class Stream; variable
/hardware/libhardware/modules/usbcamera/
DStream.cpp36 Stream::Stream(int id, camera3_stream_t *s) in Stream() function in usb_camera_hal::Stream
/hardware/libhardware/modules/camera/3_0/
DStream.cpp35 Stream::Stream(int id, camera3_stream_t *s) in Stream() function in default_camera_hal::Stream
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.h113 std::vector<Stream>* /*streams*/) override { in GetRequiredIntputStreams()
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics_types.h71 class Stream; variable
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp47 Stream::Stream(bool isInput, audio_stream_t* stream) : mIsInput(isInput), mStream(stream) { in Stream() function in android::hardware::audio::CPP_VERSION::implementation::Stream