Home
last modified time | relevance | path

Searched refs:getInputProfile (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h494 IOProfile *getInputProfile(audio_devices_t device,
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h681 sp<IOProfile> getInputProfile(const sp<DeviceDescriptor> & device,
H A DAudioPolicyManager.cpp2361 profile = getInputProfile(device, profileSamplingRate, profileFormat, profileChannelMask, in getInputForDevice()
6543 sp<IOProfile> AudioPolicyManager::getInputProfile(const sp<DeviceDescriptor> &device, in getInputProfile() function in android::AudioPolicyManager