Home
last modified time | relevance | path

Searched defs:Stream (Results 1 – 22 of 22) 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/camera/common/hal/common/
Dhal_types.h118 struct Stream { struct
120 StreamType stream_type = StreamType::kOutput; argument
126 StreamRotation rotation = StreamRotation::kRotation0; argument
135 StreamUseCase use_case = ANDROID_SCALER_AVAILABLE_STREAM_USE_CASES_DEFAULT; argument
150 std::vector<Stream> streams; argument
/hardware/google/aemu/base/include/aemu/base/utils/
Dstream.h27 typedef struct Stream Stream; typedef
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h46 class Stream; variable
DVkDecoderGlobalState.h49 class Stream; variable
/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/gfxstream/scripts/print_gfx_logs/
Dprint_gfx_logs_test.py49 def create_dump(stream: Stream) -> bytearray:
Dprint_gfx_logs.py64 class Stream(NamedTuple): class
/hardware/google/gfxstream/host/apigen-codec-common/
DChecksumCalculator.h32 namespace android { namespace base { class Stream; } } variable
/hardware/google/aemu/base/include/aemu/base/
DSubAllocator.h23 class Stream; variable
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAndroidSubAllocator.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.h116 std::vector<Stream>* /*streams*/) override { in GetRequiredIntputStreams()
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
Daddress_space_graphics_types.h71 class Stream; variable
/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics_types.h71 class Stream; variable
/hardware/interfaces/automotive/evs/aidl/impl/default/src/
DEvsVideoEmulatedCamera.cpp513 const evs::Stream* /* streamCfg */) { in Create()
/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
/hardware/google/gfxstream/guest/mesa/include/D3D9/
Dd3d9types.h1751 WORD Stream; member