Home
last modified time | relevance | path

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

/frameworks/support/v8/renderscript/jni/
Dandroid_rscompat_usage_io_driver.cpp15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer() argument
21 int32_t r = ANativeWindow_lock(nw, drv->wndBuffer, NULL); in IoGetBuffer()
33 extern "C" void rscAllocationSetSurface(RsContext rscR, RsAllocation allocR, ANativeWindow *nw) { in rscAllocationSetSurface() argument
47 if (nw != NULL) { in rscAllocationSetSurface()
49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX, in rscAllocationSetSurface()
57 IoGetBuffer(rsc, alloc, nw); in rscAllocationSetSurface()
58 drv->wndSurface = nw; in rscAllocationSetSurface()
65 if (nw) { in rscAllocationSetSurface()
66 nw = NULL; in rscAllocationSetSurface()
85 ANativeWindow *nw = drv->wndSurface; in rscAllocationDestroy() local
[all …]
/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.h128 buf.get() ? &mHalPreviewWindow.nw : 0); in setPreviewWindow()
676 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer; in initHalPreviewWindow()
677 mHalPreviewWindow.nw.lock_buffer = __lock_buffer; in initHalPreviewWindow()
678 mHalPreviewWindow.nw.dequeue_buffer = __dequeue_buffer; in initHalPreviewWindow()
679 mHalPreviewWindow.nw.enqueue_buffer = __enqueue_buffer; in initHalPreviewWindow()
680 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count; in initHalPreviewWindow()
681 mHalPreviewWindow.nw.set_buffers_geometry = __set_buffers_geometry; in initHalPreviewWindow()
682 mHalPreviewWindow.nw.set_crop = __set_crop; in initHalPreviewWindow()
683 mHalPreviewWindow.nw.set_timestamp = __set_timestamp; in initHalPreviewWindow()
684 mHalPreviewWindow.nw.set_usage = __set_usage; in initHalPreviewWindow()
[all …]
/frameworks/rs/driver/
DrsdAllocation.cpp556 ANativeWindow *nw = drv->wndSurface; in rsdAllocationDestroy() local
557 if (nw) { in rsdAllocationDestroy()
560 int32_t r = nw->cancelBuffer(nw, drv->wndBuffer, -1); in rsdAllocationDestroy()
563 native_window_api_disconnect(nw, NATIVE_WINDOW_API_CPU); in rsdAllocationDestroy()
564 nw->decStrong(nullptr); in rsdAllocationDestroy()
687 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in IoGetBuffer() argument
690 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer); in IoGetBuffer()
712 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { in rsdAllocationSetSurface() argument
717 if (nw) { in rsdAllocationSetSurface()
718 nw->incStrong(nullptr); in rsdAllocationSetSurface()
[all …]
DrsdAllocation.h101 android::renderscript::Allocation *alloc, ANativeWindow *nw);
DrsdCore.cpp276 …edef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw);
/frameworks/base/docs/html/
Dsecurity_at_android_dot_com.txt38 ninKQSW+oL4z28F3T0GHag38WeWyAJ45d7dx4z0GxhTm2b9DclLombY+nw==
/frameworks/base/docs/html/ndk/reference/
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/
DAccessPoint.java793 Network nw; in getSummary() local
796 nw = wifiManager.getCurrentNetwork(); in getSummary()
798 nw = null; in getSummary()
800 NetworkCapabilities nc = cm.getNetworkCapabilities(nw); in getSummary()
/frameworks/rs/
DrsAllocation.cpp598 ANativeWindow *nw = (ANativeWindow *)sur; in setSurface() local
599 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw); in setSurface()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...