Home
last modified time | relevance | path

Searched defs:sectionName (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DTrace.java37 abstract void beginSection(String sectionName); in beginSection()
66 public static void beginSection(String sectionName) { in beginSection()
93 void beginSection(String sectionName) { in beginSection()
108 void beginSection(String sectionName) { in beginSection()
/aosp12/frameworks/base/native/android/
H A Dtrace.cpp24 void ATrace_beginSection(const char* sectionName) { in ATrace_beginSection()
32 void ATrace_beginAsyncSection(const char* sectionName, int32_t cookie) { in ATrace_beginAsyncSection()
36 void ATrace_endAsyncSection(const char* sectionName, int32_t cookie) { in ATrace_endAsyncSection()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DTraceHelperForTest.java49 public Object beginSection(String sectionName, int flags) { in beginSection()
108 public final String sectionName; field in TraceHelperForTest.TraceInfo
111 TraceInfo(String sectionName, int flags) { in TraceInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DTraceHelper.java52 public Object beginSection(String sectionName) { in beginSection()
56 public Object beginSection(String sectionName, int flags) { in beginSection()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAlphabeticalAppsList.java55 public String sectionName; field in AlphabeticalAppsList.FastScrollSectionInfo
61 public FastScrollSectionInfo(String sectionName) { in FastScrollSectionInfo()
240 String sectionName = info.sectionName; in onAppsUpdated() local
302 String sectionName = info.sectionName; in refillAdapterItems() local
H A DAllAppsGridAdapter.java102 public String sectionName = null; field in AllAppsGridAdapter.AdapterItem
117 public static AdapterItem asApp(int pos, String sectionName, AppInfo appInfo, in asApp()
/aosp12/system/tools/aidl/trace/android/
H A Dtrace.h20 inline void ATrace_beginSection(const char* sectionName) { in ATrace_beginSection()
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
H A DSysTrace.java65 public static void beginSection(String sectionName) { in beginSection()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DAlphabeticIndexCompat.java51 String sectionName = mBaseIndex.getBucket(mBaseIndex.getBucketIndex(s)).getLabel(); in computeSectionName() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingsXml.java79 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection()
318 WriteSection startSection(@NonNull String sectionName) throws IOException; in startSection()
347 public WriteSection startSection(@NonNull String sectionName) throws IOException { in startSection()
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java372 String sectionName) { in checkExtendedSectionExists()
391 String sectionName) { in parseExtendedXMPSections()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DAppInfo.java62 public String sectionName = ""; field in AppInfo
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
H A DAutoFocusStateMachine.java347 private synchronized void beginTraceAsync(String sectionName) { in beginTraceAsync()
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp192 String8 sectionName = parcel->readString8(); in readFromParcel() local
342 String8 sectionName = mSections[sectionId]; in dump() local
555 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local
H A DCameraMetadata.cpp870 const String8 sectionName(section); in getTagFromName() local
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
H A DWidgetsModel.java88 String sectionName = (pkgItem.title == null) ? "" : in getWidgetsListForPicker() local
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp169 String8 sectionName = mSections[sectionId]; in dump() local
332 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local
H A DCameraMetadata.cpp544 const String8 sectionName(section); in getTagFromName() local
/aosp12/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/
H A DPersistLogSection.java172 private void setCurrentSection(String sectionName) { in setCurrentSection()
/aosp12/frameworks/base/core/java/android/os/
H A DTrace.java284 public static void beginSection(@NonNull String sectionName) { in beginSection()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DRecyclerViewFastScroller.java322 String sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiConfigStore.java1000 @NonNull String sectionName) throws XmlPullParserException, IOException { in deserializeDataForSection()
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp351 void SectionExists(const std::string& sectionName, int minsize) { in SectionExists()
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/
H A DACameraManager.cpp94 const char *sectionName = section.sectionName.c_str(); in createDescriptorFromHidl() local
/aosp12/system/bpf/libbpf_android/
H A DLoader.cpp345 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names) { in getSectionSymNames()

12