Searched refs:nextUniqueId (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHalHidl.h182 uint32_t nextUniqueId();
H A DSoundTriggerHalHidl.cpp157 modelId = nextUniqueId();
405 uint32_t SoundTriggerHalHidl::nextUniqueId() function in class:android::SoundTriggerHalHidl
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1858 audio_module_handle_t handle = (audio_module_handle_t) nextUniqueId(AUDIO_UNIQUE_ID_USE_MODULE);
2045 *output = nextUniqueId(AUDIO_UNIQUE_ID_USE_OUTPUT);
2186 audio_io_handle_t id = nextUniqueId(AUDIO_UNIQUE_ID_USE_OUTPUT);
2357 *input = nextUniqueId(AUDIO_UNIQUE_ID_USE_INPUT);
2595 // Check for that before calling the internal API nextUniqueId().
2600 return nextUniqueId(use);
2814 audio_unique_id_t AudioFlinger::nextUniqueId(audio_unique_id_use_t use) function in class:android::AudioFlinger
H A DAudioFlinger.h193 // This is the binder API. For the internal API see nextUniqueId().
637 audio_unique_id_t nextUniqueId(audio_unique_id_use_t use);
H A DPatchPanel.cpp408 *handle = (audio_patch_handle_t) audioflinger->nextUniqueId(AUDIO_UNIQUE_ID_USE_PATCH);
H A DThreads.cpp1321 effectId = mAudioFlinger->nextUniqueId(AUDIO_UNIQUE_ID_USE_EFFECT);

Completed in 65 milliseconds