Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp125 template <typename T> inline MsgVector<T> hidl2MsgVector(const hidl_vec<T>& v) { in hidl2MsgVector() function
129 inline MsgVector<teeui::UIOption> hidl2MsgVector(const hidl_vec<UIOption>& v) { in hidl2MsgVector() function
419 promptUserConfirmation_(hidl2MsgString(promptText), hidl2MsgVector(extraData), in promptUserConfirmation()
420 hidl2MsgString(locale), hidl2MsgVector(uiOptions)); in promptUserConfirmation()