/aosp12/frameworks/av/camera/ |
H A D | VendorTagDescriptor.cpp | 131 uint32_t tag, sectionIndex; in readFromParcel() local 206 uint32_t tag = allTags[i]; in readFromParcel() local 271 uint32_t tag, sectionIndex; in writeToParcel() local 334 uint32_t tag = mTagToNameMap.keyAt(i); in dump() local 441 const char* VendorTagDescriptorCache::getSectionName(uint32_t tag, in getSectionName() 454 const char* VendorTagDescriptorCache::getTagName(uint32_t tag, in getTagName() 467 int VendorTagDescriptorCache::getTagType(uint32_t tag, in getTagType() 544 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local 577 uint32_t tag = tagArray[i]; in createDescriptorFromOps() local 748 const char* vendor_tag_descriptor_cache_get_tag_name(uint32_t tag, in vendor_tag_descriptor_cache_get_tag_name() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | rule_cluster.cpp | 106 void FreezeRuleCluster::ParseTagFreeze(xmlNode* tag) in ParseTagFreeze() 115 void FreezeRuleCluster::ParseTagRules(xmlNode* tag) in ParseTagRules() 124 void FreezeRuleCluster::ParseTagRule(xmlNode* tag) in ParseTagRule() 153 void FreezeRuleCluster::ParseTagLinks(xmlNode* tag, FreezeRule& rule) in ParseTagLinks() 189 void FreezeRuleCluster::ParseTagEvent(xmlNode* tag, FreezeResult& result) in ParseTagEvent() 199 void FreezeRuleCluster::ParseTagResult(xmlNode* tag, FreezeResult& result) in ParseTagResult()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | AndroidPrintStream.java | 30 private final String tag; field in AndroidPrintStream 39 public AndroidPrintStream(int priority, String tag) { in AndroidPrintStream()
|
/aosp12/system/logging/liblog/include/log/ |
H A D | log_safetynet.h | 25 #define android_errorWriteLog(tag, subTag) \ argument 28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
/aosp12/system/logging/liblog/include_vndk/log/ |
H A D | log_safetynet.h | 25 #define android_errorWriteLog(tag, subTag) \ argument 28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | AndroidPrintStream.java | 30 private final String tag; field in AndroidPrintStream 39 public AndroidPrintStream(int priority, String tag) { in AndroidPrintStream()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration_creator_manager.cpp | 55 RefPtr<Declaration> DeclarationCreator(const std::string& tag) in DeclarationCreator() 60 const RefPtr<Declaration> DeclarationCreatorManager::CreateDeclaration(const std::string& tag) in CreateDeclaration()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | DropBoxManagerService.java | 288 private Intent createIntent(String tag, long time) { in createIntent() 298 public void sendBroadcast(String tag, long time) { in sendBroadcast() 307 public void maybeDeferBroadcast(String tag, long time) { in maybeDeferBroadcast() 391 public void addData(String tag, byte[] data, int flags) { in addData() 463 public void addEntry(String tag, EntrySource entry, int flags) { in addEntry() 510 public boolean isTagEnabled(String tag) { in isTagEnabled() 587 private synchronized void addLowPriorityTag(String tag) { in addLowPriorityTag() 591 private synchronized void removeLowPriorityTag(String tag) { in removeLowPriorityTag() 826 public final String tag; field in DropBoxManagerService.EntryFile 902 String tag = null; in EntryFile() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_gpu_context_test.cpp | 156 GPUResourceTag tag; variable 173 GPUResourceTag tag; variable 217 GPUResourceTag tag; variable 233 GPUResourceTag tag; variable
|
/aosp12/frameworks/base/core/java/com/android/server/ |
H A D | NetworkManagementSocketTagger.java | 54 public static int setThreadSocketStatsTag(int tag) { in setThreadSocketStatsTag() 75 public void tag(FileDescriptor fd) throws SocketException { in tag() method in NetworkManagementSocketTagger 88 private void tagSocketFd(FileDescriptor fd, int tag, int uid) { in tagSocketFd() 158 private static native int native_tagSocketFd(FileDescriptor fd, int tag, int uid); in native_tagSocketFd() 161 private static native int native_deleteTagData(int tag, int uid); in native_deleteTagData()
|
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/base/ |
H A D | hilog_base.c | 35 static int SendMessage(HilogMsg *header, const char *tag, uint16_t tagLen, const char *fmt, uint16_… in SendMessage() 80 …const LogType type, const LogLevel level, const unsigned int domain, const char *tag, const char *… in HiLogBasePrintArgs() 100 int HiLogBasePrint(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *… in HiLogBasePrint() 114 bool HiLogBaseIsLoggable(unsigned int domain, const char *tag, LogLevel level) in HiLogBaseIsLoggable()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_proxy_test.cpp | 120 std::string tag = "tag"; variable 160 std::string tag = "tag"; variable 200 std::string tag = "tag"; variable 242 std::string tag = "tag"; variable 286 std::string tag = "tag"; variable 328 std::string tag = "tag"; variable 370 std::string tag = "tag"; variable 417 std::string tag = "tag"; variable 459 std::string tag = "tag"; variable 500 std::string tag = "tag"; variable [all …]
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/ |
H A D | camera_example_vendor_tags.cpp | 45 const char* CameraVendorTagExample::GetVendorTagName(const uint32_t tag) in GetVendorTagName() 55 int32_t CameraVendorTagExample::GetVendorTagType(const uint32_t tag) in GetVendorTagType() 70 for (uint32_t tag = start; tag < end; tag++) { in GetAllVendorTags() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_Trace.cpp | 54 jlong tag, jstring nameStr, jlong value) { in android_os_Trace_nativeTraceCounter() 61 jlong tag, jstring nameStr) { in android_os_Trace_nativeTraceBegin() 67 static void android_os_Trace_nativeTraceEnd(JNIEnv*, jclass, jlong tag) { in android_os_Trace_nativeTraceEnd() 72 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceBegin() 79 jlong tag, jstring nameStr, jint cookie) { in android_os_Trace_nativeAsyncTraceEnd()
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | EventLogger.java | 61 public EventLogger(int size, @Nullable String tag) { in EventLogger() 82 public synchronized void enqueueAndLog(String msg, @Event.LogType int logType, String tag) { in enqueueAndLog() 117 void sink(String tag, List<Event> events); in sink() 149 public Event printLog(String tag) { in printLog() 174 public Event printLog(@LogType int type, String tag) { in printLog()
|
/ohos5.0/foundation/multimedia/media_foundation/src/common/ |
H A D | plugin_attr_desc.h | 241 inline bool HasTagInfo(Tag tag) in HasTagInfo() 246 inline const char* GetTagStrName(Tag tag) in GetTagStrName() 254 inline const char* GetTagTypeStrName(Tag tag) in GetTagTypeStrName() 262 inline const Plugins::ValueType* GetTagDefValue(Tag tag) in GetTagDefValue() 335 inline const char* Tag2String(const Tag tag) in Tag2String()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | plugin_attr_desc.h | 241 inline bool HasTagInfo(Tag tag) in HasTagInfo() 246 inline const char* GetTagStrName(Tag tag) in GetTagStrName() 254 inline const char* GetTagTypeStrName(Tag tag) in GetTagTypeStrName() 262 inline const Plugin::ValueType* GetTagDefValue(Tag tag) in GetTagDefValue() 335 inline const char* Tag2String(const Tag tag) in Tag2String()
|
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | tagged_control_delegate.h | 30 TaggedControlDelegate(int32_t tag, in TaggedControlDelegate() 34 int32_t tag() { return tag_; }; in tag() function
|
/aosp12/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeymasterBooleanArgument.java | 31 public KeymasterBooleanArgument(int tag) { in KeymasterBooleanArgument() 42 public KeymasterBooleanArgument(int tag, Parcel in) { in KeymasterBooleanArgument()
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/util/ |
H A D | Debug.java | 37 public static DurationTimer getTimer(String tag) { in getTimer() 47 public static DurationTimer removeTimer(String tag) { in removeTimer()
|
/aosp14/frameworks/base/core/java/android/security/keymaster/ |
H A D | KeymasterBooleanArgument.java | 31 public KeymasterBooleanArgument(int tag) { in KeymasterBooleanArgument() 42 public KeymasterBooleanArgument(int tag, Parcel in) { in KeymasterBooleanArgument()
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | nfcb_tag.cpp | 22 NfcBTag::NfcBTag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::NFC_B_TECH) in NfcBTag() 36 std::shared_ptr<NfcBTag> NfcBTag::GetTag(std::weak_ptr<TagInfo> tag) in GetTag()
|
H A D | nfcf_tag.cpp | 21 NfcFTag::NfcFTag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::NFC_F_TECH) in NfcFTag() 36 std::shared_ptr<NfcFTag> NfcFTag::GetTag(std::weak_ptr<TagInfo> tag) in GetTag()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_ace_performance_monitor.cpp | 20 ScopedMonitor::ScopedMonitor(MonitorTag tag) : tag_(tag) in ScopedMonitor() 41 void ArkUIPerfMonitor::RecordTimeSlice(MonitorTag tag, int64_t duration) {} in RecordTimeSlice() 51 void ArkUIPerfMonitor::SetRecordingStatus(MonitorTag tag, MonitorStatus status) {} in SetRecordingStatus()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/ |
H A D | rs_tag_tracker.cpp | 33 Drawing::GPUResourceTag tag(0, 0, 0, tagType, TagType2String(tagType)); in RSTagTracker() local 95 Drawing::GPUResourceTag tag(ExtractPid(nodeId), 0, nodeId, tagType, name); in RSTagTracker() local 100 RSTagTracker::RSTagTracker(Drawing::GPUContext* gpuContext, Drawing::GPUResourceTag& tag) : gpuCont… in RSTagTracker()
|