/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | StubTransaction.java | 54 public SurfaceControl.Transaction show(SurfaceControl sc) { in show() 59 public SurfaceControl.Transaction hide(SurfaceControl sc) { in hide() 69 public SurfaceControl.Transaction setBufferSize(SurfaceControl sc, in setBufferSize() 75 public SurfaceControl.Transaction setLayer(SurfaceControl sc, int z) { in setLayer() 92 public SurfaceControl.Transaction setAlpha(SurfaceControl sc, float alpha) { in setAlpha() 97 public SurfaceControl.Transaction setInputWindowInfo(SurfaceControl sc, in setInputWindowInfo() 109 public SurfaceControl.Transaction setMatrix(SurfaceControl sc, in setMatrix() 217 public SurfaceControl.Transaction remove(SurfaceControl sc) { in remove() 244 public SurfaceControl.Transaction unsetColor(SurfaceControl sc) { in unsetColor() 254 public SurfaceControl.Transaction setFixedTransformHint(SurfaceControl sc, in setFixedTransformHint() [all …]
|
H A D | ZOrderingTests.java | 89 public SurfaceControl.Transaction setLayer(SurfaceControl sc, int layer) { in setLayer() 96 public SurfaceControl.Transaction setRelativeLayer(SurfaceControl sc, in setRelativeLayer() 104 private int getLayer(SurfaceControl sc) { in getLayer() 108 private SurfaceControl getRelativeLayer(SurfaceControl sc) { in getRelativeLayer() 136 public SurfaceControl.Builder setParent(SurfaceControl sc) { in setParent() 143 final SurfaceControl sc = super.build(); in build() local 183 SurfaceControl sc) { in getAncestors()
|
H A D | MockSurfaceControlBuilder.java | 29 public SurfaceControl.Builder setParent(SurfaceControl sc) { in setParent()
|
/aosp12/hardware/google/graphics/common/libscaler/ |
H A D | libscaler.cpp | 191 CScalerM2M1SHOT sc(dev_num); in exynos_sc_copy_pixels() local 283 CScalerNonStream *sc = GetNonStreamScaler(handle); in exynos_sc_destroy() local 470 CScalerV4L2 *sc; in exynos_sc_create_exclusive() local 490 CScalerV4L2 *sc = GetScaler(handle); in exynos_sc_free_and_close() local 507 CScalerV4L2 *sc = GetScaler(handle); in exynos_sc_stop_exclusive() local 523 CScalerV4L2 *sc = GetScaler(handle); in exynos_sc_csc_exclusive() local 538 CScalerV4L2 *sc = GetScaler(handle); in exynos_sc_config_exclusive() local 602 CScalerV4L2 *sc = GetScaler(handle); in exynos_sc_run_exclusive() local 649 CScalerBlendV4L2 *sc; in exynos_sc_create_blend_exclusive() local 674 CScalerBlendV4L2 *sc = GetScalerBlend(handle); in exynos_sc_config_blend_exclusive() local [all …]
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | EndToEndNativeInputTest.cpp | 424 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 442 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 538 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 652 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 658 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 664 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 674 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 680 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 686 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() 698 surface->doTransaction([](auto &t, auto &sc) { in TEST_F() [all …]
|
/aosp12/art/benchmark/scoped-primitive-array/ |
H A D | scoped_primitive_array.cc | 24 ScopedByteArrayRO sc(env, arr); in Java_ScopedPrimitiveArrayBenchmark_measureByteArray() local 34 ScopedShortArrayRO sc(env, arr); in Java_ScopedPrimitiveArrayBenchmark_measureShortArray() local 44 ScopedIntArrayRO sc(env, arr); in Java_ScopedPrimitiveArrayBenchmark_measureIntArray() local 54 ScopedLongArrayRO sc(env, arr); in Java_ScopedPrimitiveArrayBenchmark_measureLongArray() local
|
/aosp12/frameworks/native/libs/gui/ |
H A D | SurfaceComposerClient.cpp | 362 sp<SurfaceControl> sc = in onTransactionCompleted() local 985 const sp<SurfaceControl>& sc) { in registerSurfaceControlForCallback() 1009 const sp<SurfaceControl>& sc) { in show() 1014 const sp<SurfaceControl>& sc) { in hide() 1034 const sp<SurfaceControl>& sc, int32_t z) { in setLayer() 1065 const sp<SurfaceControl>& sc, uint32_t flags, in setFlags() 1086 const sp<SurfaceControl>& sc, in setTransparentRegionHint() 1101 const sp<SurfaceControl>& sc, float alpha) { in setAlpha() 1231 const sp<SurfaceControl>& sc, in setColor() 1403 const sp<SurfaceControl>& sc, int32_t api) { in setApi() [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | RelativeZ_test.cpp | 65 std::unique_ptr<ScreenCapture> sc; in TEST_F() local 100 std::unique_ptr<ScreenCapture> sc; in TEST_F() local 150 std::unique_ptr<ScreenCapture> sc; in TEST_F() local 210 std::unique_ptr<ScreenCapture> sc; in TEST_F() local
|
H A D | MultiDisplayLayerBounds_test.cpp | 99 std::unique_ptr<ScreenCapture> sc; in TEST_F() local 123 std::unique_ptr<ScreenCapture> sc; in TEST_F() local
|
/aosp12/art/runtime/jni/ |
H A D | check_jni.cc | 1801 ScopedCheck sc(kFlag_Default, __FUNCTION__); in GetVersion() local 1816 ScopedCheck sc(kFlag_Default, __FUNCTION__); in GetJavaVM() local 1831 ScopedCheck sc(kFlag_Default, __FUNCTION__); in RegisterNatives() local 1846 ScopedCheck sc(kFlag_Default, __FUNCTION__); in UnregisterNatives() local 1864 ScopedCheck sc(kFlag_Default, __FUNCTION__); in GetObjectRefType() local 1880 ScopedCheck sc(kFlag_Default, __FUNCTION__); in DefineClass() local 1895 ScopedCheck sc(kFlag_Default, __FUNCTION__); in FindClass() local 1910 ScopedCheck sc(kFlag_Default, __FUNCTION__); in GetSuperclass() local 1925 ScopedCheck sc(kFlag_Default, __FUNCTION__); in IsAssignableFrom() local 3497 ScopedCheck sc(flags, function_name); in GetStringCharsInternal() local [all …]
|
/aosp12/art/runtime/arch/arm64/ |
H A D | fault_handler_arm64.cc | 48 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp() local 86 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action() local 115 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action() local 161 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | ScreenshotUtils.java | 38 public static void captureLayer(SurfaceControl sc, Rect crop, in captureLayer() 55 BufferConsumer(SurfaceControl.Transaction t, SurfaceControl sc, int layer) { in BufferConsumer() 95 public static SurfaceControl takeScreenshot(SurfaceControl.Transaction t, SurfaceControl sc, in takeScreenshot()
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | MmiCodeUtil.java | 105 static boolean isServiceCodeCallForwarding(String sc) { in isServiceCodeCallForwarding() 113 static boolean isServiceCodeCallBarring(String sc) { in isServiceCodeCallBarring() 122 static boolean isPinPukCommand(String sc) { in isPinPukCommand() 128 String sc = getMmiServiceCode(dialString); in getSuppServiceKey() local
|
/aosp12/art/runtime/arch/arm/ |
H A D | fault_handler_arm.cc | 55 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in GetMethodAndReturnPcAndSp() local 108 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action() local 144 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action() local 209 struct sigcontext *sc = reinterpret_cast<struct sigcontext*>(&uc->uc_mcontext); in Action() local
|
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/ |
H A D | ScreenshotUtils.h | 48 static void captureScreen(std::unique_ptr<ScreenCapture>* sc) { in captureScreen() 52 static void captureScreen(std::unique_ptr<ScreenCapture>* sc, sp<IBinder> displayToken) { in captureScreen() 58 static void captureDisplay(std::unique_ptr<ScreenCapture>* sc, in captureDisplay() 80 static void captureLayers(std::unique_ptr<ScreenCapture>* sc, LayerCaptureArgs& captureArgs) { in captureLayers()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 2601 SurfaceControl sc = new SurfaceControl(); in mirrorSurface() local 2691 protected void checkPreconditions(SurfaceControl sc) { in checkPreconditions() 2825 public Transaction show(SurfaceControl sc) { in show() 2839 public Transaction hide(SurfaceControl sc) { in hide() 2916 public Transaction setLayer(@NonNull SurfaceControl sc, in setLayer() 2950 public Transaction setAlpha(@NonNull SurfaceControl sc, in setAlpha() 3000 public Transaction setMatrix(SurfaceControl sc, in setMatrix() 3169 public Transaction reparent(@NonNull SurfaceControl sc, in reparent() 3199 public Transaction unsetColor(SurfaceControl sc) { in unsetColor() 3578 public Transaction remove(@NonNull SurfaceControl sc) { in remove() [all …]
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsic.cpp | 79 const RsScriptCall *sc) { in preLaunch() 85 const RsScriptCall *sc) { in postLaunch() 94 const RsScriptCall *sc) { in invokeForEach()
|
H A D | rsCpuScript.cpp | 525 const RsScriptCall *sc) { in setUpMtlsDimensions() 558 const RsScriptCall *sc, in reduceMtlsSetup() 630 const RsScriptCall *sc, in forEachMtlsSetup() 752 const RsScriptCall *sc) { in invokeForEach() 768 const RsScriptCall *sc) { in invokeReduce() 1000 const RsScriptCall *sc) {} in preLaunch() 1005 const RsScriptCall *sc) {} in postLaunch()
|
/aosp12/packages/modules/adb/client/ |
H A D | file_sync_client.cpp | 994 static bool sync_ls(SyncConnection& sc, const std::string& path, in sync_ls() 999 static bool sync_stat(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_stat() 1003 static bool sync_lstat(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_lstat() 1267 SyncConnection sc; in do_sync_ls() local 1279 static bool local_build_list(SyncConnection& sc, std::vector<copyinfo>* file_list, in local_build_list() 1341 static bool copy_local_dir_remote(SyncConnection& sc, std::string lpath, std::string rpath, in copy_local_dir_remote() 1443 SyncConnection sc; in do_sync_push() local 1539 static bool remote_build_list(SyncConnection& sc, std::vector<copyinfo>* file_list, in remote_build_list() 1615 static bool copy_remote_dir_local(SyncConnection& sc, std::string rpath, std::string lpath, in copy_remote_dir_local() 1665 SyncConnection sc; in do_sync_pull() local [all …]
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/ |
H A D | wcsstr.c | 51 wchar_t c, sc; in wcsstr() local
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strcasestr.c | 45 char c, sc; in strcasestr() local
|
H A D | strpbrk.c | 40 int c, sc; in strpbrk() local
|
H A D | strcspn.c | 43 char c, sc; in strcspn() local
|
H A D | strspn.c | 40 char c, sc; in strspn() local
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | BLASTBufferQueue.java | 56 public BLASTBufferQueue(String name, SurfaceControl sc, int width, int height, in BLASTBufferQueue() 102 public void update(SurfaceControl sc, int width, int height, @PixelFormat.Format int format, in update() 107 public void update(SurfaceControl sc, int width, int height, @PixelFormat.Format int format) { in update()
|