Home
last modified time | relevance | path

Searched defs:StreamCommon (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/audio/
Dstream_common.h33 struct StreamCommon { struct
50 const int32_t m_ioHandle;
51 const DeviceAddress m_device;
52 const AudioConfig m_config;
53 const hidl_vec<AudioInOutFlag> m_flags;
Dstream_common.cpp30 StreamCommon::StreamCommon(int32_t ioHandle, in StreamCommon() function in android::hardware::audio::CPP_VERSION::implementation::StreamCommon