Home
last modified time | relevance | path

Searched refs:mSoundDose (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DSoundDose.h63 explicit MelCallback(SoundDose* soundDose) : mSoundDose(*soundDose) {} in MelCallback()
70 SoundDose& mSoundDose; // must outlive MelCallback, not owning variable
DModule.h172 ChildInterface<sounddose::SoundDose> mSoundDose; variable
/hardware/interfaces/audio/aidl/default/
DSoundDose.cpp124 mSoundDose.onNewMelValues(mels, offset, length, deviceId); in onNewMelValues()
144 mSoundDose.onMomentaryExposure(currentMel, deviceId); in onMomentaryExposure()
DModule.cpp229 asyncCallback, outEventCallback, mSoundDose.getInstance(), params); in createStreamContext()
1370 if (!mSoundDose) { in getSoundDose()
1371 mSoundDose = ndk::SharedRefBase::make<sounddose::SoundDose>(); in getSoundDose()
1373 *_aidl_return = mSoundDose.getInstance(); in getSoundDose()