Home
last modified time | relevance | path

Searched refs:getInputBufferSize (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareBase.h48 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
H A DAudioHardwareInterface.h250 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount) = 0;
/aosp12/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp113 size_t AudioHardwareBase::getInputBufferSize(uint32_t sampleRate, int format, int channelCount) in getInputBufferSize() function in android_audio_legacy::AudioHardwareBase
H A DA2dpAudioInterface.cpp203 size_t A2dpAudioInterface::getInputBufferSize(uint32_t sampleRate, int format, int channelCount) in getInputBufferSize() function in android_audio_legacy::A2dpAudioInterface
205 return mHardwareInterface->getInputBufferSize(sampleRate, format, channelCount); in getInputBufferSize()
H A DA2dpAudioInterface.h52 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
H A DAudioDumpInterface.cpp251 size_t AudioDumpInterface::getInputBufferSize(uint32_t sampleRate, int format, int channelCount) in getInputBufferSize() function in android::AudioDumpInterface
253 return mFinalInterface->getInputBufferSize(sampleRate, format, channelCount); in getInputBufferSize()
H A DAudioDumpInterface.h149 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount);
/aosp12/frameworks/av/media/libaudiohal/include/media/audiohal/
H A DDeviceHalInterface.h66 virtual status_t getInputBufferSize(const struct audio_config *config,
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DDeviceHalLocal.h60 virtual status_t getInputBufferSize(const struct audio_config *config,
H A DDeviceHalHidl.h67 virtual status_t getInputBufferSize(const struct audio_config *config,
H A DDeviceHalHidl.cpp172 status_t DeviceHalHidl::getInputBufferSize( in getInputBufferSize() function in android::CPP_VERSION::DeviceHalHidl
178 Return<void> ret = mDevice->getInputBufferSize( in getInputBufferSize()
H A DDeviceHalLocal.cpp99 status_t DeviceHalLocal::getInputBufferSize( in getInputBufferSize() function in android::CPP_VERSION::DeviceHalLocal
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DPrimaryDevice.cpp69 Return<void> PrimaryDevice::getInputBufferSize(const AudioConfig& config, in getInputBufferSize() function in android::hardware::audio::CPP_VERSION::implementation::PrimaryDevice
71 return mDevice->getInputBufferSize(config, _hidl_cb); in getInputBufferSize()
H A DDevice.cpp138 Return<void> Device::getInputBufferSize(const AudioConfig& config, getInputBufferSize_cb _hidl_cb) { in getInputBufferSize() function in android::hardware::audio::CPP_VERSION::implementation::Device
/aosp12/frameworks/av/media/libaudioclient/aidl/android/media/
H A DIAudioFlingerService.aidl117 long getInputBufferSize(int sampleRate, in getInputBufferSize() method
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DIAudioFlinger.h247 virtual size_t getInputBufferSize(uint32_t sampleRate, audio_format_t format,
392 size_t getInputBufferSize(uint32_t sampleRate, audio_format_t format,
594 Status getInputBufferSize(int32_t sampleRate, media::audio::common::AudioFormat format,
H A DAudioSystem.h192 static status_t getInputBufferSize(uint32_t sampleRate, audio_format_t format,
626 status_t getInputBufferSize(uint32_t sampleRate, audio_format_t format,
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/
H A DDevice.h63 Return<void> getInputBufferSize(const AudioConfig& config,
H A DPrimaryDevice.h53 Return<void> getInputBufferSize(const AudioConfig& config,
/aosp12/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp409 size_t AudioFlingerClientAdapter::getInputBufferSize(uint32_t sampleRate, audio_format_t format, in getInputBufferSize() function in android::AudioFlingerClientAdapter
419 mDelegate->getInputBufferSize(sampleRateAidl, formatAidl, channelMaskAidl, in getInputBufferSize()
940 Status AudioFlingerServerAdapter::getInputBufferSize(int32_t sampleRate, in getInputBufferSize() function in android::AudioFlingerServerAdapter
948 size_t size = mDelegate->getInputBufferSize(sampleRateLegacy, formatLegacy, channelMaskLegacy); in getInputBufferSize()
H A DAudioSystem.cpp417 status_t AudioSystem::getInputBufferSize(uint32_t sampleRate, audio_format_t format, in getInputBufferSize() function in android::AudioSystem
423 return afc->getInputBufferSize(sampleRate, format, channelMask, buffSize); in getInputBufferSize()
671 status_t AudioSystem::AudioFlingerClient::getInputBufferSize( in getInputBufferSize() function in android::AudioSystem::AudioFlingerClient
682 size_t inBuffSize = af->getInputBufferSize(sampleRate, format, channelMask); in getInputBufferSize()
/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.h487 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channels);
/aosp12/hardware/interfaces/audio/2.0/
H A DIDevice.hal100 getInputBufferSize(AudioConfig config)
/aosp12/hardware/interfaces/audio/4.0/
H A DIDevice.hal98 getInputBufferSize(AudioConfig config)
/aosp12/hardware/interfaces/audio/5.0/
H A DIDevice.hal98 getInputBufferSize(AudioConfig config)

12