/aosp12/system/keymaster/include/keymaster/ |
H A D | android_keymaster_messages.h | 164 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 D | CommandAction.h | 74 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 D | scoped_thread_state_change.h | 106 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 D | fault_handler.h | 82 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 D | offsets.h | 30 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 D | Dump.h | 92 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 D | Interpolator.h | 47 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 D | DisplayId.h | 42 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 D | FenceTime.h | 54 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 D | DisplayId.h | 42 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 D | FenceTime.h | 54 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 D | Image.h | 34 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 D | Idmap.h | 52 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 D | FileStream.h | 35 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 D | record.h | 148 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 D | Operand.h | 34 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 D | PeripheralController.h | 31 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 D | locker.h | 44 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 D | locker.h | 44 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 D | locker.h | 44 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 D | locker.h | 44 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 D | locker.h | 45 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 D | NfcAdaptation.h | 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; }
|
/aosp12/system/tools/aidl/ |
H A D | ast_cpp.h | 56 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 D | locker.h | 45 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()
|