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

/frameworks/av/include/media/nbaio/
H A DNBAIO.h91 class NBAIO_Port : public RefBase { class in namespace:android
128 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), function in class:android::NBAIO_Port
130 virtual ~NBAIO_Port() { }
140 class NBAIO_Sink : public NBAIO_Port {
218 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0)
227 class NBAIO_Source : public NBAIO_Port {
305 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0)

Completed in 49 milliseconds