Home
last modified time | relevance | path

Searched defs:fence (Results 1 – 23 of 23) sorted by relevance

/frameworks/native/libs/gui/
DIGraphicBufferProducer.cpp82 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async, in dequeueBuffer()
120 virtual void cancelBuffer(int buf, const sp<Fence>& fence) { in cancelBuffer()
205 sp<Fence> fence; in onTransact() local
229 sp<Fence> fence = new Fence(); in onTransact() local
DConsumerBase.cpp198 const sp<GraphicBuffer> graphicBuffer, const sp<Fence>& fence) { in addReleaseFence()
204 const sp<GraphicBuffer> graphicBuffer, const sp<Fence>& fence) { in addReleaseFenceLocked()
DSurface.cpp118 sp<Fence> fence(new Fence(fenceFd)); in hook_dequeueBuffer_DEPRECATED() local
185 sp<Fence> fence; in dequeueBuffer() local
236 sp<Fence> fence(fenceFd >= 0 ? new Fence(fenceFd) : Fence::NO_FENCE); in cancelBuffer() local
284 sp<Fence> fence(fenceFd >= 0 ? new Fence(fenceFd) : Fence::NO_FENCE); in queueBuffer() local
743 sp<Fence> fence(new Fence(fenceFd)); in lock() local
DGLConsumer.cpp499 void GLConsumer::setReleaseFence(const sp<Fence>& fence) { in setReleaseFence()
672 sp<Fence> fence(new Fence(fenceFd)); in syncForReleaseLocked() local
681 EGLSyncKHR fence = mEglSlots[mCurrentTexture].mEglFence; in syncForReleaseLocked() local
DBufferQueue.cpp480 sp<Fence> fence; in queueBuffer() local
611 void BufferQueue::cancelBuffer(int buf, const sp<Fence>& fence) { in cancelBuffer()
998 EGLSyncKHR eglFence, const sp<Fence>& fence) { in releaseBuffer()
DIGraphicBufferConsumer.cpp226 EGLDisplay display, EGLSyncKHR fence, in releaseBuffer()
/frameworks/av/services/camera/libcameraservice/device3/
DStatusTracker.h93 sp<Fence> fence; member
DCamera3Stream.cpp349 sp<Fence> fence = new Fence(streamBuffers[bufferIdx].acquire_fence); in registerBuffersLocked() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp265 uint32_t format, uint32_t usage, int* sslot, sp<Fence>* fence) { in dequeueBuffer()
303 status_t VirtualDisplaySurface::dequeueBuffer(int* pslot, sp<Fence>* fence, bool async, in dequeueBuffer()
420 void VirtualDisplaySurface::cancelBuffer(int pslot, const sp<Fence>& fence) { in cancelBuffer()
DFramebufferSurface.cpp148 sp<Fence> fence = mHwc.getAndResetReleaseFence(mDisplayType); in onFrameCommitted() local
/frameworks/native/libs/ui/
DFramebufferNativeWindow.cpp225 sp<Fence> fence(new Fence(fenceFd)); in dequeueBuffer_DEPRECATED() local
282 sp<Fence> fence(new Fence(fenceFd)); in queueBuffer() local
/frameworks/base/services/java/com/android/server/location/
DGeofenceState.java46 public GeofenceState(Geofence fence, long expireAt, in GeofenceState()
DGeofenceManager.java143 public void removeFence(Geofence fence, PendingIntent intent) { in removeFence()
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp71 sp<Fence> fence; in TEST_F() local
/frameworks/native/include/gui/
DIGraphicBufferProducer.h142 sp<Fence> fence; member
/frameworks/base/location/java/android/location/
DLocationManager.java963 Geofence fence = Geofence.createCircle(latitude, longitude, radius); in addProximityAlert() local
1008 public void addGeofence(LocationRequest request, Geofence fence, PendingIntent intent) { in addGeofence()
1062 public void removeGeofence(Geofence fence, PendingIntent intent) { in removeGeofence()
1654 private static void checkGeofence(Geofence fence) { in checkGeofence()
DILocationManager.aidl46 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence()
/frameworks/base/services/jni/
Dcom_android_server_AssetAtlasService.cpp161 EGLSyncKHR fence = EGL_NO_SYNC_KHR; in com_android_server_AssetAtlasService_upload() local
/frameworks/native/services/surfaceflinger/
DDispSync.cpp328 bool DispSync::addPresentFence(const sp<Fence>& fence) { in addPresentFence()
DLayer.cpp429 sp<Fence> fence = mSurfaceFlingerConsumer->getCurrentFence(); in setAcquireFence() local
/frameworks/native/opengl/libagl/
Degl.cpp384 sp<Fence> fence(new Fence(fenceFd)); in connect() local
534 sp<Fence> fence(new Fence(fenceFd)); in swapBuffers() local
/frameworks/base/libs/hwui/
DOpenGLRenderer.cpp711 AutoFence fence; in flushLayerUpdates() local
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp14767 GLboolean GLTrace_glIsFenceNV(GLuint fence) { in GLTrace_glIsFenceNV()
14803 GLboolean GLTrace_glTestFenceNV(GLuint fence) { in GLTrace_glTestFenceNV()
14839 void GLTrace_glGetFenceivNV(GLuint fence, GLenum pname, GLint *params) { in GLTrace_glGetFenceivNV()
14880 void GLTrace_glFinishFenceNV(GLuint fence) { in GLTrace_glFinishFenceNV()
14908 void GLTrace_glSetFenceNV(GLuint fence, GLenum condition) { in GLTrace_glSetFenceNV()