/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 114 sp<Fence> fence; in TEST_F() local 151 sp<Fence> fence; in TEST_F() local 222 sp<Fence> fence; in TEST_F() local 270 sp<Fence> fence; in TEST_F() local 328 sp<Fence> fence; in TEST_F() local
|
D | StreamSplitter_test.cpp | 100 sp<Fence> fence; in TEST_F() local 166 sp<Fence> fence; in TEST_F() local 226 sp<Fence> fence; in TEST_F() local
|
D | IGraphicBufferProducer_test.cpp | 189 sp<Fence> fence; member 195 sp<Fence> fence; member
|
/frameworks/native/include/gui/ |
D | BufferQueueConsumer.h | 153 EGLDisplay display, EGLSyncKHR fence, in releaseBuffer()
|
D | IGraphicBufferProducer.h | 314 sp<Fence> fence; member
|
/frameworks/native/libs/gui/ |
D | IGraphicBufferProducer.cpp | 93 virtual status_t dequeueBuffer(int *buf, sp<Fence>* fence, bool async, in dequeueBuffer() 187 virtual void cancelBuffer(int buf, const sp<Fence>& fence) { in cancelBuffer() 308 sp<Fence> fence; in onTransact() local 328 sp<Fence> fence; in onTransact() local 367 sp<Fence> fence = new Fence(); in onTransact() local
|
D | ConsumerBase.cpp | 203 const sp<GraphicBuffer> graphicBuffer, const sp<Fence>& fence) { in addReleaseFence() 209 const sp<GraphicBuffer> graphicBuffer, const sp<Fence>& fence) { in addReleaseFenceLocked()
|
D | Surface.cpp | 132 sp<Fence> fence(new Fence(fenceFd)); in hook_dequeueBuffer_DEPRECATED() local 214 sp<Fence> fence; in dequeueBuffer() local 270 sp<Fence> fence(fenceFd >= 0 ? new Fence(fenceFd) : Fence::NO_FENCE); in cancelBuffer() local 318 sp<Fence> fence(fenceFd >= 0 ? new Fence(fenceFd) : Fence::NO_FENCE); in queueBuffer() local
|
D | StreamSplitter.cpp | 192 sp<Fence> fence; in onBufferReleasedByOutput() local
|
D | CpuConsumer.cpp | 223 sp<Fence> fence(new Fence(fd)); in releaseAcquiredBufferLocked() local
|
D | BufferQueueProducer.cpp | 519 sp<Fence> fence; in queueBuffer() local 660 void BufferQueueProducer::cancelBuffer(int slot, const sp<Fence>& fence) { in cancelBuffer()
|
D | GLConsumer.cpp | 528 void GLConsumer::setReleaseFence(const sp<Fence>& fence) { in setReleaseFence() 658 sp<Fence> fence(new Fence(fenceFd)); in syncForReleaseLocked() local 667 EGLSyncKHR fence = mEglSlots[mCurrentTexture].mEglFence; in syncForReleaseLocked() local
|
/frameworks/native/services/surfaceflinger/ |
D | MonitoredProducer.cpp | 63 status_t MonitoredProducer::dequeueBuffer(int* slot, sp<Fence>* fence, in dequeueBuffer() 87 void MonitoredProducer::cancelBuffer(int slot, const sp<Fence>& fence) { in cancelBuffer()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | StatusTracker.h | 93 sp<Fence> fence; member
|
D | Camera3Stream.cpp | 457 sp<Fence> fence = new Fence(streamBuffers[bufferIdx].acquire_fence); in registerBuffersLocked() local
|
/frameworks/native/libs/ui/ |
D | FramebufferNativeWindow.cpp | 225 sp<Fence> fence(new Fence(fenceFd)); in dequeueBuffer_DEPRECATED() local 282 sp<Fence> fence(new Fence(fenceFd)); in queueBuffer() local
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeofenceState.java | 46 public GeofenceState(Geofence fence, long expireAt, in GeofenceState()
|
D | GeofenceManager.java | 143 public void removeFence(Geofence fence, PendingIntent intent) { in removeFence()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | FramebufferSurface.cpp | 148 sp<Fence> fence = mHwc.getAndResetReleaseFence(mDisplayType); in onFrameCommitted() local
|
D | VirtualDisplaySurface.cpp | 287 uint32_t format, uint32_t usage, int* sslot, sp<Fence>* fence) { in dequeueBuffer() 331 status_t VirtualDisplaySurface::dequeueBuffer(int* pslot, sp<Fence>* fence, bool async, in dequeueBuffer() 471 void VirtualDisplaySurface::cancelBuffer(int pslot, const sp<Fence>& fence) { in cancelBuffer()
|
/frameworks/base/location/java/android/location/ |
D | LocationManager.java | 970 Geofence fence = Geofence.createCircle(latitude, longitude, radius); in addProximityAlert() local 1015 public void addGeofence(LocationRequest request, Geofence fence, PendingIntent intent) { in addGeofence() 1069 public void removeGeofence(Geofence fence, PendingIntent intent) { in removeGeofence() 1712 private static void checkGeofence(Geofence fence) { in checkGeofence()
|
D | ILocationManager.aidl | 47 void removeGeofence(in Geofence fence, in PendingIntent intent, String packageName); in removeGeofence()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 143 EGLSyncKHR fence = EGL_NO_SYNC_KHR; in com_android_server_AssetAtlasService_upload() local
|
/frameworks/base/core/java/android/view/ |
D | HardwareRenderer.java | 486 abstract void fence(); in fence() method in HardwareRenderer
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderProxy.cpp | 347 CREATE_BRIDGE0(fence) { in CREATE_BRIDGE0() argument 352 void RenderProxy::fence() { in fence() function in android::uirenderer::renderthread::RenderProxy
|