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

/frameworks/av/include/media/nbaio/
H A DNBAIO.h94 class NBAIO_Port : public RefBase { class in namespace:android
131 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), function in class:android::NBAIO_Port
133 virtual ~NBAIO_Port() { }
143 class NBAIO_Sink : public NBAIO_Port {
226 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0)
235 class NBAIO_Source : public NBAIO_Port {
324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0)
/frameworks/av/media/libnbaio/include/
H A DNBAIO.h94 class NBAIO_Port : public RefBase { class in namespace:android
131 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), function in class:android::NBAIO_Port
133 virtual ~NBAIO_Port() { }
143 class NBAIO_Sink : public NBAIO_Port {
226 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0)
235 class NBAIO_Source : public NBAIO_Port {
324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0)

Completed in 1078 milliseconds