Home
last modified time | relevance | path

Searched refs:explicit (Results 1 – 25 of 1718) sorted by relevance

12345678910>>...69

/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h164 explicit KeymasterResponse(int32_t ver) in KeymasterResponse()
257 explicit SupportedPaddingModesRequest(int32_t ver) in SupportedPaddingModesRequest()
268 explicit SupportedResponse(int32_t ver) in SupportedResponse()
307 explicit SupportedAlgorithmsResponse(int32_t ver) in SupportedAlgorithmsResponse()
313 explicit SupportedBlockModesResponse(int32_t ver) in SupportedBlockModesResponse()
319 explicit SupportedPaddingModesResponse(int32_t ver) in SupportedPaddingModesResponse()
330 explicit SupportedImportFormatsResponse(int32_t ver) in SupportedImportFormatsResponse()
354 explicit GenerateKeyResponse(int32_t ver) in GenerateKeyResponse()
578 explicit ImportKeyResponse(int32_t ver) in ImportKeyResponse()
663 explicit GetVersionRequest(uint32_t /* ver */ = 0)
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DCommandAction.h74 explicit StartGroupAction(unsigned int pPosition);
82 explicit EndGroupAction(unsigned int pPosition);
90 explicit WholeArchiveAction(unsigned int pPosition);
98 explicit NoWholeArchiveAction(unsigned int pPosition);
106 explicit AsNeededAction(unsigned int pPosition);
114 explicit NoAsNeededAction(unsigned int pPosition);
122 explicit AddNeededAction(unsigned int pPosition);
130 explicit NoAddNeededAction(unsigned int pPosition);
138 explicit BDynamicAction(unsigned int pPosition);
146 explicit BStaticAction(unsigned int pPosition);
[all …]
/aosp12/art/runtime/
H A Dscoped_thread_state_change.h106 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(JNIEnv* env)
109 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(Thread* self)
116 explicit ScopedObjectAccessAlreadyRunnable(JavaVM* vm) in ScopedObjectAccessAlreadyRunnable()
149 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(JNIEnv* env)
152 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(Thread* self)
159 explicit ScopedObjectAccessUnchecked(JavaVM* vm) ALWAYS_INLINE in ScopedObjectAccessUnchecked()
173 ALWAYS_INLINE explicit ScopedObjectAccess(JNIEnv* env)
177 ALWAYS_INLINE explicit ScopedObjectAccess(Thread* self)
188 explicit ScopedObjectAccess(JavaVM* vm) SHARED_LOCK_FUNCTION(Locks::mutator_lock_) in ScopedObjectAccess()
198 ALWAYS_INLINE explicit ScopedThreadSuspension(Thread* self, ThreadState suspended_state)
H A Dfault_handler.h82 explicit FaultHandler(FaultManager* manager);
99 explicit NullPointerHandler(FaultManager* manager);
117 explicit SuspensionHandler(FaultManager* manager);
127 explicit StackOverflowHandler(FaultManager* manager);
137 explicit JavaStackTraceHandler(FaultManager* manager);
H A Doffsets.h30 constexpr explicit Offset(size_t val) : val_(val) {} in Offset()
55 constexpr explicit FrameOffset(size_t val) : Offset(val) {} in FrameOffset()
64 constexpr explicit ThreadOffset(size_t val) : Offset(val) {} in ThreadOffset()
73 constexpr explicit MemberOffset(size_t val) : Offset(val) {} in MemberOffset()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DDump.h92 explicit DumpAPCCommand(text::Printer* printer, IDiagnostics* diag) in DumpAPCCommand()
124 explicit DumpBadgingCommand(text::Printer* printer, IDiagnostics* diag) in DumpBadgingCommand()
141 explicit DumpConfigsCommand(text::Printer* printer, IDiagnostics* diag) in DumpConfigsCommand()
151 explicit DumpPackageNameCommand(text::Printer* printer, IDiagnostics* diag) in DumpPackageNameCommand()
161 explicit DumpPermissionsCommand(text::Printer* printer, IDiagnostics* diag) in DumpPermissionsCommand()
175 explicit DumpStringsCommand(text::Printer* printer, IDiagnostics* diag) in DumpStringsCommand()
186 explicit DumpStyleParentCommand(text::Printer* printer, IDiagnostics* diag) in DumpStyleParentCommand()
200 explicit DumpTableCommand(text::Printer* printer, IDiagnostics* diag) in DumpTableCommand()
217 explicit DumpXmlStringsCommand(text::Printer* printer, IDiagnostics* diag) in DumpXmlStringsCommand()
231 explicit DumpXmlTreeCommand(text::Printer* printer, IDiagnostics* diag) in DumpXmlTreeCommand()
[all …]
/aosp12/frameworks/base/libs/hwui/
H A DInterpolator.h47 explicit AccelerateInterpolator(float factor) : mFactor(factor), mDoubleFactor(factor * 2) {} in AccelerateInterpolator()
57 explicit AnticipateInterpolator(float tension) : mTension(tension) {} in AnticipateInterpolator()
66 explicit AnticipateOvershootInterpolator(float tension) : mTension(tension) {} in AnticipateOvershootInterpolator()
80 explicit CycleInterpolator(float cycles) : mCycles(cycles) {} in CycleInterpolator()
89 explicit DecelerateInterpolator(float factor) : mFactor(factor) {} in DecelerateInterpolator()
103 explicit OvershootInterpolator(float tension) : mTension(tension) {} in OvershootInterpolator()
112 explicit PathInterpolator(std::vector<float>&& x, std::vector<float>&& y) : mX(x), mY(y) {} in PathInterpolator()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DDisplayId.h42 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId()
84 explicit constexpr PhysicalDisplayId(uint64_t id) : DisplayId(id) {} in PhysicalDisplayId()
96 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId()
117 explicit constexpr VirtualDisplayId(DisplayId other) : DisplayId(other) {} in VirtualDisplayId()
121 explicit constexpr HalVirtualDisplayId(BaseId baseId) : VirtualDisplayId(0, baseId) {} in HalVirtualDisplayId()
131 explicit constexpr HalVirtualDisplayId(DisplayId other) : VirtualDisplayId(other) {} in HalVirtualDisplayId()
135 explicit constexpr GpuVirtualDisplayId(BaseId baseId) in GpuVirtualDisplayId()
146 explicit constexpr GpuVirtualDisplayId(DisplayId other) : VirtualDisplayId(other) {} in GpuVirtualDisplayId()
163 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId()
H A DFenceTime.h54 explicit Snapshot(const sp<Fence>& fence);
55 explicit Snapshot(nsecs_t signalTime);
79 explicit FenceTime(const sp<Fence>& fence);
80 explicit FenceTime(sp<Fence>&& fence);
84 explicit FenceTime(nsecs_t signalTime);
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DDisplayId.h42 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId()
84 explicit constexpr PhysicalDisplayId(uint64_t id) : DisplayId(id) {} in PhysicalDisplayId()
96 explicit constexpr PhysicalDisplayId(DisplayId other) : DisplayId(other) {} in PhysicalDisplayId()
117 explicit constexpr VirtualDisplayId(DisplayId other) : DisplayId(other) {} in VirtualDisplayId()
121 explicit constexpr HalVirtualDisplayId(BaseId baseId) : VirtualDisplayId(0, baseId) {} in HalVirtualDisplayId()
131 explicit constexpr HalVirtualDisplayId(DisplayId other) : VirtualDisplayId(other) {} in HalVirtualDisplayId()
135 explicit constexpr GpuVirtualDisplayId(BaseId baseId) in GpuVirtualDisplayId()
146 explicit constexpr GpuVirtualDisplayId(DisplayId other) : VirtualDisplayId(other) {} in GpuVirtualDisplayId()
163 explicit constexpr HalDisplayId(DisplayId other) : DisplayId(other) {} in HalDisplayId()
H A DFenceTime.h54 explicit Snapshot(const sp<Fence>& fence);
55 explicit Snapshot(nsecs_t signalTime);
79 explicit FenceTime(const sp<Fence>& fence);
80 explicit FenceTime(sp<Fence>&& fence);
84 explicit FenceTime(nsecs_t signalTime);
/aosp12/frameworks/base/tools/aapt2/compile/
H A DImage.h34 explicit Image() = default;
74 explicit Range() = default;
75 inline explicit Range(int32_t s, int32_t e) : start(s), end(e) {} in Range()
94 explicit Bounds() = default;
95 inline explicit Bounds(int32_t l, int32_t t, int32_t r, int32_t b) in Bounds()
198 explicit NinePatch() = default;
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DIdmap.h52 explicit OverlayStringPool(const LoadedIdmap* loaded_idmap);
66 explicit OverlayDynamicRefTable(const Idmap_data_header* data_header,
93 explicit Result(uint32_t value) : data_(value) {}; in Result()
94 explicit Result(const Res_value& value) : data_(value) { }; in Result()
97 explicit operator bool() const {
129 explicit IdmapResMap(const Idmap_data_header* data_header,
205 explicit LoadedIdmap(std::string&& idmap_path,
/aosp12/frameworks/base/tools/aapt2/io/
H A DFileStream.h35 explicit FileInputStream(const std::string& path,
39 explicit FileInputStream(int fd, size_t buffer_capacity = kDefaultBufferCapacity);
65 explicit FileOutputStream(const std::string& path,
69 explicit FileOutputStream(int fd, size_t buffer_capacity = kDefaultBufferCapacity);
72 explicit FileOutputStream(android::base::unique_fd fd,
/aosp12/system/extras/simpleperf/
H A Drecord.h148 explicit RecordHeader(const char* p) { in RecordHeader()
441 explicit BuildIdRecord(char* p);
476 explicit AuxTraceInfoRecord(char* p);
500 explicit AuxTraceRecord(char* p);
513 explicit KernelSymbolRecord(char* p);
527 explicit DsoRecord(char* p);
541 explicit SymbolRecord(char* p);
553 explicit TracingDataRecord(char* p);
568 explicit EventIdRecord(char* p);
585 explicit CallChainRecord(char* p);
[all …]
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DOperand.h34 explicit Operand(Type pType);
60 explicit SymOperand(const std::string& pName);
95 explicit IntOperand(uint64_t pValue);
126 explicit SectOperand(const std::string& pName);
159 explicit SectDescOperand(const SectionMap::Output* pOutputDesc);
194 explicit FragOperand(Fragment& pFragment);
/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.h31 explicit PeripheralController(InputDeviceContext& deviceContext);
52 explicit Battery(InputDeviceContext& context, const std::string& name, int32_t id) in Battery()
61 explicit Light(InputDeviceContext& context, const std::string& name, int32_t id, in Light()
82 explicit MonoLight(InputDeviceContext& context, const std::string& name, int32_t id, in MonoLight()
93 explicit RgbLight(InputDeviceContext& context, int32_t id, in RgbLight()
115 explicit MultiColorLight(InputDeviceContext& context, const std::string& name, int32_t id, in MultiColorLight()
126 explicit PlayerIdLight(InputDeviceContext& context, const std::string& name, int32_t id, in PlayerIdLight()
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dlocker.h44 explicit ScopeLock(Locker& locker) : locker_(locker) { in ScopeLock()
58 explicit SequenceEntryScopeLock(Locker& locker) : locker_(locker) { in SequenceEntryScopeLock()
73 explicit SequenceExitScopeLock(Locker& locker) : locker_(locker) { in SequenceExitScopeLock()
89 explicit SequenceWaitScopeLock(Locker& locker) : locker_(locker), error_(false) { in SequenceWaitScopeLock()
113 explicit SequenceCancelScopeLock(Locker& locker) : locker_(locker) { in SequenceCancelScopeLock()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dlocker.h44 explicit ScopeLock(Locker& locker) : locker_(locker) { in ScopeLock()
58 explicit SequenceEntryScopeLock(Locker& locker) : locker_(locker) { in SequenceEntryScopeLock()
73 explicit SequenceExitScopeLock(Locker& locker) : locker_(locker) { in SequenceExitScopeLock()
89 explicit SequenceWaitScopeLock(Locker& locker) : locker_(locker), error_(false) { in SequenceWaitScopeLock()
113 explicit SequenceCancelScopeLock(Locker& locker) : locker_(locker) { in SequenceCancelScopeLock()
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dlocker.h44 explicit ScopeLock(Locker& locker) : locker_(locker) { in ScopeLock()
58 explicit SequenceEntryScopeLock(Locker& locker) : locker_(locker) { in SequenceEntryScopeLock()
73 explicit SequenceExitScopeLock(Locker& locker) : locker_(locker) { in SequenceExitScopeLock()
89 explicit SequenceWaitScopeLock(Locker& locker) : locker_(locker), error_(false) { in SequenceWaitScopeLock()
113 explicit SequenceCancelScopeLock(Locker& locker) : locker_(locker) { in SequenceCancelScopeLock()
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dlocker.h44 explicit ScopeLock(Locker& locker) : locker_(locker) { in ScopeLock()
58 explicit SequenceEntryScopeLock(Locker& locker) : locker_(locker) { in SequenceEntryScopeLock()
73 explicit SequenceExitScopeLock(Locker& locker) : locker_(locker) { in SequenceExitScopeLock()
89 explicit SequenceWaitScopeLock(Locker& locker) : locker_(locker), error_(false) { in SequenceWaitScopeLock()
113 explicit SequenceCancelScopeLock(Locker& locker) : locker_(locker) { in SequenceCancelScopeLock()
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/
H A Dlocker.h45 explicit ScopeLock(Locker& locker) : locker_(locker) { in ScopeLock()
59 explicit SequenceEntryScopeLock(Locker& locker) : locker_(locker) { in SequenceEntryScopeLock()
74 explicit SequenceExitScopeLock(Locker& locker) : locker_(locker) { in SequenceExitScopeLock()
90 explicit SequenceWaitScopeLock(Locker& locker) : locker_(locker), error_(false) { in SequenceWaitScopeLock()
114 explicit SequenceCancelScopeLock(Locker& locker) : locker_(locker) { in SequenceCancelScopeLock()
/aosp12/system/nfc/src/include/
H A DNfcAdaptation.h53 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; }
/aosp12/system/tools/aidl/
H A Dast_cpp.h56 explicit LiteralDecl(const std::string& expression);
119 explicit ArgList(const std::string& single_argument);
120 explicit ArgList(const std::vector<std::string>& arg_list);
121 explicit ArgList(std::vector<std::unique_ptr<AstNode>> arg_list);
259 explicit SwitchStatement(const std::string& expression);
303 explicit IfStatement(AstNode* expression,
319 explicit Statement(std::unique_ptr<AstNode> expression);
320 explicit Statement(AstNode* expression); // Takes possession.
321 explicit Statement(const std::string& expression);
343 explicit LiteralExpression(const std::string& expression);
[all …]
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dlocker.h45 explicit ScopeLock(Locker& locker) : locker_(locker) { in ScopeLock()
59 explicit SequenceEntryScopeLock(Locker& locker) : locker_(locker) { in SequenceEntryScopeLock()
74 explicit SequenceExitScopeLock(Locker& locker) : locker_(locker) { in SequenceExitScopeLock()
90 explicit SequenceWaitScopeLock(Locker& locker) : locker_(locker), error_(false) { in SequenceWaitScopeLock()
114 explicit SequenceCancelScopeLock(Locker& locker) : locker_(locker) { in SequenceCancelScopeLock()

12345678910>>...69