Searched refs:wnd (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/net/java/android/net/ |
D | TcpKeepalivePacketDataTest.java | 49 final int wnd = 8000; in testV4TcpKeepalivePacket() local 61 testInfo.rcvWnd = wnd; in testV4TcpKeepalivePacket() 112 assertEquals(buf.getShort(), wnd >> wndScale); in testV4TcpKeepalivePacket() 123 final int wnd = 48_000; in testParcel() local 134 testInfo.rcvWnd = wnd; in testParcel() 148 assertEquals(resultData.rcvWnd, wnd); in testParcel()
|
/frameworks/rs/driver/ |
D | rsdFrameBufferObj.cpp | 128 if(mColorTargets[0] && mColorTargets[0]->wnd) { in setActive() 129 rsdGLSetInternalSurface(rsc, mColorTargets[0]->wnd); in setActive()
|
D | rsdAllocation.h | 70 ANativeWindow *wnd; member
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 909 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) in nContextSetSurface() argument 913 width, height, (Surface *)wnd); in nContextSetSurface() 917 if (wnd == nullptr) { in nContextSetSurface() 920 window = android_view_Surface_getNativeWindow(_env, wnd).get(); in nContextSetSurface()
|