Searched refs:NBAIO_Port (Results 1 - 3 of 3) 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)
/frameworks/av/media/libnbaio/
H A DNBAIO.cpp136 ssize_t NBAIO_Port::negotiate(const NBAIO_Format offers[], size_t numOffers,

Completed in 171 milliseconds