Home
last modified time | relevance | path

Searched refs:onNewMelValues (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DSoundDose.cpp100 void SoundDose::onNewMelValues(const std::vector<float>& mels, size_t offset, size_t length, in onNewMelValues() function in aidl::android::hardware::audio::core::sounddose::SoundDose
116 mCallback->onNewMelValues(melRecord, mAudioDevice.value()); in onNewMelValues()
119 void SoundDose::MelCallback::onNewMelValues(const std::vector<float>& mels, size_t offset, in onNewMelValues() function in aidl::android::hardware::audio::core::sounddose::SoundDose::MelCallback
124 mSoundDose.onNewMelValues(mels, offset, length, deviceId); in onNewMelValues()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DSoundDose.h66 void onNewMelValues(const std::vector<float>& mels, size_t offset, size_t length,
73 void onNewMelValues(const std::vector<float>& mels, size_t offset, size_t length,
/hardware/interfaces/audio/aidl/android/hardware/audio/core/sounddose/
DISoundDose.aidl103 void onNewMelValues(in MelRecord melRecord, in AudioDevice audioDevice); in onNewMelValues() method
/hardware/interfaces/audio/aidl/sounddose/aidl_api/android.hardware.audio.core.sounddose/current/android/hardware/audio/core/
DISoundDose.aidl44 …oneway void onNewMelValues(in android.hardware.audio.core.ISoundDose.IHalSoundDoseCallback.MelReco… in onNewMelValues() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core.sounddose/2/android/hardware/audio/core/sounddose/
DISoundDose.aidl45 …oneway void onNewMelValues(in android.hardware.audio.core.sounddose.ISoundDose.IHalSoundDoseCallba… in onNewMelValues() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core.sounddose/current/android/hardware/audio/core/sounddose/
DISoundDose.aidl45 …oneway void onNewMelValues(in android.hardware.audio.core.sounddose.ISoundDose.IHalSoundDoseCallba… in onNewMelValues() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core.sounddose/1/android/hardware/audio/core/sounddose/
DISoundDose.aidl45 …oneway void onNewMelValues(in android.hardware.audio.core.sounddose.ISoundDose.IHalSoundDoseCallba… in onNewMelValues() method
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp4269 ndk::ScopedAStatus onNewMelValues(
4296 ndk::ScopedAStatus AudioCoreSoundDose::NoOpHalSoundDoseCallback::onNewMelValues( in onNewMelValues() function in AudioCoreSoundDose::NoOpHalSoundDoseCallback