Searched refs:nw (Results 1 - 14 of 14) sorted by relevance

/frameworks/rs/support/jni/
H A Dandroid_rscompat_usage_io_driver.cpp15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
21 int32_t r = ANativeWindow_lock(nw, drv->wndBuffer, NULL);
33 extern "C" void rscAllocationSetSurface(RsContext rscR, RsAllocation allocR, ANativeWindow *nw) { argument
47 if (nw != NULL) {
49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX,
57 IoGetBuffer(rsc, alloc, nw);
58 drv->wndSurface = nw;
65 if (nw) {
66 nw = NULL;
85 ANativeWindow *nw local
98 ANativeWindow *nw = drv->wndSurface; local
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DNeighboringCellInfoTest.java72 NeighboringCellInfo nw = new NeighboringCellInfo(p);
73 assertEquals(NETWORK_TYPE_GPRS, nw.getNetworkType());
74 assertEquals(rssi, nw.getRssi());
75 assertEquals(0x1234, nw.getLac());
76 assertEquals(0x5678, nw.getCid());
77 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nw.getPsc());
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DProvisionObserver.java55 for (Network nw : info) {
56 final NetworkCapabilities nc = connMgr.getNetworkCapabilities(nw);
61 connMgr.reportNetworkConnectivity(nw, true);
62 connMgr.reportNetworkConnectivity(nw, false);
H A DCaptivePortalLoginActivity.java251 for (Network nw : info) {
252 final NetworkCapabilities nc = mCm.getNetworkCapabilities(nw);
255 return nw;
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.cpp462 buf.get() ? &mHalPreviewWindow.nw : 0);
1029 mHalPreviewWindow.nw.cancel_buffer = sCancelBuffer;
1030 mHalPreviewWindow.nw.lock_buffer = sLockBuffer;
1031 mHalPreviewWindow.nw.dequeue_buffer = sDequeueBuffer;
1032 mHalPreviewWindow.nw.enqueue_buffer = sEnqueueBuffer;
1033 mHalPreviewWindow.nw.set_buffer_count = sSetBufferCount;
1034 mHalPreviewWindow.nw.set_buffers_geometry = sSetBuffersGeometry;
1035 mHalPreviewWindow.nw.set_crop = sSetCrop;
1036 mHalPreviewWindow.nw.set_timestamp = sSetTimestamp;
1037 mHalPreviewWindow.nw
[all...]
H A DCameraHardwareInterface.h463 struct preview_stream_ops nw; member in struct:android::CameraHardwareInterface::camera_preview_window
/frameworks/rs/driver/
H A DrsdAllocation.cpp572 ANativeWindow *nw = drv->wndSurface; local
573 if (nw) {
578 ANativeWindow_cancelBuffer(nw, drv->wndBuffer, fenceID);
579 ANativeWindow_release(nw);
704 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
708 int r = ANativeWindow_dequeueBuffer(nw, &drv->wndBuffer, &fenceID);
731 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
756 if (nw) {
757 int32_t r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX,
765 IoGetBuffer(rsc, alloc, nw);
776 ANativeWindow *nw = drv->wndSurface; local
[all...]
H A DrsdAllocation.h104 android::renderscript::Allocation *alloc, ANativeWindow *nw);
H A DrsdCore.cpp289 typedef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw);
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h206 ANativeWindow *nw);
H A DrsovAllocation.cpp659 ANativeWindow *nw) {
658 rsovAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) argument
/frameworks/rs/
H A DrsAllocation.cpp621 ANativeWindow *nw = (ANativeWindow *)sur; local
622 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1418 final int nw = ow * maxSize / longerDimension;
1422 ow, oh, nw, nh));
1425 final Bitmap scaledBitmap = Bitmap.createBitmap(nw, nh, Bitmap.Config.ARGB_8888);
1428 final RectF dst = new RectF(0, 0, nw, nh);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1110 milliseconds