Home
last modified time | relevance | path

Searched defs:st (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaStubActivity2.java61 public void onSurfaceTextureAvailable(SurfaceTexture st, int width, int height) { in onSurfaceTextureAvailable()
69 public void onSurfaceTextureSizeChanged(SurfaceTexture st, int width, int height) { in onSurfaceTextureSizeChanged()
73 public boolean onSurfaceTextureDestroyed(SurfaceTexture st) { in onSurfaceTextureDestroyed()
78 public void onSurfaceTextureUpdated(SurfaceTexture st) { in onSurfaceTextureUpdated()
DOutputSurface.java298 public void onFrameAvailable(SurfaceTexture st) { in onFrameAvailable()
DTextureRender.java97 public void drawFrame(SurfaceTexture st) { in drawFrame()
DDecodeAccuracyTestBase.java1060 public void onFrameAvailable(SurfaceTexture st) { in onFrameAvailable()
DVideoEncoderTest.java771 public void onFrameAvailable(SurfaceTexture st) { in onFrameAvailable()
/cts/tests/tests/security/jni/
Dandroid_security_cts_LinuxRngTest.cpp51 struct stat st; in android_security_cts_LinuxRngTest_getCharDeviceMajor() local
77 struct stat st; in android_security_cts_LinuxRngTest_getCharDeviceMinor() local
Dandroid_security_cts_cve_2019_2213_Test.c847 struct stat st; in map_path() local
1027 struct stat st; in locate_hooks() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-0811/
Dpoc.cpp56 status_t st; in main() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
Dpoc.c52 struct stat st; in main() local
/cts/hostsidetests/incident/src/com/android/server/cts/
DPackageIncidentTest.java49 final long st = System.currentTimeMillis(); in testPackageServiceDump() local
DNetstatsIncidentTest.java79 final long st = System.currentTimeMillis(); in testSanityCheck() local
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DNativeMediaActivity.java150 SurfaceTexture st = mGLView.getSurfaceTexture(); in setSurfaceForNative() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DFastBasicsTest.java201 SurfaceTexture st = new SurfaceTexture(/*random int*/ 5); in testCamera1() local
DExtendedCameraCharacteristicsTest.java1889 SurfaceTexture st = new SurfaceTexture(1); in testStreamConfigurationMap() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DCtsMediaOutputSurface.java302 public void onFrameAvailable(SurfaceTexture st) { in onFrameAvailable()
DCtsMediaTextureRender.java101 public void drawFrame(SurfaceTexture st) { in drawFrame()