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

/frameworks/support/v8/renderscript/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/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h145 buf.get() ? &mHalPreviewWindow.nw : 0);
761 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer;
762 mHalPreviewWindow.nw.lock_buffer = __lock_buffer;
763 mHalPreviewWindow.nw.dequeue_buffer = __dequeue_buffer;
764 mHalPreviewWindow.nw.enqueue_buffer = __enqueue_buffer;
765 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count;
766 mHalPreviewWindow.nw.set_buffers_geometry = __set_buffers_geometry;
767 mHalPreviewWindow.nw.set_crop = __set_crop;
768 mHalPreviewWindow.nw.set_timestamp = __set_timestamp;
769 mHalPreviewWindow.nw
779 struct preview_stream_ops nw; member in struct:android::CameraHardwareInterface::camera_preview_window
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp583 ANativeWindow *nw = drv->wndSurface; local
584 if (nw) {
587 int32_t r = nw->cancelBuffer(nw, drv->wndBuffer, -1);
590 native_window_api_disconnect(nw, NATIVE_WINDOW_API_CPU);
591 nw->decStrong(nullptr);
714 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
717 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer);
739 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
744 if (nw) {
832 ANativeWindow *nw = drv->wndSurface; local
[all...]
H A DrsdAllocation.h106 android::renderscript::Allocation *alloc, ANativeWindow *nw);
H A DrsdCore.cpp282 typedef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw);
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css1235 #powerTip.nw:after, #powerTip.nw:before,
1246 #powerTip.nw:after, #powerTip.ne:after,
1253 #powerTip.nw:before, #powerTip.ne:before,
1260 #powerTip.nw:after, #powerTip.nw:before {
1264 #powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
1278 #powerTip.nw:after, #powerTip.nw:before {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java781 Network nw;
784 nw = wifiManager.getCurrentNetwork();
786 nw = null;
788 NetworkCapabilities nc = cm.getNetworkCapabilities(nw);
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1165 final int nw = ow * maxSize / longerDimension;
1169 ow, oh, nw, nh));
1172 final Bitmap scaledBitmap = Bitmap.createBitmap(nw, nh, Bitmap.Config.ARGB_8888);
1175 final RectF dst = new RectF(0, 0, nw, nh);
/frameworks/rs/
H A DrsAllocation.cpp658 ANativeWindow *nw = (ANativeWindow *)sur; local
659 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);
/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 212 milliseconds