/aosp12/frameworks/av/services/camera/libcameraservice/utils/ |
H A D | TagMonitor.cpp | 87 uint32_t tag; in parseTagsToMonitor() local 129 for (auto tag : mMonitoredTagList) { in monitorMetadata() local 139 const std::string& cameraId, uint32_t tag, const CameraMetadata& metadata) { in monitorSingleMetadata() 207 for (uint32_t tag : mMonitoredTagList) { in dumpMonitoredMetadata() local 246 void TagMonitor::printData(int fd, const uint8_t *data_ptr, uint32_t tag, in printData()
|
/aosp12/system/keymaster/ng/include/ |
H A D | keymaster_tags.h | 95 constexpr TagType typeFromTag(Tag tag) { in typeFromTag() 255 template <Tag tag> inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument
|
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/ |
H A D | keymaster_tags.h | 76 constexpr TagType typeFromTag(Tag tag) { in typeFromTag() 247 inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_info.h | 32 GestureInfo(std::string tag, GestureTypeName type, bool isSystemGesture) in GestureInfo() 39 explicit GestureInfo(std::string tag) : tag_(std::move(tag)) {} in GestureInfo() 81 void SetTag(std::string tag) in SetTag() 126 void SetDisposeTag(bool tag) in SetDisposeTag()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/component/ |
H A D | ParsedPermissionUtils.java | 48 String tag = "<" + parser.getName() + ">"; in parsePermission() local 161 String tag = "<" + parser.getName() + ">"; in parsePermissionTree() local 204 String tag = "<" + parser.getName() + ">"; in parsePermissionGroup() local
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
H A D | ActionTestsBase.java | 80 private static void assertActionKey(final String tag, final KeyboardLayoutSet layoutSet, in assertActionKey() 89 protected void doTestActionKey(final String tag, final InputMethodSubtype subtype, in doTestActionKey() 96 protected void doTestActionKey(final String tag, final InputMethodSubtype subtype, in doTestActionKey()
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | UserTokenWatcher.java | 44 public UserTokenWatcher(Callback callback, Handler handler, String tag) { in UserTokenWatcher() 65 public void acquire(IBinder token, String tag, @UserIdInt int userId) { in acquire() 142 private InnerTokenWatcher(int userId, Handler handler, String tag) { in InnerTokenWatcher()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerInternal.java | 29 String tag, int id, Notification notification, int userId); in enqueueNotification() 31 String tag, int id, int userId); in cancelNotification() 34 boolean isNotificationShown(String pkg, String tag, int notificationId, int userId); in isNotificationShown()
|
/aosp12/frameworks/rs/script_api/ |
H A D | Scanner.cpp | 117 bool Scanner::findTag(const char* tag) { in findTag() 126 bool Scanner::findOptionalTag(const char* tag) { in findOptionalTag() 136 void Scanner::skipUntilTag(const char* tag) { in skipUntilTag()
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | MinikinInternal.h | 61 HbBlob(const HbFaceUniquePtr& face, uint32_t tag) in HbBlob() 63 HbBlob(const HbFontUniquePtr& font, uint32_t tag) in HbBlob()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
H A D | ExtensionFragmentListener.java | 40 private ExtensionFragmentListener(View view, String tag, int id, Extension<T> extension) { in ExtensionFragmentListener() 64 public static <T> void attachExtensonToFragment(View view, String tag, int id, in attachExtensonToFragment()
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | mifare_ultralight_tag.cpp | 22 MifareUltralightTag::MifareUltralightTag(std::weak_ptr<TagInfo> tag) in MifareUltralightTag() 51 std::shared_ptr<MifareUltralightTag> MifareUltralightTag::GetTag(std::weak_ptr<TagInfo> tag) in GetTag()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/ |
H A D | nine_path_listener_test.cpp | 41 const std::string tag = "npTc"; variable 76 const std::string tag = "npTc"; variable
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_dumper_test.cpp | 75 std::string tag = "tag"; variable 130 std::string tag = "tag"; variable 176 std::string tag = "tag"; variable 224 std::string tag = "tag"; variable 270 std::string tag = "tag"; variable 316 std::string tag = "tag"; variable 363 std::string tag = "tag"; variable 410 std::string tag = "tag"; variable 462 std::string tag = "tag"; variable 510 std::string tag = "tag"; variable
|
/aosp12/frameworks/base/services/core/java/com/android/server/utils/quota/ |
H A D | QuotaTracker.java | 193 public boolean isWithinQuota(int userId, @NonNull String packageName, @Nullable String tag) { in isWithinQuota() 312 void scheduleAlarm(@AlarmManager.AlarmType int type, long triggerAtMillis, String tag, in scheduleAlarm() 342 @Nullable String tag); in maybeUpdateQuotaStatus() 390 @Nullable String tag); in isWithinQuotaLocked() 393 @Nullable final String tag) { in postQuotaStatusChanged() 413 @Nullable String tag); in getInQuotaTimeElapsedLocked() 422 @Nullable final String tag) { in maybeScheduleStartAlarmLocked() 448 @NonNull final String packageName, @Nullable final String tag) { in cancelScheduledStartAlarmLocked()
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/ |
H A D | trace.h | 22 ScopedTraceArgs(uint64_t tag, const char* format, Args&&... args) in ScopedTraceArgs() 45 ScopedTrace(uint64_t tag, bool enabled, const char* name) in ScopedTrace()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | LogWriter.java | 44 public LogWriter(int priority, String tag) { in LogWriter() 54 public LogWriter(int priority, String tag, int buffer) { in LogWriter()
|
/aosp12/frameworks/base/core/java/android/nfc/tech/ |
H A D | NfcA.java | 57 public static NfcA get(Tag tag) { in get() 67 public NfcA(Tag tag) throws RemoteException { in NfcA()
|
H A D | NfcF.java | 57 public static NfcF get(Tag tag) { in get() 67 public NfcF(Tag tag) throws RemoteException { in NfcF()
|
/aosp12/system/media/camera/fuzz/ |
H A D | libcamera_metadata_fuzzer.cpp | 34 uint32_t tag = *reinterpret_cast<const uint32_t*>(data + i); in LLVMFuzzerTestOneInput() local 78 for (auto tag: tags){ in LLVMFuzzerTestOneInput() local
|
/aosp12/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | exif_utils.cpp | 161 const ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LATITUDE); in SetGpsLatitude() local 189 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_LONGITUDE); in SetGpsLongitude() local 217 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_ALTITUDE); in SetGpsAltitude() local 268 ExifTag tag = static_cast<ExifTag>(EXIF_TAG_GPS_PROCESSING_METHOD); in SetGpsProcessingMethod() local 383 ExifIfd ifd, ExifTag tag, ExifFormat format, uint64_t components, in AddVariableLengthEntry() 418 std::unique_ptr<ExifEntry> ExifUtils::AddEntry(ExifIfd ifd, ExifTag tag) { in AddEntry()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | SpannedStringNoCopyTest.java | 115 public int getSpanStart(Object tag) { in getSpanStart() 120 public int getSpanEnd(Object tag) { in getSpanEnd() 125 public int getSpanFlags(Object tag) { in getSpanFlags()
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | LogFake.cpp | 52 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 60 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() 69 extern "C" int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/notification/ |
H A D | DialerNotificationManager.java | 48 @NonNull Context context, @NonNull String tag, int id, @NonNull Notification notification) { in notify() 67 public static void cancel(@NonNull Context context, @NonNull String tag, int id) { in cancel() 108 @NonNull StatusBarNotification[] notifications, @NonNull String tag, int id) { in findGroupKey()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | NetworkNotificationManagerTest.java | 196 final String tag = NetworkNotificationManager.tagFor(id); in verifyTitleByNetwork() local 248 final String tag = NetworkNotificationManager.tagFor(id); in testNotificationsShownAndCleared() local 267 final String tag = NetworkNotificationManager.tagFor(102); in testNoInternetNotificationsNotShownForCellular() local 340 final String tag = TEST_NOTIF_TAG; in testDuplicatedNotificationsSignInThenNoInternet() local 360 final String tag = TEST_NOTIF_TAG; in testClearNotificationByType() local
|