Searched refs:mNextModelId (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/soundtrigger/2.0/default/ |
D | SoundTriggerHalImpl.h | 171 volatile atomic_uint_fast32_t mNextModelId; variable
|
D | SoundTriggerHalImpl.cpp | 250 : 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/ |
D | SoundTriggerHw.h | 166 volatile atomic_uint_fast32_t mNextModelId; member
|
D | SoundTriggerHw.cpp | 272 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/ |
D | SoundTriggerHw.h | 187 volatile atomic_uint_fast32_t mNextModelId; member
|
D | SoundTriggerHw.cpp | 269 SoundTriggerHw::SoundTriggerHw() : mModuleName("primary"), mHwDevice(NULL), mNextModelId(1) {} in SoundTriggerHw() 309 modelId = atomic_fetch_add_explicit(&mNextModelId, (uint_fast32_t)1, in nextUniqueModelId()
|