Home
last modified time | relevance | path

Searched defs:nw (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io_driver.cpp15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer()
33 extern "C" void rscAllocationSetSurface(RsContext rscR, RsAllocation allocR, ANativeWindow *nw) { in rscAllocationSetSurface()
85 ANativeWindow *nw = drv->wndSurface; in rscAllocationDestroy() local
98 ANativeWindow *nw = drv->wndSurface; in rscAllocationIoSend() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNeighboringCellInfoTest.java72 NeighboringCellInfo nw = new NeighboringCellInfo(p); in testParcel() local
DImsiEncryptionInfoTest.java104 ImsiEncryptionInfo nw = new ImsiEncryptionInfo(p); in testParcel() local
/frameworks/rs/driver/
DrsdAllocation.cpp575 ANativeWindow *nw = drv->wndSurface; in rsdAllocationDestroy() local
707 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer()
734 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in rsdAllocationSetSurface()
788 ANativeWindow *nw = drv->wndSurface; in rsdAllocationIoSend() local
/frameworks/rs/
DrsAllocation.cpp621 ANativeWindow *nw = (ANativeWindow *)sur; in setSurface() local
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1473 final int nw = ow * maxSize / longerDimension; in shrinkBitmap() local