/hardware/interfaces/audio/aidl/android/hardware/audio/core/sounddose/ |
D | ISoundDose.aidl | 76 void onMomentaryExposureWarning(float currentDbA, in AudioDevice audioDevice); in onMomentaryExposureWarning() argument 103 void onNewMelValues(in MelRecord melRecord, in AudioDevice audioDevice); in onNewMelValues() argument
|
/hardware/interfaces/audio/aidl/sounddose/aidl_api/android.hardware.audio.core.sounddose/current/android/hardware/audio/core/ |
D | ISoundDose.aidl | 43 …nMomentaryExposureWarning(float currentDbA, in android.media.audio.common.AudioDevice audioDevice); in onMomentaryExposureWarning() argument 44 ….IHalSoundDoseCallback.MelRecord melRecord, in android.media.audio.common.AudioDevice audioDevice); in onNewMelValues() argument
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core.sounddose/2/android/hardware/audio/core/sounddose/ |
D | ISoundDose.aidl | 44 …nMomentaryExposureWarning(float currentDbA, in android.media.audio.common.AudioDevice audioDevice); in onMomentaryExposureWarning() argument 45 ….IHalSoundDoseCallback.MelRecord melRecord, in android.media.audio.common.AudioDevice audioDevice); in onNewMelValues() argument
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core.sounddose/current/android/hardware/audio/core/sounddose/ |
D | ISoundDose.aidl | 44 …nMomentaryExposureWarning(float currentDbA, in android.media.audio.common.AudioDevice audioDevice); in onMomentaryExposureWarning() argument 45 ….IHalSoundDoseCallback.MelRecord melRecord, in android.media.audio.common.AudioDevice audioDevice); in onNewMelValues() argument
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core.sounddose/1/android/hardware/audio/core/sounddose/ |
D | ISoundDose.aidl | 44 …nMomentaryExposureWarning(float currentDbA, in android.media.audio.common.AudioDevice audioDevice); in onMomentaryExposureWarning() argument 45 ….IHalSoundDoseCallback.MelRecord melRecord, in android.media.audio.common.AudioDevice audioDevice); in onNewMelValues() argument
|
/hardware/interfaces/audio/aidl/default/include/core-impl/ |
D | SoundDose.h | 38 const ::aidl::android::media::audio::common::AudioDevice& audioDevice) = 0; 54 const ::aidl::android::media::audio::common::AudioDevice& audioDevice) override;
|
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/current/android/hardware/tv/input/ |
D | TvInputDeviceInfo.aidl | 41 android.media.audio.common.AudioDevice audioDevice;
|
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/2/android/hardware/tv/input/ |
D | TvInputDeviceInfo.aidl | 41 android.media.audio.common.AudioDevice audioDevice;
|
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/1/android/hardware/tv/input/ |
D | TvInputDeviceInfo.aidl | 41 android.media.audio.common.AudioDevice audioDevice;
|
/hardware/interfaces/tv/input/aidl/android/hardware/tv/input/ |
D | TvInputDeviceInfo.aidl | 35 AudioDevice audioDevice;
|
/hardware/interfaces/audio/aidl/default/alsa/ |
D | Utils.cpp | 224 const ::aidl::android::media::audio::common::AudioDevice& audioDevice, bool isInput) { in getDeviceProfile() 225 if (audioDevice.address.getTag() != AudioDeviceAddress::Tag::alsa) { in getDeviceProfile() 226 LOG(ERROR) << __func__ << ": not alsa address: " << audioDevice.toString(); in getDeviceProfile() 229 auto& alsaAddress = audioDevice.address.get<AudioDeviceAddress::Tag::alsa>(); in getDeviceProfile() 238 .isExternal = !audioDevice.type.connection.empty()}; in getDeviceProfile()
|
D | Utils.h | 71 const ::aidl::android::media::audio::common::AudioDevice& audioDevice, bool isInput);
|
/hardware/interfaces/audio/aidl/default/ |
D | SoundDose.cpp | 73 void SoundDose::setAudioDevice(const AudioDevice& audioDevice) { in setAudioDevice() argument 75 mAudioDevice = audioDevice; in setAudioDevice()
|
/hardware/interfaces/audio/common/7.0/ |
D | types.hal | 214 * See 'audioDevice' in audio_policy_configuration.xsd for the
|