| /hardware/interfaces/audio/aidl/default/alsa/ |
| D | Utils.cpp | 189 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
|
| D | ModuleAlsa.cpp | 42 auto profile = alsa::readAlsaDeviceInfo(*deviceProfile); in populateConnectedDevicePort() local
|
| /hardware/interfaces/audio/core/all-versions/vts/functional/6.0/ |
| D | Generators.cpp | 49 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/ |
| D | DriverContext.cpp | 23 void DriverContext::addDataProfile(const aidl::data::DataProfileInfo& profile) { in addDataProfile()
|
| /hardware/interfaces/audio/core/all-versions/vts/functional/7.0/ |
| D | Generators.cpp | 101 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/ |
| D | ECOC2Utils.cpp | 35 int C2Profile2ECOProfile(C2Config::profile_t profile) { in C2Profile2ECOProfile()
|
| /hardware/google/pixel/thermal/utils/ |
| D | thermal_throttling.cpp | 67 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
|
| D | thermal_throttling.h | 50 std::string profile; member
|
| /hardware/interfaces/audio/aidl/default/ |
| D | Configuration.cpp | 49 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
|
| D | Module.cpp | 75 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/ |
| D | ModuleConfig.cpp | 416 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/ |
| D | qc_omx_core.h | 58 OMX_U32 profile; member
|
| /hardware/qcom/media/msm8996/mm-core/src/common/ |
| D | qc_omx_core.h | 58 OMX_U32 profile; member
|
| /hardware/qcom/media/msm8974/mm-core/src/common/ |
| D | qc_omx_core.h | 58 OMX_U32 profile; member
|
| /hardware/qcom/media/msm8998/mm-core/src/common/ |
| D | qc_omx_core.h | 58 OMX_U32 profile; member
|
| /hardware/interfaces/audio/aidl/default/usb/ |
| D | StreamUsb.cpp | 47 auto profile = alsa::getDeviceProfile(connectedDevice, mIsInput); in setConnectedDevices() local
|
| D | ModuleUsb.cpp | 119 auto profile = alsa::getDeviceProfile(audioPort); in onExternalDeviceConnectionChanged() local
|
| /hardware/qcom/sm7250/media/mm-core/src/common/ |
| D | qc_omx_core.h | 76 OMX_U32 profile; member
|
| /hardware/qcom/sm8150/media/mm-core/src/common/ |
| D | qc_omx_core.h | 75 OMX_U32 profile; member
|
| /hardware/google/aemu/host-common/ |
| D | VpxFrameParser.cpp | 95 int profile = read_bit(); in parse_vp9_uncompressed_header() local
|
| /hardware/interfaces/automotive/audiocontrol/aidl/default/ |
| D | AudioControl.cpp | 95 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/ |
| D | WritableIdentityCredential.cpp | 190 SecureAccessControlProfile profile; in addAccessControlProfile() local
|
| D | IdentityCredential.cpp | 387 const SecureAccessControlProfile& profile = *it; in startRetrieval() local 444 for (const SecureAccessControlProfile& profile : remainingAcps) { in startRetrieval() local
|
| /hardware/google/av/media/eco/tests/ |
| D | EcoSessionTest.cpp | 264 int32_t profile; in TEST_F() local 589 int32_t profile; in TEST_F() local
|
| /hardware/libhardware/modules/usbaudio/ |
| D | audio_hal.c | 83 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
|