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

/frameworks/av/include/media/nbaio/
H A DNBAIO.h92 class NBAIO_Port : public RefBase { class in namespace:android
129 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), function in class:android::NBAIO_Port
131 virtual ~NBAIO_Port() { }
141 class NBAIO_Sink : public NBAIO_Port {
234 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) { }
242 class NBAIO_Source : public NBAIO_Port {
325 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) { }
/frameworks/av/media/libnbaio/
H A DNBAIO.cpp137 ssize_t NBAIO_Port::negotiate(const NBAIO_Format offers[], size_t numOffers,

Completed in 215 milliseconds