Searched refs:mSoundDose (Results 1 – 4 of 4) sorted by relevance
63 explicit MelCallback(SoundDose* soundDose) : mSoundDose(*soundDose) {} in MelCallback()70 SoundDose& mSoundDose; // must outlive MelCallback, not owning variable
172 ChildInterface<sounddose::SoundDose> mSoundDose; variable
124 mSoundDose.onNewMelValues(mels, offset, length, deviceId); in onNewMelValues()144 mSoundDose.onMomentaryExposure(currentMel, deviceId); in onMomentaryExposure()
229 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()