/aosp12/hardware/libhardware/modules/usbcamera/ |
H A D | Stream.cpp | 78 const char* Stream::typeToString(int type) { in typeToString() function in usb_camera_hal::Stream 142 "expect %s(%d)", __func__, mId, typeToString(s->stream_type), in isValidReuseStream() 143 s->stream_type, typeToString(mStream->stream_type), mStream->stream_type); in isValidReuseStream() 169 dprintf(fd, "Stream Type: %s (%d)\n", typeToString(mStream->stream_type), mStream->stream_type); in dump()
|
H A D | Stream.h | 42 const char* typeToString(int type);
|
/aosp12/hardware/libhardware/modules/camera/3_0/ |
H A D | Stream.cpp | 94 const char* Stream::typeToString(int type) in typeToString() function in default_camera_hal::Stream 166 "expect %s(%d)", __func__, mId, typeToString(s->stream_type), in isValidReuseStream() 167 s->stream_type, typeToString(mType), mType); in isValidReuseStream() 228 dprintf(fd, "Stream Type: %s (%d)\n", typeToString(mType), mType); in dump()
|
H A D | Stream.h | 45 const char* typeToString(int type);
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioRoutesInfo.java | 58 return getClass().getSimpleName() + "{ type=" + typeToString(mainType) in toString() 63 private static String typeToString(int type) { in typeToString() method in AudioRoutesInfo
|
H A D | MediaSyncEvent.java | 190 + " type=" + typeToString(mType) in toString() 199 public static @NonNull String typeToString(int type) { in typeToString() method in MediaSyncEvent
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | MacAddressTest.java | 62 static String typeToString(int addressType) { in typeToString() method in MacAddressTest 107 typeToString(tc.addressType), typeToString(mac.getAddressType()))); in testMacAddress()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsSourceControl.java | 191 + "type=" + InsetsState.typeToString(mType) in toString() 199 pw.print("InsetsSourceControl type="); pw.print(InsetsState.typeToString(mType)); in dump() 226 proto.write(TYPE, InsetsState.typeToString(mType)); in dumpDebug()
|
H A D | InsetsSourceConsumer.java | 137 InsetsState.typeToString(control.getType()), in setControl() 221 InsetsState.typeToString(mType), fromIme)); in show() 228 InsetsState.typeToString(mType), mController.getHost().getRootViewTitle())); in hide() 409 proto.write(INTERNAL_INSETS_TYPE, InsetsState.typeToString(mType)); in dumpDebug()
|
H A D | InsetsSource.java | 211 proto.write(TYPE, InsetsState.typeToString(mType)); in dumpDebug() 222 pw.print("InsetsSource type="); pw.print(InsetsState.typeToString(mType)); in dump() 294 + "mType=" + InsetsState.typeToString(mType) in toString()
|
H A D | InsetsVisibilities.java | 89 joiner.add(InsetsState.typeToString(type) + ": " in toString()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenLog.java | 173 private static String typeToString(int type) { in typeToString() method in ZenLog 255 if (DEBUG) Slog.d(TAG, typeToString(type) + ": " + msg); in append() 266 pw.print(typeToString(TYPES[j])); in dump()
|
/aosp12/frameworks/base/core/java/android/hardware/display/ |
H A D | DisplayViewport.java | 154 return "DisplayViewport{type=" + typeToString(type) in toString() 171 public static String typeToString(@ViewportType int viewportType) { in typeToString() method in DisplayViewport
|
/aosp12/frameworks/base/core/java/android/content/om/ |
H A D | OverlayManagerTransaction.java | 132 type, typeToString(), overlay, userId); in toString() 141 public String typeToString() { in typeToString() method in OverlayManagerTransaction.Request
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | SharedLibraryInfo.java | 319 return "SharedLibraryInfo{name:" + mName + ", type:" + typeToString(mType) in toString() 343 private static String typeToString(int type) { in typeToString() method in SharedLibraryInfo
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconView.java | 204 private String typeToString(@IconType int type) { in typeToString() method in LockIconView 225 pw.println(" mIconType=" + typeToString(mIconType)); in dump()
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | ContentProviderOperation.java | 522 public static String typeToString(int type) { in typeToString() method in ContentProviderOperation 536 sb.append("type=").append(typeToString(mType)).append(' '); in toString() 1009 "Values not supported for " + typeToString(mType)); in assertValuesAllowed() 1021 "Selection not supported for " + typeToString(mType)); in assertSelectionAllowed() 1035 "Extras not supported for " + typeToString(mType)); in assertExtrasAllowed()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
H A D | ContextHubServiceTransaction.java | 150 String out = ContextHubTransaction.typeToString(mTransactionType, true /* upperCase */) in toString()
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | IsoInterface.java | 112 public static String typeToString(int type) { in typeToString() method in IsoInterface 216 Log.v(TAG, prefix + "Found box " + typeToString(type) in parseNextBox()
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | Alarm.java | 277 public static String typeToString(int type) { in typeToString() method in Alarm 298 ipw.print(typeToString(type)); in dump()
|
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
H A D | IsoInterfaceTest.java | 48 assertEquals("moov", IsoInterface.typeToString(0x6d6f6f76)); in testTypeToString()
|
/aosp12/frameworks/base/core/java/android/view/textclassifier/ |
H A D | TextClassificationManager.java | 188 + TextClassifier.typeToString(type)); in getSystemTextClassifier()
|
/aosp12/frameworks/base/core/java/android/hardware/location/ |
H A D | ContextHubTransaction.java | 212 public static String typeToString(@Type int type, boolean upperCase) { in typeToString() method in ContextHubTransaction
|
/aosp12/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityWindowInfo.java | 707 builder.append(", type=").append(typeToString(mType)); in toString() 787 public static String typeToString(int type) { in typeToString() method in AccessibilityWindowInfo
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | TransitionInfo.java | 697 private static String typeToString(int mode) { in typeToString() method in TransitionInfo.AnimationOptions 711 return "{ AnimationOtions type= " + typeToString(mType) + " package=" + mPackageName in toString()
|