HomeSort by relevance Sort by last modified time
    Searched full:abandoned (Results 1 - 25 of 223) sorted by null

1 2 3 4 5 6 7 8 9

  /frameworks/native/libs/gui/
ConsumerBase.cpp 88 "consumer is not abandoned!", mName.string());
138 // Nothing to do if we're already abandoned.
167 CB_LOGE("abandonLocked: ConsumerBase is abandoned!");
195 CB_LOGE("detachBuffer: ConsumerBase is abandoned!");
213 CB_LOGE("setDefaultBufferSize: ConsumerBase is abandoned!");
222 CB_LOGE("setDefaultBufferFormat: ConsumerBase is abandoned!");
232 CB_LOGE("setDefaultBufferDataSpace: ConsumerBase is abandoned!");
242 CB_LOGE("getOccupancyHistory: ConsumerBase is abandoned!");
251 CB_LOGE("discardFreeBuffers: ConsumerBase is abandoned!");
277 CB_LOGE("acquireBufferLocked: ConsumerBase is abandoned!");
    [all...]
StreamSplitter.cpp 116 // If the splitter is abandoned while we are waiting, the release
119 // also be abandoned).
155 // If we just discovered that this output has been abandoned, note
170 // If we just discovered that this output has been abandoned, note
196 // If we just discovered that this output has been abandoned, note that,
222 // If we've been abandoned, we can't return the buffer to the input, so just
252 ALOGE("one of my outputs has abandoned me");
GLConsumer.cpp 212 GLC_LOGE("setDefaultBufferSize: GLConsumer is abandoned!");
226 GLC_LOGE("updateTexImage: GLConsumer is abandoned!");
274 GLC_LOGE("releaseTexImage: GLConsumer is abandoned!");
598 GLC_LOGE("detachFromContext: abandoned GLConsumer");
643 GLC_LOGE("attachToContext: abandoned GLConsumer");
785 GLC_LOGE("setFilteringEnabled: GLConsumer is abandoned!");
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/utils/
SurfaceUtils.java 64 * @throws IllegalArgumentException if the surface is already abandoned.
70 throw new IllegalArgumentException("Surface was abandoned", e);
80 * @throws IllegalArgumentException if the surface is already abandoned.
86 throw new IllegalArgumentException("Surface was abandoned", e);
96 * @throws IllegalArgumentException if the surface is already abandoned.
102 throw new IllegalArgumentException("Surface was abandoned", e);
  /external/skia/src/gpu/gl/
GrGLBufferImpl.cpp 40 // make sure we've not been abandoned or already released
117 // The following assert isn't valid when the buffer has been abandoned:
GrGLPathRendering.h 44 * Called when the GPU resources have been lost and need to be abandoned
  /libcore/ojluni/src/main/java/java/net/
CacheRequest.java 37 * abandoned. If an IOException is encountered while reading the
60 * the current cache store operation will be abandoned.
  /external/skia/src/gpu/
