Home
last modified time | relevance | path

Searched defs:ProxyLock (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore/include/keystore/
Dkeystore_concurrency.h87 ProxyLock() : impl_() {} in ProxyLock() function
89 template <typename... Args> ProxyLock(Args&&... args) : impl_{std::forward<Args>(args)...} {} in ProxyLock() function
90 explicit ProxyLock(Implementation&& impl) : impl_(std::move(impl)) {} in ProxyLock() function