Home
last modified time | relevance | path

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

/hardware/interfaces/soundtrigger/2.0/default/
DSoundTriggerHalImpl.h171 volatile atomic_uint_fast32_t mNextModelId; variable
DSoundTriggerHalImpl.cpp250 : mModuleName("primary"), mHwDevice(NULL), mNextModelId(1) {} in SoundTriggerHalImpl()
292 atomic_fetch_add_explicit(&mNextModelId, (uint_fast32_t)1, memory_order_acq_rel); in nextUniqueModelId()