Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNeighboringCellInfoTest.java72 NeighboringCellInfo nw = new NeighboringCellInfo(p); in testParcel() local
73 assertEquals(NETWORK_TYPE_GPRS, nw.getNetworkType()); in testParcel()
74 assertEquals(rssi, nw.getRssi()); in testParcel()
75 assertEquals(0x1234, nw.getLac()); in testParcel()
76 assertEquals(0x5678, nw.getCid()); in testParcel()
77 assertEquals(NeighboringCellInfo.UNKNOWN_CID, nw.getPsc()); in testParcel()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.h130 buf.get() ? &mHalPreviewWindow.nw : 0); in setPreviewWindow()
678 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer; in initHalPreviewWindow()
679 mHalPreviewWindow.nw.lock_buffer = __lock_buffer; in initHalPreviewWindow()
680 mHalPreviewWindow.nw.dequeue_buffer = __dequeue_buffer; in initHalPreviewWindow()
681 mHalPreviewWindow.nw.enqueue_buffer = __enqueue_buffer; in initHalPreviewWindow()
682 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count; in initHalPreviewWindow()
683 mHalPreviewWindow.nw.set_buffers_geometry = __set_buffers_geometry; in initHalPreviewWindow()
684 mHalPreviewWindow.nw.set_crop = __set_crop; in initHalPreviewWindow()
685 mHalPreviewWindow.nw.set_timestamp = __set_timestamp; in initHalPreviewWindow()
686 mHalPreviewWindow.nw.set_usage = __set_usage; in initHalPreviewWindow()
[all …]
/frameworks/rs/driver/
DrsdAllocation.cpp516 ANativeWindow *nw = drv->wndSurface; in rsdAllocationDestroy() local
517 if (nw) { in rsdAllocationDestroy()
520 int32_t r = nw->queueBuffer(nw, drv->wndBuffer, -1); in rsdAllocationDestroy()
523 native_window_api_disconnect(nw, NATIVE_WINDOW_API_CPU); in rsdAllocationDestroy()
524 nw->decStrong(NULL); in rsdAllocationDestroy()
646 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer() argument
649 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer); in IoGetBuffer()
671 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in rsdAllocationSetSurface() argument
676 if (nw) { in rsdAllocationSetSurface()
677 nw->incStrong(NULL); in rsdAllocationSetSurface()
[all …]
DrsdAllocation.h96 android::renderscript::Allocation *alloc, ANativeWindow *nw);
/frameworks/base/docs/html/
Dsecurity_at_android_dot_com.txt38 ninKQSW+oL4z28F3T0GHag38WeWyAJ45d7dx4z0GxhTm2b9DclLombY+nw==
/frameworks/rs/
DrsAllocation.cpp517 ANativeWindow *nw = (ANativeWindow *)sur; in setSurface() local
518 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw); in setSurface()