Home
last modified time | relevance | path

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

/frameworks/av/services/soundtrigger/
DSoundTriggerHalHidl.cpp458 auto castResult_2_1 = V2_1_ISoundTriggerHw::castFrom(s); in toService2_1() local
459 return castResult_2_1.isOk() ? static_cast<sp<V2_1_ISoundTriggerHw>>(castResult_2_1) : nullptr; in toService2_1()