Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 25 of 57) sorted by relevance

123

/hardware/interfaces/audio/aidl/default/alsa/
DUtils.cpp189 std::vector<AudioChannelLayout> getChannelMasksFromProfile(const alsa_device_profile* profile) { in getChannelMasksFromProfile()
254 std::vector<int> getSampleRatesFromProfile(const alsa_device_profile* profile) { in getSampleRatesFromProfile()
280 alsa_device_profile profile; in openProxyForAttachedDevice() local
306 auto profile = readAlsaDeviceInfo(deviceProfile); in openProxyForExternalDevice() local
327 alsa_device_profile profile; in readAlsaDeviceInfo() local
DModuleAlsa.cpp42 auto profile = alsa::readAlsaDeviceInfo(*deviceProfile); in populateConnectedDevicePort() local
/hardware/interfaces/audio/core/all-versions/vts/functional/6.0/
DGenerators.cpp49 for (const auto& profile : ioProfile->getAudioProfiles()) { in generateOutputDeviceConfigParameters() local
112 for (const auto& profile : ioProfile->getAudioProfiles()) { in generateInputDeviceConfigParameters() local
/hardware/interfaces/radio/aidl/compat/libradiocompat/
DDriverContext.cpp23 void DriverContext::addDataProfile(const aidl::data::DataProfileInfo& profile) { in addDataProfile()
/hardware/interfaces/audio/core/all-versions/vts/functional/7.0/
DGenerators.cpp101 for (const auto& profile : mixPort.getProfile()) { in generateOutputDeviceConfigParameters() local
150 for (const auto& profile : mixPort.getProfile()) { in getOutputDeviceInvalidConfigParameters() local
247 for (const auto& profile : mixPort.getProfile()) { in generateInputDeviceConfigParameters() local
295 for (const auto& profile : mixPort.getProfile()) { in getInputDeviceInvalidConfigParameters() local
/hardware/google/av/media/eco/
DECOC2Utils.cpp35 int C2Profile2ECOProfile(C2Config::profile_t profile) { in C2Profile2ECOProfile()
/hardware/google/pixel/thermal/utils/
Dthermal_throttling.cpp67 const std::string profile = ::android::base::GetProperty( in parseProfileProperty() local
333 const auto &profile = thermal_throttling_status_map_[temp.name].profile; in allocatePowerToCdev() local
550 const auto &profile = thermal_throttling_status_map_[sensor_name.data()].profile; in updateCdevRequestBySeverity() local
720 const auto &profile = thermal_throttling_status_map_[sensor_name.data()].profile; in computeCoolingDevicesRequest() local
Dthermal_throttling.h50 std::string profile; member
/hardware/interfaces/audio/aidl/default/
DConfiguration.cpp49 static void fillProfile(AudioProfile* profile, const std::vector<int32_t>& channelLayouts, in fillProfile()
60 AudioProfile profile; in createProfile() local
70 AudioProfile profile; in createProfile() local
DModule.cpp75 const auto& profile = port.profiles.begin(); in generateDefaultPortConfig() local
97 AudioProfile* profile) { in findAudioProfile()
100 [&format](const auto& profile) { return profile.format == format; }); in findAudioProfile()
507 for (auto profile : connectedPort.profiles) { in connectExternalDevice() local
/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp416 static size_t combineAudioConfigs(const AudioPort& port, const AudioProfile& profile, in combineAudioConfigs()
437 static bool isDynamicProfile(const AudioProfile& profile) { in isDynamicProfile()
463 for (const auto& profile : mixPort.profiles) { in generateAudioMixPortConfigs() local
480 for (const auto& profile : devicePort.profiles) { in generateAudioDevicePortConfigs() local
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
Dqc_omx_core.h58 OMX_U32 profile; member
/hardware/qcom/media/msm8996/mm-core/src/common/
Dqc_omx_core.h58 OMX_U32 profile; member
/hardware/qcom/media/msm8974/mm-core/src/common/
Dqc_omx_core.h58 OMX_U32 profile; member
/hardware/qcom/media/msm8998/mm-core/src/common/
Dqc_omx_core.h58 OMX_U32 profile; member
/hardware/interfaces/audio/aidl/default/usb/
DStreamUsb.cpp47 auto profile = alsa::getDeviceProfile(connectedDevice, mIsInput); in setConnectedDevices() local
DModuleUsb.cpp119 auto profile = alsa::getDeviceProfile(audioPort); in onExternalDeviceConnectionChanged() local
/hardware/qcom/sm7250/media/mm-core/src/common/
Dqc_omx_core.h76 OMX_U32 profile; member
/hardware/qcom/sm8150/media/mm-core/src/common/
Dqc_omx_core.h75 OMX_U32 profile; member
/hardware/google/aemu/host-common/
DVpxFrameParser.cpp95 int profile = read_bit(); in parse_vp9_uncompressed_header() local
/hardware/interfaces/automotive/audiocontrol/aidl/default/
DAudioControl.cpp95 const std::vector<int32_t>& sampleRates, AudioProfile* profile) { in fillProfile()
105 AudioProfile profile; in createProfile() local
115 AudioProfile profile; in createProfile() local
/hardware/interfaces/identity/aidl/default/common/
DWritableIdentityCredential.cpp190 SecureAccessControlProfile profile; in addAccessControlProfile() local
DIdentityCredential.cpp387 const SecureAccessControlProfile& profile = *it; in startRetrieval() local
444 for (const SecureAccessControlProfile& profile : remainingAcps) { in startRetrieval() local
/hardware/google/av/media/eco/tests/
DEcoSessionTest.cpp264 int32_t profile; in TEST_F() local
589 int32_t profile; in TEST_F() local
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c83 alsa_device_profile profile; /* The profile of the ALSA device */ member
379 static char *device_get_parameters(const alsa_device_profile *profile, const char * keys) in device_get_parameters()
440 static unsigned int populate_channel_mask_from_profile(const alsa_device_profile* profile, in populate_channel_mask_from_profile()
470 static unsigned int populate_sample_rates_from_profile(const alsa_device_profile* profile, in populate_sample_rates_from_profile()
1918 alsa_device_profile profile; in adev_get_audio_port() local
1951 alsa_device_profile profile; in adev_get_audio_port_v7() local

123