OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertSoundModelToHal
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.cpp
215
auto result =
convertSoundModelToHal
(&halSoundModel, sound_model);
228
auto result =
convertSoundModelToHal
(&halSoundModel, sound_model);
241
convertSoundModelToHal
(&halSoundModel, sound_model);
551
void SoundTriggerHalHidl::
convertSoundModelToHal
(ISoundTriggerHw::SoundModel *halModel,
560
std::pair<bool, sp<IMemory>> SoundTriggerHalHidl::
convertSoundModelToHal
(
564
convertSoundModelToHal
(&halModel->header, soundModel);
575
convertSoundModelToHal
(&halKeyPhraseModel->common, soundModel);
585
return
convertSoundModelToHal
(&halKeyPhraseModel->common, soundModel);
SoundTriggerHalHidl.h
157
void
convertSoundModelToHal
(ISoundTriggerHw::SoundModel *halModel,
159
std::pair<bool, sp<IMemory>>
convertSoundModelToHal
(
Completed in 261 milliseconds