Searched refs:wrapper (Results 1 – 4 of 4) sorted by relevance
27 bool AudioBufferManager::wrap(const AudioBuffer& buffer, sp<AudioBufferWrapper>* wrapper) { in wrap() argument32 *wrapper = mBuffers[idx].promote(); in wrap()33 if (*wrapper != nullptr) { in wrap()34 (*wrapper)->getHalBuffer()->frameCount = buffer.frameCount; in wrap()42 *wrapper = tempBuffer; in wrap()43 mBuffers.add(buffer.id, *wrapper); in wrap()
68 bool wrap(const AudioBuffer& buffer, sp<AudioBufferWrapper>* wrapper);
21 * This is a wrapper/wrapped HAL interface for the actual binder interface.
32 * This is a wrapper/wrapped HAL interface for the actual binder interface.