Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h183 class StreamWorkerCommonLogic : public ::android::hardware::audio::common::StreamLogic {
198 StreamWorkerCommonLogic(StreamContext* context, DriverInterface* driver) in StreamWorkerCommonLogic() function
265 class StreamInWorkerLogic : public StreamWorkerCommonLogic {
269 : StreamWorkerCommonLogic(context, driver) {} in StreamInWorkerLogic()
279 class StreamOutWorkerLogic : public StreamWorkerCommonLogic {
283 : StreamWorkerCommonLogic(context, driver), in StreamOutWorkerLogic()
/hardware/interfaces/audio/aidl/default/
DStream.cpp108 pid_t StreamWorkerCommonLogic::getTid() const { in getTid()
116 std::string StreamWorkerCommonLogic::init() { in init()
137 void StreamWorkerCommonLogic::populateReply(StreamDescriptor::Reply* reply, in populateReply()
151 void StreamWorkerCommonLogic::populateReplyWrongState( in populateReplyWrongState()