Home
last modified time | relevance | path

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

/system/core/trusty/utils/acvp/
Dtrusty_modulewrapper.cpp36 constexpr const char kTrustyDeviceName[] = "/dev/trusty-ipc-dev0"; variable
80 const char* ModuleWrapper::kTrustyDeviceName_ = kTrustyDeviceName;
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp73 constexpr const char kTrustyDeviceName[] = "/dev/trusty-ipc-dev0"; variable
222 auto app = std::make_shared<TrustyApp>(kTrustyDeviceName, kConfirmationuiAppName); in promptUserConfirmation_()