Home
last modified time | relevance | path

Searched refs:mMelWorker (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/
DMelProcessor.cpp120 mMelWorker("MelWorker#" + pointerString(), mCallback), in MelProcessor()
136 mMelWorker.run(); in MelProcessor()
282 mMelWorker.momentaryExposure(mel, mDeviceId); in addMelValue_l()
295 mMelWorker.newMelValues(mMelValues, mCurrentIndex, mDeviceId); in addMelValue_l()
301 mMelWorker.mCondVar.notify_one(); in addMelValue_l()
365 mMelWorker.stop(); in onLastStrongRef()
366 ALOGV("%s: Stopped thread: %s for device %d", __func__, mMelWorker.mThreadName.c_str(), in onLastStrongRef()
/system/media/audio_utils/include/audio_utils/
DMelProcessor.h211 MelWorker mMelWorker; // spawns thread for asynchronous callbacks, variable