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

/frameworks/support/v8/renderscript/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.h145 buf.get() ? &mHalPreviewWindow.nw : 0);
761 mHalPreviewWindow.nw.cancel_buffer = __cancel_buffer;
762 mHalPreviewWindow.nw.lock_buffer = __lock_buffer;
763 mHalPreviewWindow.nw.dequeue_buffer = __dequeue_buffer;
764 mHalPreviewWindow.nw.enqueue_buffer = __enqueue_buffer;
765 mHalPreviewWindow.nw.set_buffer_count = __set_buffer_count;
766 mHalPreviewWindow.nw.set_buffers_geometry = __set_buffers_geometry;
767 mHalPreviewWindow.nw.set_crop = __set_crop;
768 mHalPreviewWindow.nw.set_timestamp = __set_timestamp;
769 mHalPreviewWindow.nw
779 struct preview_stream_ops nw; member in struct:android::CameraHardwareInterface::camera_preview_window
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp583 ANativeWindow *nw = drv->wndSurface; local
584 if (nw) {
587 int32_t r = nw->cancelBuffer(nw, drv->wndBuffer, -1);
590 native_window_api_disconnect(nw, NATIVE_WINDOW_API_CPU);
591 nw->decStrong(nullptr);
714 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
717 int32_t r = native_window_dequeue_buffer_and_wait(nw, &drv->wndBuffer);
739 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) { argument
744 if (nw) {
832 ANativeWindow *nw = drv->wndSurface; local
[all...]
/frameworks/rs/
H A DrsAllocation.cpp658 ANativeWindow *nw = (ANativeWindow *)sur; local
659 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 771 milliseconds