Searched refs:nw (Results 1 - 5 of 5) 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/device1/
H A DCameraHardwareInterface.h130 buf.get() ? &mHalPreviewWindow.nw : 0);
678 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer;
679 mHalPreviewWindow.nw.lock_buffer = __lock_buffer;
680 mHalPreviewWindow.nw.dequeue_buffer = __dequeue_buffer;
681 mHalPreviewWindow.nw.enqueue_buffer = __enqueue_buffer;
682 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count;
683 mHalPreviewWindow.nw.set_buffers_geometry = __set_buffers_geometry;
684 mHalPreviewWindow.nw.set_crop = __set_crop;
685 mHalPreviewWindow.nw.set_timestamp = __set_timestamp;
686 mHalPreviewWindow.nw
696 struct preview_stream_ops nw; member in struct:android::CameraHardwareInterface::camera_preview_window
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp516 ANativeWindow *nw = drv->wndSurface; local
517 if (nw) {
520 int32_t r = nw->queueBuffer(nw, drv->wndBuffer, -1);
523 native_window_api_disconnect(nw, NATIVE_WINDOW_API_CPU);
524 nw->decStrong(NULL);
646 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
649 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer);
671 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
676 if (nw) {
760 ANativeWindow *nw = drv->wndSurface; local
[all...]
H A DrsdAllocation.h96 android::renderscript::Allocation *alloc, ANativeWindow *nw);
/frameworks/rs/
H A DrsAllocation.cpp517 ANativeWindow *nw = (ANativeWindow *)sur; local
518 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);

Completed in 372 milliseconds