Home | History | Annotate | Download | only in gui

Lines Matching refs:ST_LOGE

41 #define ST_LOGE(x, ...) ALOGE("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
93 ST_LOGE("createGraphicBufferAlloc() failed in BufferQueue()");
147 ST_LOGE("setBufferCount: BufferQueue has been abandoned!");
151 ST_LOGE("setBufferCount: bufferCount too large (max %d)",
159 ST_LOGE("setBufferCount: client owns some buffers");
173 ST_LOGE("setBufferCount: requested buffer count (%d) is less than "
200 ST_LOGE("query: BufferQueue has been abandoned!");
236 ST_LOGE("requestBuffer: BufferQueue has been abandoned!");
240 ST_LOGE("requestBuffer: slot index out of range [0, %d]: %d",
244 ST_LOGE("requestBuffer: slot %d is not owned by the client (state=%d)",
259 ST_LOGE("dequeueBuffer: invalid size: w=%u, h=%u", w, h);
280 ST_LOGE("dequeueBuffer: BufferQueue has been abandoned!");
290 ST_LOGE("dequeueBuffer: async mode is invalid with buffercount override");
335 ST_LOGE("dequeueBuffer: can't dequeue multiple buffers without "
349 ST_LOGE("dequeueBuffer: min undequeued buffer count (%d) "
368 ST_LOGE("dequeueBuffer: would block! returning an error instead.");
378 ST_LOGE("dequeueBuffer: no available buffer slots");
415 ST_LOGE("dequeueBuffer: about to return a NULL fence from mSlot. "
432 ST_LOGE("dequeueBuffer: SurfaceComposer::createGraphicBuffer failed");
440 ST_LOGE("dequeueBuffer: BufferQueue has been abandoned!");
455 ST_LOGE("dequeueBuffer: error waiting for fence: %#x", eglGetError());
457 ST_LOGE("dequeueBuffer: timeout waiting for fence");
486 ST_LOGE("queueBuffer: fence is NULL");
497 ST_LOGE("unknown scaling mode: %d", scalingMode);
507 ST_LOGE("queueBuffer: BufferQueue has been abandoned!");
517 ST_LOGE("queueBuffer: async mode is invalid with buffercount override");
522 ST_LOGE("queueBuffer: slot index out of range [0, %d]: %d",
526 ST_LOGE("queueBuffer: slot %d is not owned by the client "
530 ST_LOGE("queueBuffer: slot %d was enqueued without requesting a "
546 ST_LOGE("queueBuffer: crop rect is not contained within the "
622 ST_LOGE("cancelBuffer: slot index out of range [0, %d]: %d",
626 ST_LOGE("cancelBuffer: slot %d is not owned by the client (state=%d)",
630 ST_LOGE("cancelBuffer: fence is NULL");
649 ST_LOGE("connect: BufferQueue has been abandoned!");
654 ST_LOGE("connect: BufferQueue has no consumer!");
659 ST_LOGE("connect: already connected (cur=%d, req=%d)",
752 ST_LOGE("disconnect: connected to another api (cur=%d, req=%d)",
758 ST_LOGE("disconnect: unknown API %d", api);
878 ST_LOGE("acquireBuffer: max acquired buffer count reached: %d (max=%d)",
1039 ST_LOGE("attempted to release buf %d but its state was %d", buf, mSlots[buf].mBufferState);
1054 ST_LOGE("consumerConnect: BufferQueue has been abandoned!");
1058 ST_LOGE("consumerConnect: consumerListener may not be NULL");
1073 ST_LOGE("consumerDisconnect: No consumer is connected!");
1090 ST_LOGE("getReleasedBuffers: BufferQueue has been abandoned!");
1120 ST_LOGE("setDefaultBufferSize: dimensions cannot be 0 (w=%d, h=%d)",
1141 ST_LOGE("disableAsyncBuffer: consumer already connected!");
1152 ST_LOGE("setMaxAcquiredBufferCount: invalid count specified: %d",