Searched refs:NBAIO_Port (Results 1 – 2 of 2) sorted by relevance
94 class NBAIO_Port : public RefBase {131 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), in NBAIO_Port() function133 virtual ~NBAIO_Port() { } in ~NBAIO_Port()143 class NBAIO_Sink : public NBAIO_Port {226 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) in NBAIO_Port() function235 class NBAIO_Source : public NBAIO_Port {324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) in NBAIO_Port() function
135 ssize_t NBAIO_Port::negotiate(const NBAIO_Format offers[], size_t numOffers, in negotiate()