Home
last modified time | relevance | path

Searched defs:tag (Results 251 – 275 of 2019) sorted by relevance

1...<<11121314151617181920>>...81

/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp87 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 Dkeymaster_tags.h95 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 Dkeymaster_tags.h76 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 Dgesture_info.h32 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 DParsedPermissionUtils.java48 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 DActionTestsBase.java80 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 DUserTokenWatcher.java44 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 DNotificationManagerInternal.java29 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 DScanner.cpp117 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 DMinikinInternal.h61 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 DExtensionFragmentListener.java40 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 Dmifare_ultralight_tag.cpp22 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 Dnine_path_listener_test.cpp41 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 Davsession_dumper_test.cpp75 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 DQuotaTracker.java193 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 Dtrace.h22 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 DLogWriter.java44 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 DNfcA.java57 public static NfcA get(Tag tag) { in get()
67 public NfcA(Tag tag) throws RemoteException { in NfcA()
H A DNfcF.java57 public static NfcF get(Tag tag) { in get()
67 public NfcF(Tag tag) throws RemoteException { in NfcF()
/aosp12/system/media/camera/fuzz/
H A Dlibcamera_metadata_fuzzer.cpp34 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 Dexif_utils.cpp161 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 DSpannedStringNoCopyTest.java115 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 DLogFake.cpp52 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 DDialerNotificationManager.java48 @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 DNetworkNotificationManagerTest.java196 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

1...<<11121314151617181920>>...81