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

/frameworks/av/include/media/nbaio/
H A DNBAIO.h83 // Callbacks used by NBAIO_Sink::writeVia() and NBAIO_Source::readVia() below.
235 class NBAIO_Source : public NBAIO_Port { class in namespace:android
324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) function in class:android::NBAIO_Source
326 virtual ~NBAIO_Source() { }
/frameworks/av/media/libnbaio/include/
H A DNBAIO.h83 // Callbacks used by NBAIO_Sink::writeVia() and NBAIO_Source::readVia() below.
235 class NBAIO_Source : public NBAIO_Port { class in namespace:android
324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) function in class:android::NBAIO_Source
326 virtual ~NBAIO_Source() { }

Completed in 70 milliseconds