GrDrawingManager.h 31 bool abandoned() const { return fAbandoned; } function in class:GrDrawingManager
GrPathRenderingDrawContext.cpp 16 #define RETURN_IF_ABANDONED if (this->drawingManager()->abandoned()) { return; }
GrContext.cpp 28 #define RETURN_IF_ABANDONED if (fDrawingManager->abandoned()) { return; }
29 #define RETURN_FALSE_IF_ABANDONED if (fDrawingManager->abandoned()) { return false; }
30 #define RETURN_NULL_IF_ABANDONED if (fDrawingManager->abandoned()) { return nullptr; }
136 // will be released/forgotten before they too are abandoned.
585 bool GrContext::abandoned() const { function in class:GrContext
587 return fDrawingManager->abandoned();
GrDrawingManager.cpp 61 if (fFlushing || this->abandoned()) {
164 if (this->abandoned()) {
  /external/vboot_reference/firmware/
README 35 thanks to the binary compatibility, but this directory will be abandoned
  /frameworks/base/core/java/android/hardware/camera2/legacy/
RequestHolder.java 124 Log.d(TAG, "Surface abandoned, skipping...", e);
141 Log.d(TAG, "Surface abandoned, skipping...", e);
271 * Mark at least one of this request's output surfaces is abandoned.
278 * Return if any of this request's output surface is abandoned.
  /external/libchrome/base/timer/
timer.cc 21 // - abandoned (orphaned) by Timer.
37 // timer_ is NULL if we were abandoned.
165 // later when the task is abandoned to detect misuse from multiple threads.
  /frameworks/native/include/gui/
ConsumerBase.h 49 // 'abandoned' state. Once put in this state the ConsumerBase can never
50 // leave it. When in the 'abandoned' state, all methods of the
59 // Returns true if the ConsumerBase is in the 'abandoned' state
142 // abandonLocked puts the BufferQueue into the abandoned state, causing
230 // method. A BufferQueue that has been abandoned will return the NO_INIT
IGraphicBufferProducer.h 79 // * NO_INIT - the buffer queue has been abandoned or the producer is not
104 // * NO_INIT - the buffer queue has been abandoned.
122 // * NO_INIT - the buffer queue has been abandoned.
174 // * NO_INIT - the buffer queue has been abandoned or the producer is not
205 // * NO_INIT - the buffer queue has been abandoned or the producer is not
226 // * NO_INIT - the buffer queue has been abandoned or the producer is not
246 // * NO_INIT - the buffer queue has been abandoned or the producer is not
283 // * NO_INIT - the buffer queue has been abandoned or the producer is not
404 // * NO_INIT - the buffer queue has been abandoned or the producer is not
416 // * NO_INIT - the buffer queue has been abandoned
    [all...]
BufferQueueConsumer.h 76 // BufferQueue is placed into the "abandoned" state, causing most
86 // buffers will be freed and the BufferQueue is placed in the "abandoned"
StreamSplitter.h 57 // output is abandoned by its consumer, the splitter will abandon its input
165 // has been abandoned, it will continue to detach buffers from other
  /hardware/ti/omap4-aah/camera/
BufferSourceAdapter.cpp 375 CAMHAL_LOGEA("Preview surface abandoned!");
389 CAMHAL_LOGEA("Preview surface abandoned!");
410 CAMHAL_LOGEA("Preview surface abandoned!");
434 CAMHAL_LOGEA("Preview surface abandoned!");
473 CAMHAL_LOGEA("Preview surface abandoned!");
567 CAMHAL_LOGEA("Preview surface abandoned!");
645 CAMHAL_LOGEA("Preview surface abandoned!");
717 CAMHAL_LOGEA("Preview surface abandoned!");
784 CAMHAL_LOGEA("Preview surface abandoned!");
947 CAMHAL_LOGEA("Preview surface abandoned!");
    [all...]
ANativeWindowDisplayAdapter.cpp 476 CAMHAL_LOGEA("Preview surface abandoned!");
490 CAMHAL_LOGEA("Preview surface abandoned!");
511 CAMHAL_LOGEA("Preview surface abandoned!");
543 CAMHAL_LOGEA("Preview surface abandoned!");
593 CAMHAL_LOGEA("Preview surface abandoned!");
710 CAMHAL_LOGEA("Preview surface abandoned!");
789 CAMHAL_LOGEA("Preview surface abandoned!");
1138 CAMHAL_LOGEA("Preview surface abandoned!");
1150 CAMHAL_LOGEA("Preview surface abandoned!");
    [all...]
  /external/skia/src/gpu/vk/
GrVkImage.cpp 97 // should have been released or abandoned first
GrVkStencilAttachment.cpp 70 // should have been released or abandoned first
  /external/v8/test/mjsunit/regress/
regress-1493017.js 28 // Test collection of abandoned maps. Tests that deleted map
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 546 CAMHAL_LOGEA("Preview surface abandoned!");
560 CAMHAL_LOGEA("Preview surface abandoned!");
581 CAMHAL_LOGEA("Preview surface abandoned!");
613 CAMHAL_LOGEA("Preview surface abandoned!");
654 CAMHAL_LOGEA("Preview surface abandoned!");
775 CAMHAL_LOGEA("Preview surface abandoned!");
822 CAMHAL_LOGEA("Preview surface abandoned!");
    [all...]
  /external/skia/src/images/
transform_scanline.h 53 * Alpha channel data, if any, is abandoned.
68 * Alpha channel data, if any, is abandoned.

Completed in 759 milliseconds

1 2 3 4 5 6 7 8 9