Home
last modified time | relevance | path

Searched refs:mNextModelId (Results 1 – 6 of 6) 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()
/hardware/interfaces/soundtrigger/2.2/default/
DSoundTriggerHw.h166 volatile atomic_uint_fast32_t mNextModelId; member
DSoundTriggerHw.cpp272 SoundTriggerHw::SoundTriggerHw() : mModuleName("primary"), mHwDevice(NULL), mNextModelId(1) {} in SoundTriggerHw()
314 atomic_fetch_add_explicit(&mNextModelId, (uint_fast32_t)1, memory_order_acq_rel); in nextUniqueModelId()
/hardware/interfaces/soundtrigger/2.3/default/
DSoundTriggerHw.h187 volatile atomic_uint_fast32_t mNextModelId; member
DSoundTriggerHw.cpp269 SoundTriggerHw::SoundTriggerHw() : mModuleName("primary"), mHwDevice(NULL), mNextModelId(1) {} in SoundTriggerHw()
309 modelId = atomic_fetch_add_explicit(&mNextModelId, (uint_fast32_t)1, in nextUniqueModelId()