Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
DTrace.java271 public static void beginSection(String sectionName) { in beginSection() argument
273 if (sectionName.length() > MAX_SECTION_NAME_LEN) { in beginSection()
276 nativeTraceBegin(TRACE_TAG_APP, sectionName); in beginSection()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/utils/
DSysTrace.java65 public static void beginSection(String sectionName) { in beginSection() argument
67 Log.v(TAG, String.format("beginSection[%d] %s", sNestingLevel, sectionName)); in beginSection()
/frameworks/av/camera/
DVendorTagDescriptor.cpp96 const char *sectionName = vOps->get_section_name(vOps, tag); in createDescriptorFromOps() local
97 if (sectionName == NULL) { in createDescriptorFromOps()
102 String8 sectionString(sectionName); in createDescriptorFromOps()
223 String8 sectionName = parcel->readString8(); in createFromParcel() local
224 if (sectionName.isEmpty()) { in createFromParcel()
229 desc->mSections.add(sectionName); in createFromParcel()
370 String8 sectionName = mSections[sectionId]; in dump() local
375 "", tag, name.string(), type, typeName, sectionName.string()); in dump()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
DAutoFocusStateMachine.java347 private synchronized void beginTraceAsync(String sectionName) { in beginTraceAsync() argument
355 mCurrentAfTrace = sectionName; in beginTraceAsync()
357 SysTrace.beginSectionAsync(sectionName, mCurrentAfCookie); in beginTraceAsync()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp716 const String8 sectionName(section); in CameraMetadata_getTagFromKey() local
720 if ((res = vTags->lookupTag(tagName, sectionName, &tag)) != OK) { in CameraMetadata_getTagFromKey()