Home
last modified time | relevance | path

Searched defs:category (Results 1 – 25 of 165) sorted by relevance

1234567

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_unit_test.cpp58 AVCodecCategory category; variable
118 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
216 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
327 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
343 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
359 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
376 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
393 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
410 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
427 AVCodecCategory category = AVCodecCategory::AVCODEC_SOFTWARE; variable
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/logging/
H A DMetricsLogger.java91 public void visible(int category) throws IllegalArgumentException { in visible()
100 public void hidden(int category) throws IllegalArgumentException { in hidden()
110 public void visibility(int category, boolean visible) in visibility()
123 public void visibility(int category, int vis) in visibility()
130 public void action(int category) { in action()
137 public void action(int category, int value) { in action()
144 public void action(int category, boolean value) { in action()
151 public void action(int category, String pkg) { in action()
179 public static void visibility(Context context, int category, int vis) in visibility()
186 public static void action(Context context, int category) { in action()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
H A DLogWriter.java29 void visible(Context context, int source, int category, int latency); in visible()
34 void hidden(Context context, int category, int visibleTime); in hidden()
39 void clicked(int category, String key); in clicked()
44 void changed(int category, String key, int value); in changed()
49 void action(Context context, int category, Pair<Integer, Object>... taggedData); in action()
54 void action(Context context, int category, int value); in action()
59 void action(Context context, int category, boolean value); in action()
64 void action(Context context, int category, String pkg); in action()
H A DEventLogWriter.java33 public void visible(Context context, int source, int category, int latency) { in visible()
43 public void hidden(Context context, int category, int visibleTime) { in hidden()
66 public void changed(int category, String key, int value) { in changed()
84 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { in action()
96 public void action(Context context, int category, int value) { in action()
101 public void action(Context context, int category, boolean value) { in action()
106 public void action(Context context, int category, String pkg) { in action()
H A DMetricsFeatureProvider.java80 public void visible(Context context, int source, int category, int latency) { in visible()
92 public void hidden(Context context, int category, int visibleTime) { in hidden()
104 public void clicked(int category, String key) { in clicked()
117 public void changed(int category, String key, int value) { in changed()
129 public void action(Context context, int category, Pair<Integer, Object>... taggedData) { in action()
138 public void action(Context context, int category, String pkg) { in action()
153 public void action(Context context, int category, int value) { in action()
159 public void action(Context context, int category, boolean value) { in action()
/aosp14/frameworks/base/core/java/android/nfc/cardemulation/
H A DAidGroup.java53 final String category; field in AidGroup
63 public AidGroup(List<String> aids, String category) { in AidGroup()
88 AidGroup(String category, String description) { in AidGroup()
173 String category = null; in createFromXml() local
225 static boolean isValidCategory(String category) { in isValidCategory()
H A DCardEmulation.java203 public boolean isDefaultServiceForCategory(ComponentName service, String category) { in isDefaultServiceForCategory()
269 public boolean categoryAllowsForegroundPreference(String category) { in categoryAllowsForegroundPreference()
299 public int getSelectionModeForCategory(String category) { in getSelectionModeForCategory()
347 public boolean registerAidsForService(ComponentName service, String category, in registerAidsForService()
505 public List<String> getAidsForService(ComponentName service, String category) { in getAidsForService()
542 public boolean removeAidsForService(ComponentName service, String category) { in removeAidsForService()
797 public boolean setDefaultServiceForCategory(ComponentName service, String category) { in setDefaultServiceForCategory()
865 public List<ApduServiceInfo> getServices(String category) { in getServices()
887 public List<ApduServiceInfo> getServices(String category, int userId) { in getServices()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventStore.java123 synchronized EventHistory getEventHistory(@EventCategory int category, String key) { in getEventHistory()
136 synchronized EventHistoryImpl getOrCreateEventHistory(@EventCategory int category, String key) { in getOrCreateEventHistory()
149 synchronized void deleteEventHistory(@EventCategory int category, String key) { in deleteEventHistory()
157 synchronized void deleteEventHistories(@EventCategory int category) { in deleteEventHistories()
179 synchronized void pruneOrphanEventHistories(@EventCategory int category, in pruneOrphanEventHistories()
/aosp14/frameworks/base/core/java/android/nfc/
H A DINfcCardEmulation.aidl29 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category); in isDefaultServiceForCategory()
31 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category); in setDefaultServiceForCategory()
36 AidGroup getAidGroupForService(int userHandle, in ComponentName service, String category); in getAidGroupForService()
37 boolean removeAidGroupForService(int userHandle, in ComponentName service, String category); in removeAidGroupForService()
38 List<ApduServiceInfo> getServices(int userHandle, in String category); in getServices()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H A Dcpu_perf_scope.h46const BASE_NS::string_view category, const BASE_NS::string_view subCategory, const BASE_NS::string… in CpuPerfScopeInternal()
76 #define RENDER_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument
79 #define RENDER_CPU_PERF_SCOPE(category, subCategory, name) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dcpu_perf_scope.h44const BASE_NS::string_view category, const BASE_NS::string_view subCategory, const BASE_NS::string… in CpuPerfScope()
73 #define CORE_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument
76 #define CORE_CPU_PERF_SCOPE(category, subCategory, name) \ argument
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
H A DThemeOverlayApplierTest.java82 ALL_CATEGORIES_MAP.put(category, in ALL_CATEGORIES_MAP.put() argument
83 new OverlayIdentifier(TEST_DISABLED_PREFIX + category)); in ALL_CATEGORIES_MAP.put()
299 String category, boolean enabled) { in createOverlayInfo()
/aosp14/frameworks/base/core/proto/android/nfc/
H A Daid_group.proto28 optional string category = 1; field
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp108 std::string category = reinterpret_cast<const char*>(cur->name); in InitRule() local
115 void PhoneNumberRule::ParseXmlNode(xmlNodePtr cur, std::string& category) in ParseXmlNode()
173 void PhoneNumberRule::SetRules(std::string& category, icu::UnicodeString& content, std::string& val… in SetRules()
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/system_sound_manager/include/
H A Dtone_attrs.h40int32_t category) : title_(title), fileName_(fileName), uri_(uri), custType_(custType), category_(… in ToneAttrs()
84 void SetCategory(const int32_t category) in SetCategory()
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
H A DBenchmarkRegistry.java97 @BenchmarkCategory int getCategory(int category) { in getCategory()
139 int category = getCategory(testCategory); in parseBenchmarkGroup() local
193 public static String getCategoryString(int category) { in getCategoryString()
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_impl.cpp64 …ret = syncer_->RegisterDataNotifier([this](const SessionDataCategory category, const std::string& … in CastSessionFromRemote()
74 int32_t RemoteSessionSinkImpl::HandleSessionDataCategory(const SessionDataCategory category) in HandleSessionDataCategory()
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DBrightnessConfiguration.java133 public BrightnessCorrection getCorrectionByCategory(@ApplicationInfo.Category int category) { in getCorrectionByCategory()
202 final int category = entry.getKey(); in writeToParcel() local
370 final int category = entry.getKey(); in saveToXml() local
442 final int category = parser.getAttributeInt(null, ATTR_CATEGORY, -1); in loadFromXml() local
477 final int category = entry.getKey(); in loadFromXml() local
617 public Builder addCorrectionByCategory(@ApplicationInfo.Category int category, in addCorrectionByCategory()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_object_registry.h38 ObjectCategoryBits category; member
187 BASE_NS::vector<IClassInfo::ConstPtr> GetAllTypes(ObjectCategoryBits category) const in GetAllTypes()
245 …ector<BASE_NS::shared_ptr<IObject>> GetObjectInstancesByCategory(ObjectCategoryBits category) const in GetObjectInstancesByCategory()
/aosp14/frameworks/base/core/proto/android/service/
H A Drestricted_image.proto37 optional string category = 1; field
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock_factory.cpp30AVCodecCategory category) in GetCapabilityByCategory()
/ohos5.0/drivers/liteos/hievent/include/
H A Dhievent_driver.h41 char category; member
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
H A DTileUtilsTest.java436 public static ResolveInfo newInfo(boolean systemApp, String category) { in newInfo()
440 private static ResolveInfo newInfo(boolean systemApp, String category, String keyHint) { in newInfo()
444 private static ResolveInfo newInfo(boolean systemApp, String category, String keyHint, in newInfo()
449 private static ResolveInfo newInfo(boolean systemApp, String category, String keyHint, in newInfo()
478 private static Bundle newMetaData(String category, String keyHint, String iconUri, in newMetaData()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppSearchShortcutInfoTest.java36 final String category = in testBuildShortcutAndGetValue() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp64 uint16_t category = UCPTRIE_FAST_GET(trie, UCPTRIE_8, static_cast<int32_t>(str[index])); in GetNextBreakPos() local
238 …uint16_t category = UCPTRIE_FAST_GET(reinterpret_cast<UCPTrie*>(lineBreakTrie_), UCPTRIE_8, utf16); in IsBreakPos() local
249 …uint16_t category = UCPTRIE_FAST_GET(reinterpret_cast<UCPTrie*>(lineBreakTrie_), UCPTRIE_8, utf16); in IsBreakPos() local

1234567