Searched refs:AudioSharedMemoryImpl (Results 1 – 1 of 1) sorted by relevance
50 ~AudioSharedMemoryImpl();63 AudioSharedMemoryImpl::AudioSharedMemoryImpl(size_t size, const std::string &name) in AudioSharedMemoryImpl() function in OHOS::AudioStandard::AudioSharedMemoryImpl69 AudioSharedMemoryImpl::AudioSharedMemoryImpl(int fd, size_t size, const std::string &name) in AudioSharedMemoryImpl() function in OHOS::AudioStandard::AudioSharedMemoryImpl76 AudioSharedMemoryImpl::~AudioSharedMemoryImpl() in ~AudioSharedMemoryImpl()82 int32_t AudioSharedMemoryImpl::Init() in Init()113 void AudioSharedMemoryImpl::Close() in Close()129 uint8_t *AudioSharedMemoryImpl::GetBase() in GetBase()134 size_t AudioSharedMemoryImpl::GetSize() in GetSize()144 int AudioSharedMemoryImpl::GetFd() in GetFd()151 …std::shared_ptr<AudioSharedMemoryImpl> sharedMemory = std::make_shared<AudioSharedMemoryImpl>(size… in CreateFormLocal()[all …]