Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DStream.cpp360 const std::string StreamOutWorkerLogic::kThreadName = "writer";
362 StreamOutWorkerLogic::Status StreamOutWorkerLogic::cycle() { in cycle()
416 StreamOutWorkerLogic::Status status = Status::CONTINUE; in cycle()
595 bool StreamOutWorkerLogic::write(size_t clientSize, StreamDescriptor::Reply* reply) { in write()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h279 class StreamOutWorkerLogic : public StreamWorkerCommonLogic {
282 StreamOutWorkerLogic(StreamContext* context, DriverInterface* driver) in StreamOutWorkerLogic() function
294 using StreamOutWorker = StreamWorkerImpl<StreamOutWorkerLogic>;