Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DIpSecBaseTest.java120 IpSecManager ism, int direction, IpSecTransform transform) throws Exception; in applyTransportModeTransform()
181 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform()
262 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform()
310 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform()
331 IpSecManager ism, IpSecTransform transform, GenericSocket socket) throws Exception { in applyTransformBidirectionally()
338 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getNativeUdpSocketPair()
361 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getNativeTcpSocketPair()
385 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getJavaUdpSocketPair()
402 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getJavaTcpSocketPair()
485 try (IpSecTransform transform = buildDefaultTransform(local)) { in testJavaTcpSocketPair()
[all …]
DIpSecManagerTest.java141 private void checkUnconnectedUdp(IpSecTransform transform, InetAddress local, int sendCount, in checkUnconnectedUdp()
171 private void checkTcp(IpSecTransform transform, InetAddress local, int sendCount, in checkTcp()
241 IpSecTransform transform = in testCreateTransform() local
481 try (IpSecTransform transform = in checkTransform()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_ANativeWindowTest.cpp28 void pushBufferWithTransform(JNIEnv* env, jclass, jobject jSurface, jint transform) { in pushBufferWithTransform()
/cts/tests/pdf/src/android/graphics/pdf/cts/
DPdfRendererTest.java282 Matrix transform = new Matrix(); in renderPerspective() local
293 Matrix transform = new Matrix(); in render45degreeRotationTranslationAndScaleAndClip() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthImage.java81 DepthTransform transform = new RangeInverseDepthTransform((float)near, (float)far); in createFromDepthmap() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DANativeWindowTest.java248 private static native void nPushBufferWithTransform(Surface surface, int transform); in nPushBufferWithTransform()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java170 Matrix transform = new Matrix(); in testTransformScale() local
322 Matrix transform = new Matrix(); in testSamplingWithTransform() local
DASurfaceControlTest.java208 int dstBottom, int transform) { in setGeometry()
216 int transform) { in setGeometry()
1571 int srcBottom, int dstRight, int dstTop, int dstLeft, int dstBottom, int transform); in nSurfaceTransaction_setGeometry()
DTextureViewCtsActivity.java249 public void drawFrame(Matrix transform, DrawFrame callback) throws Throwable { in drawFrame()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
DCameraVideoActivity.java892 Matrix transform = new Matrix(); in startPreview() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
DCameraFormatsActivity.java513 Matrix transform = new Matrix(); in startPreview() local
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp290 jint transform) { in SurfaceTransaction_setGeometry()
/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java1386 ColorSpaceTransform transform = result.get(CaptureResult.COLOR_CORRECTION_TRANSFORM); in colorCorrectionTestByCamera() local