Searched refs:mSlot (Results 1 - 16 of 16) sorted by relevance

/frameworks/rs/
H A DrsGrallocConsumer.h59 // 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; member in struct:android::renderscript::GrallocConsumer::AcquiredBuffer
67 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
H A DrsGrallocConsumer.cpp65 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;
H A DrsScript.h44 int mSlot; member in class:android::renderscript::ScriptKernelID
58 int mSlot; member in class:android::renderscript::ScriptFieldID
H A DrsScript.cpp115 mSlot = slot;
134 mSlot = slot;
H A DrsScriptGroup.cpp349 n->mScript->runForEach(rsc, k->mSlot, ain, aout, NULL, 0);
/frameworks/native/include/gui/
H A DCpuConsumer.h121 // 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; member in struct:android::CpuConsumer::AcquiredBuffer
129 mSlot(BufferQueue::INVALID_BUFFER_SLOT),
H A DBufferItem.h84 // mSlot is the slot index of this buffer (default INVALID_BUFFER_SLOT).
85 int mSlot; member in class:android::BufferItem
/frameworks/native/libs/gui/
H A DBufferItem.cpp32 mSlot(INVALID_BUFFER_SLOT),
51 bufferItem.mBuf = mSlot;
65 sizeof(mSlot) +
135 FlattenableUtils::write(buffer, size, mSlot);
177 FlattenableUtils::read(buffer, size, mSlot);
H A DCpuConsumer.cpp177 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;
H A DBufferQueueCore.cpp90 current->mSlot, current->mGraphicBuffer.get(),
216 const BufferSlot& slot = mSlots[item->mSlot];
220 item->mSlot, item->mFrameNumber,
222 item->mSlot, slot.mFrameNumber,
H A DBufferQueueConsumer.cpp122 mSlots[front->mSlot].mBufferState = BufferSlot::FREE;
146 int slot = front->mSlot;
301 if (current->mSlot == slot) {
411 mask &= ~(1ULL << current->mSlot);
H A DBufferQueueProducer.cpp613 item.mSlot = slot;
632 mSlots[front->mSlot].mBufferState = BufferSlot::FREE;
635 mSlots[front->mSlot].mFrameNumber = 0;
670 item.mSlot = BufferItem::INVALID_BUFFER_SLOT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java44 @ViewDebug.ExportedProperty private String mSlot; field in class:StatusBarIconView
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/
H A DrsCpuScriptGroup.cpp132 //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/
H A DScript.java44 int mSlot; field in class:Script.KernelID
49 mSlot = slot;
106 int mSlot; field in class:Script.FieldID
110 mSlot = slot;
/frameworks/base/rs/java/android/renderscript/
H A DScript.java37 int mSlot; field in class:Script.KernelID
42 mSlot = slot;
77 int mSlot; field in class:Script.FieldID
81 mSlot = slot;

Completed in 4442 milliseconds