Searched defs:PipeReader (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libnbaio/
H A DPipeReader.cpp17 #define LOG_TAG "PipeReader"
22 #include <media/nbaio/PipeReader.h>
26 PipeReader::PipeReader(Pipe& pipe) : function in class:android::PipeReader
29 // any data already in the pipe is not visible to this PipeReader
37 PipeReader::~PipeReader()
48 ssize_t PipeReader::availableToRead()
67 ssize_t PipeReader::read(void *buffer, size_t count)
/frameworks/av/include/media/nbaio/
H A DPipeReader.h24 // PipeReader is safe for only a single thread
25 class PipeReader : public NBAIO_Source { class in namespace:android
29 // Construct a PipeReader and associate it with a Pipe
31 PipeReader(Pipe& pipe);
32 virtual ~PipeReader();

Completed in 114 milliseconds