Lines Matching refs:StreamRemoteSubmix
35 StreamRemoteSubmix::StreamRemoteSubmix(StreamContext* context, const Metadata& metadata, in StreamRemoteSubmix() function in aidl::android::hardware::audio::core::StreamRemoteSubmix
46 ::android::status_t StreamRemoteSubmix::init() { in init()
71 ::android::status_t StreamRemoteSubmix::drain(StreamDescriptor::DrainMode) { in drain()
76 ::android::status_t StreamRemoteSubmix::flush() { in flush()
81 ::android::status_t StreamRemoteSubmix::pause() { in pause()
86 ::android::status_t StreamRemoteSubmix::standby() { in standby()
91 ::android::status_t StreamRemoteSubmix::start() { in start()
98 ndk::ScopedAStatus StreamRemoteSubmix::prepareToClose() { in prepareToClose()
121 void StreamRemoteSubmix::shutdown() { in shutdown()
132 ::android::status_t StreamRemoteSubmix::transfer(void* buffer, size_t frameCount, in transfer()
161 ::android::status_t StreamRemoteSubmix::refinePosition(StreamDescriptor::Position* position) { in refinePosition()
179 long StreamRemoteSubmix::getDelayInUsForFrameCount(size_t frameCount) { in getDelayInUsForFrameCount()
184 size_t StreamRemoteSubmix::getStreamPipeSizeInFrames() { in getStreamPipeSizeInFrames()
190 ::android::status_t StreamRemoteSubmix::outWrite(void* buffer, size_t frameCount, in outWrite()
264 ::android::status_t StreamRemoteSubmix::inRead(void* buffer, size_t frameCount, in inRead()
357 new InnerStreamWrapper<StreamRemoteSubmix>(context, metadata, devices.front().address)); in createNewStream()
391 new InnerStreamWrapper<StreamRemoteSubmix>(context, metadata, devices.front().address)); in createNewStream()