Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp862 class StreamCommonLogic : public StreamLogic { class
864 StreamCommonLogic(const StreamContext& context, StreamLogicDriver* driver, in StreamCommonLogic() function in StreamCommonLogic
928 class StreamReaderLogic : public StreamCommonLogic {
932 : StreamCommonLogic(context, driver, eventReceiver) {} in StreamReaderLogic()
1011 class StreamWriterLogic : public StreamCommonLogic {
1015 : StreamCommonLogic(context, driver, eventReceiver) {} in StreamWriterLogic()