Searched refs:GetInputBuffer (Results 1 – 9 of 9) sorted by relevance
85 int32_t ret = GetInputBuffer(bufferPtr, size); in WriteAudioBuffer()100 int32_t MediaMonitorClient::GetInputBuffer(std::shared_ptr<DumpBuffer> &buffer, int32_t size) in GetInputBuffer() function in OHOS::Media::MediaMonitor::MediaMonitorClient
50 virtual int32_t GetInputBuffer(std::shared_ptr<DumpBuffer> &buffer, int32_t size) = 0;
39 int32_t GetInputBuffer(std::shared_ptr<DumpBuffer> &buffer, int32_t size) override;
52 std::shared_ptr<AudioBuffersManager> GetInputBuffer() const noexcept;
52 std::shared_ptr<DataSource> GetInputBuffer();
82 int32_t GetInputBuffer(std::shared_ptr<DumpBuffer> &buffer, int32_t size) override;
96 int32_t ret = GetInputBuffer(buffer, size); in HandleGetInputBuffer()
204 int32_t MediaMonitorService::GetInputBuffer(std::shared_ptr<DumpBuffer> &buffer, int32_t size) in GetInputBuffer() function in OHOS::Media::MediaMonitor::MediaMonitorService
232 std::shared_ptr<AudioBuffersManager> AudioCodecWorker::GetInputBuffer() const noexcept in GetInputBuffer() function in OHOS::MediaAVCodec::AudioCodecWorker