Searched defs:Pipe (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libnbaio/
H A DPipe.cpp17 #define LOG_TAG "Pipe"
23 #include <media/nbaio/Pipe.h>
28 Pipe::Pipe(size_t maxFrames, const NBAIO_Format& format, void *buffer) : function in class:android::Pipe
38 Pipe::~Pipe()
46 ssize_t Pipe::write(const void *buffer, size_t count)
/frameworks/av/include/media/nbaio/
H A DPipe.h24 // Pipe is multi-thread safe for readers (see PipeReader), but safe for only a single writer thread.
27 class Pipe : public NBAIO_Sink { class in namespace:android
35 Pipe(size_t maxFrames, const NBAIO_Format& format, void *buffer = NULL);
38 virtual ~Pipe();
63 volatile int32_t mReaders; // number of PipeReader clients currently attached to this Pipe
/frameworks/native/libs/input/tests/
H A DTestHelpers.h26 class Pipe { class in namespace:android
31 Pipe() { function in class:android::Pipe
39 ~Pipe() {

Completed in 759 milliseconds