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

/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/
H A DCameraHardwareInterface.h121 buf.get() ? &mHalPreviewWindow.nw : 0);
663 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer;
664 mHalPreviewWindow.nw.lock_buffer = __lock_buffer;
665 mHalPreviewWindow.nw.dequeue_buffer = __dequeue_buffer;
666 mHalPreviewWindow.nw.enqueue_buffer = __enqueue_buffer;
667 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count;
668 mHalPreviewWindow.nw.set_buffers_geometry = __set_buffers_geometry;
669 mHalPreviewWindow.nw.set_crop = __set_crop;
670 mHalPreviewWindow.nw.set_timestamp = __set_timestamp;
671 mHalPreviewWindow.nw
681 struct preview_stream_ops nw; member in struct:android::CameraHardwareInterface::camera_preview_window
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp468 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
471 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer);
492 void rsdAllocationSetSurfaceTexture(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
495 //ALOGE("rsdAllocationSetSurfaceTexture %p %p", alloc, nw);
499 drv->wnd = nw;
512 if (nw != NULL) {
522 r = native_window_set_usage(nw, flags);
528 r = native_window_set_buffers_dimensions(nw, alloc->mHal.state.dimensionX,
535 r = native_window_set_buffer_count(nw, 3);
541 IoGetBuffer(rsc, alloc, nw);
547 ANativeWindow *nw = alloc->mHal.state.wndSurface; local
[all...]
H A DrsdAllocation.h88 android::renderscript::Allocation *alloc, ANativeWindow *nw);
/frameworks/base/icu4j/java/android/icu/text/
H A DArabicShaping.java1671 int nw = 0;
1676 nw = i - 1;
1679 if (nw == -1) {
1683 nextLink = getLink(dest[nw]);
1685 nx = nw;
1687 --nw;
/frameworks/rs/
H A DrsAllocation.cpp459 ANativeWindow *nw = (ANativeWindow *)sur; local
461 if (nw) {
462 nw->incStrong(NULL);
464 rsc->mHal.funcs.allocation.setSurfaceTexture(rsc, this, nw);
465 mHal.state.wndSurface = nw;
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdAllocation.cpp257 void rsdAllocationSetSurfaceTexture(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument

Completed in 634 milliseconds