Searched refs:explicit (Results 1 – 25 of 488) sorted by relevance
12345678910>>...20
164 explicit KeymasterMessage(int32_t ver) : message_version(ver) { assert(ver >= 0); } in KeymasterMessage()177 explicit KeymasterResponse(int32_t ver) in KeymasterResponse()193 explicit EmptyKeymasterRequest(int32_t ver) : KeymasterMessage(ver) {} in EmptyKeymasterRequest()202 explicit EmptyKeymasterResponse(int32_t ver) : KeymasterResponse(ver) {} in EmptyKeymasterResponse()211 explicit SupportedAlgorithmsRequest(int32_t ver) : KeymasterMessage(ver) {} in SupportedAlgorithmsRequest()222 explicit SupportedByAlgorithmRequest(int32_t ver) : KeymasterMessage(ver) {} in SupportedByAlgorithmRequest()237 explicit SupportedImportFormatsRequest(int32_t ver) : SupportedByAlgorithmRequest(ver) {} in SupportedImportFormatsRequest()242 explicit SupportedExportFormatsRequest(int32_t ver) : SupportedByAlgorithmRequest(ver) {} in SupportedExportFormatsRequest()247 explicit SupportedByAlgorithmAndPurposeRequest(int32_t ver) : KeymasterMessage(ver) {} in SupportedByAlgorithmAndPurposeRequest()265 explicit SupportedBlockModesRequest(int32_t ver) : SupportedByAlgorithmAndPurposeRequest(ver) {} in SupportedBlockModesRequest()[all …]
27 explicit ConfigValue(std::string);28 explicit ConfigValue(unsigned);29 explicit ConfigValue(std::vector<uint8_t>);30 explicit ConfigValue(std::vector<int8_t>);
53 explicit operator pthread_mutex_t*() { return &mMutex; }65 explicit operator pthread_cond_t*() { return &mCondVar; }77 explicit AutoThreadMutex(ThreadMutex& m);79 explicit operator ThreadMutex&() { return mm; }80 explicit operator pthread_mutex_t*() { return (pthread_mutex_t*)mm; }
50 explicit RWLock(const char* name);51 explicit RWLock(int type, const char* name = nullptr);62 inline explicit AutoRLock(RWLock& rwlock) : mLock(rwlock) { mLock.readLock(); } in AutoRLock()70 inline explicit AutoWLock(RWLock& rwlock) : mLock(rwlock) { mLock.writeLock(); } in AutoWLock()
58 explicit String8(const char* o);59 explicit String8(const char* o, size_t numChars);61 explicit String8(const String16& o);62 explicit String8(const char16_t* o);63 explicit String8(const char16_t* o, size_t numChars);64 explicit String8(const char32_t* o);65 explicit String8(const char32_t* o, size_t numChars);130 inline explicit operator std::string_view() const;
102 explicit Mutex(const char* name);103 explicit Mutex(int type, const char* name = nullptr);132 inline explicit Autolock(Mutex& mutex) ACQUIRE(mutex) : mLock(mutex) { mLock.lock(); } in Autolock()133 inline explicit Autolock(Mutex* mutex) ACQUIRE(mutex) : mLock(*mutex) { mLock.lock(); } in Autolock()
66 explicit NoDestructor(Args&&... args) { in NoDestructor()72 explicit NoDestructor(const T& x) { new (storage_) T(x); } in NoDestructor()73 explicit NoDestructor(T&& x) { new (storage_) T(std::move(x)); } in NoDestructor()
140 explicit LogdLogger(LogId default_log_id = android::base::MAIN);193 explicit operator bool() const { return false; }351 template <typename U> explicit constexpr Storage(U&& u) : v(std::forward<U>(u)) {} in Storage()352 explicit Storage(const Storage& t) = delete;353 explicit Storage(Storage&& t) = delete;359 explicit constexpr Storage(const std::unique_ptr<T>& ptr) : v(ptr.get()) {}363 explicit constexpr Storage(const std::shared_ptr<T>& ptr) : v(ptr.get()) {}459 explicit ScopedLogSeverity(LogSeverity level);
57 constexpr explicit Seconds(uint64_t seconds);91 constexpr explicit Milliseconds(uint64_t milliseconds);140 constexpr explicit Microseconds(uint64_t microseconds);188 constexpr explicit Nanoseconds(uint64_t nanoseconds);
45 explicit NestedDataPtr(DataType nestedData) : data(nestedData) {} in NestedDataPtr()46 explicit NestedDataPtr(void *ptr) { in NestedDataPtr()
40 explicit SystemTimeOverride(Nanoseconds ns) { in SystemTimeOverride()43 explicit SystemTimeOverride(uint64_t ns) { in SystemTimeOverride()
18 explicit BnDeprecated();24 explicit IDeprecatedDelegator(const ::android::sp<IDeprecated> &impl) : _aidl_delegate(impl) {} in IDeprecatedDelegator()
19 explicit BnNamedCallback();25 …explicit INamedCallbackDelegator(const ::android::sp<INamedCallback> &impl) : _aidl_delegate(impl)… in INamedCallbackDelegator()
19 explicit BnOldName();25 explicit IOldNameDelegator(const ::android::sp<IOldName> &impl) : _aidl_delegate(impl) {} in IOldNameDelegator()
19 explicit BnNewName();25 explicit INewNameDelegator(const ::android::sp<INewName> &impl) : _aidl_delegate(impl) {} in INewNameDelegator()
20 explicit BnCircular();26 explicit ICircularDelegator(const ::android::sp<ICircular> &impl) : _aidl_delegate(impl) {} in ICircularDelegator()
80 explicit NL80211Attr(const std::vector<uint8_t>& data) { in NL80211Attr()111 explicit NL80211Attr(const std::vector<uint8_t>& data);122 explicit NL80211Attr(const std::vector<uint8_t>& data) { in NL80211Attr()140 explicit NL80211Attr(const std::vector<uint8_t>& data);157 explicit NL80211NestedAttr(int id);158 explicit NL80211NestedAttr(const std::vector<uint8_t>& data);
75 explicit LiteralExpression(const std::string& value);83 explicit StringLiteralExpression(const std::string& value);154 explicit ExpressionStatement(std::shared_ptr<Expression> expression);177 explicit MethodCall(const std::string& name);204 explicit NewExpression(const std::string& name);224 explicit VariableDeclaration(std::shared_ptr<Variable> lvalue);243 explicit ReturnStatement(std::shared_ptr<Expression> expression);275 explicit Case(const std::string& c);284 explicit SwitchStatement(std::shared_ptr<Expression> expression);