Searched defs:nw (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/support/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/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h463 struct preview_stream_ops nw; member in struct:android::CameraHardwareInterface::camera_preview_window
/frameworks/rs/driver/
H A DrsdAllocation.cpp572 ANativeWindow *nw = drv->wndSurface; local
573 if (nw) {
578 ANativeWindow_cancelBuffer(nw, drv->wndBuffer, fenceID);
579 ANativeWindow_release(nw);
704 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
708 int r = ANativeWindow_dequeueBuffer(nw, &drv->wndBuffer, &fenceID);
731 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
756 if (nw) {
757 int32_t r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX,
765 IoGetBuffer(rsc, alloc, nw);
776 ANativeWindow *nw = drv->wndSurface; local
[all...]
/frameworks/rs/rsov/driver/
H A DrsovAllocation.cpp659 ANativeWindow *nw) {
658 rsovAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) argument
/frameworks/rs/
H A DrsAllocation.cpp621 ANativeWindow *nw = (ANativeWindow *)sur; local
622 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 120 milliseconds