HomeSort by relevance Sort by last modified time
    Searched refs:mSlot (Results 1 - 24 of 24) sorted by null

  /frameworks/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsGrallocConsumer.cpp 65 if (mAcquiredBuffer.mSlot != BufferQueue::INVALID_BUFFER_SLOT) {
125 assert(mAcquiredBuffer.mSlot == BufferQueue::INVALID_BUFFER_SLOT);
127 mAcquiredBuffer.mSlot = buf;
177 int buf = mAcquiredBuffer.mSlot;
189 mAcquiredBuffer.mSlot = BufferQueue::INVALID_BUFFER_SLOT;
rsScript.h 44 int mSlot;
58 int mSlot;
rsScript.cpp 115 mSlot = slot;
134 mSlot = slot;
rsScriptGroup.cpp 349 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsScript.h 44 int mSlot;
58 int mSlot;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsScript.h 44 int mSlot;
58 int mSlot;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsGrallocConsumer.h 59 // Need to track the original mSlot index and the buffer itself because
60 // the mSlot entry may be freed/reused before the acquired buffer is
62 int mSlot;
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
rsScript.h 44 int mSlot;
58 int mSlot;
  /frameworks/native/include/gui/
CpuConsumer.h 121 // Need to track the original mSlot index and the buffer itself because
122 // the mSlot entry may be freed/reused before the acquired buffer is
124 int mSlot;
129 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
BufferItem.h 84 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
85 int mSlot;
  /frameworks/native/libs/gui/
BufferItem.cpp 32 mSlot(INVALID_BUFFER_SLOT),
51 bufferItem.mBuf = mSlot;
65 sizeof(mSlot) +
135 FlattenableUtils::write(buffer, size, mSlot);
177 FlattenableUtils::read(buffer, size, mSlot);
CpuConsumer.cpp 177 if (mAcquiredBuffers[lockedIdx].mSlot ==
185 ab.mSlot = buf;
242 int buf = mAcquiredBuffers[lockedIdx].mSlot;
246 mAcquiredBuffers[lockedIdx].mSlot,
262 ab.mSlot = BufferQueue::INVALID_BUFFER_SLOT;
BufferQueueCore.cpp 90 current->mSlot, current->mGraphicBuffer.get(),
216 const BufferSlot& slot = mSlots[item->mSlot];
220 item->mSlot, item->mFrameNumber,
222 item->mSlot, slot.mFrameNumber,
BufferQueueConsumer.cpp 122 mSlots[front->mSlot].mBufferState = BufferSlot::FREE;
146 int slot = front->mSlot;
301 if (current->mSlot == slot) {
411 mask &= ~(1ULL << current->mSlot);
BufferQueueProducer.cpp 613 item.mSlot = slot;
632 mSlots[front->mSlot].mBufferState = BufferSlot::FREE;
635 mSlots[front->mSlot].mFrameNumber = 0;
670 item.mSlot = BufferItem::INVALID_BUFFER_SLOT;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarIconView.java 44 @ViewDebug.ExportedProperty private String mSlot;
55 mSlot = slot;
152 Log.w(TAG, "No icon for slot " + mSlot);
241 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
288 return "StatusBarIconView(slot=" + mSlot + " icon=" + mIcon
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 132 //ALOGE("field %p %zu", n->mInputs[ct2]->mDstField->mScript, n->mInputs[ct2]->mDstField->mSlot);
133 s->setVarObj(n->mInputs[ct2]->mDstField->mSlot, n->mInputs[ct2]->mAlloc.get());
197 uint32_t slot = kernels[ct]->mSlot;
219 si->forEachKernelSetup(kernels[ct]->mSlot, &mtls);
223 si->preLaunch(kernels[ct]->mSlot, ins[ct], outs[ct], mtls.fep.usr, mtls.fep.usrLen, NULL);
242 si->postLaunch(kernels[ct]->mSlot, ins[ct], outs[ct], NULL, 0, NULL);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 44 int mSlot;
49 mSlot = slot;
106 int mSlot;
110 mSlot = slot;
  /frameworks/base/rs/java/android/renderscript/
Script.java 37 int mSlot;
42 mSlot = slot;
77 int mSlot;
81 mSlot = slot;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 492 private final int mSlot;
498 mSlot = slot;
503 log("load natural %s", (mSlot == NEXT ? "next" : "previous"));
508 if (mSlot == NEXT) {
522 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous"));
525 PhotoTable.this.mOnDeck[mSlot] = photo;
528 photo.setX(mSlot == PREV ? -2 * width : mWidth + 2 * width);
534 PhotoTable.this.placeOnDeck(v, mSlot);
542 log("natural, %s was null!", (mSlot == NEXT ? "next" : "previous"));
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1010 milliseconds