/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | Trace.java | 37 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 D | trace.cpp | 24 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 D | TraceHelperForTest.java | 49 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 D | TraceHelper.java | 52 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 D | AlphabeticalAppsList.java | 55 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 D | AllAppsGridAdapter.java | 102 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 D | trace.h | 20 inline void ATrace_beginSection(const char* sectionName) { in ATrace_beginSection()
|
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/ |
H A D | SysTrace.java | 65 public static void beginSection(String sectionName) { in beginSection()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
H A D | AlphabeticIndexCompat.java | 51 String sectionName = mBaseIndex.getBucket(mBaseIndex.getBucketIndex(s)).getLabel(); in computeSectionName() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | SettingsXml.java | 79 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 D | XmpDepthDecode.java | 372 String sectionName) { in checkExtendedSectionExists() 391 String sectionName) { in parseExtendedXMPSections()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
H A D | AppInfo.java | 62 public String sectionName = ""; field in AppInfo
|
/aosp12/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/ |
H A D | AutoFocusStateMachine.java | 347 private synchronized void beginTraceAsync(String sectionName) { in beginTraceAsync()
|
/aosp12/frameworks/av/camera/ |
H A D | VendorTagDescriptor.cpp | 192 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 D | CameraMetadata.cpp | 870 const String8 sectionName(section); in getTagFromName() local
|
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/ |
H A D | WidgetsModel.java | 88 String sectionName = (pkgItem.title == null) ? "" : in getWidgetsListForPicker() local
|
/aosp12/hardware/interfaces/camera/common/1.0/default/ |
H A D | VendorTagDescriptor.cpp | 169 String8 sectionName = mSections[sectionId]; in dump() local 332 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local
|
H A D | CameraMetadata.cpp | 544 const String8 sectionName(section); in getTagFromName() local
|
/aosp12/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/sections/ |
H A D | PersistLogSection.java | 172 private void setCurrentSection(String sectionName) { in setCurrentSection()
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Trace.java | 284 public static void beginSection(@NonNull String sectionName) { in beginSection()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | RecyclerViewFastScroller.java | 322 String sectionName = mRv.scrollToPositionAtProgress(boundedY / bottom); in updateFastScrollSectionNameAndThumbOffset() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiConfigStore.java | 1000 @NonNull String sectionName) throws XmlPullParserException, IOException { in deserializeDataForSection()
|
/aosp12/frameworks/native/cmds/dumpstate/tests/ |
H A D | dumpstate_smoke_test.cpp | 351 void SectionExists(const std::string& sectionName, int minsize) { in SectionExists()
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/impl/ |
H A D | ACameraManager.cpp | 94 const char *sectionName = section.sectionName.c_str(); in createDescriptorFromHidl() local
|
/aosp12/system/bpf/libbpf_android/ |
H A D | Loader.cpp | 345 static int getSectionSymNames(ifstream& elfFile, const string& sectionName, vector<string>& names) { in getSectionSymNames()
|