Searched refs:slot (Results 101 - 125 of 189) sorted by relevance

12345678

/frameworks/native/libs/gui/
H A DGLConsumer.cpp295 GLC_LOGV("releaseTexImage: (slot=%d, mAttached=%d)", buf, mAttached);
298 // Do whatever sync ops we need to do before releasing the slot.
301 GLC_LOGE("syncForReleaseLocked failed (slot=%d), err=%d", buf, err);
383 int slot = item->mSlot; local
384 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
395 // buffer has reallocated the original buffer slot after this buffer
408 int slot = item.mSlot; local
413 releaseBufferLocked(slot, mSlots[slot].mGraphicBuffer,
421 releaseBufferLocked(slot, mSlot
[all...]
H A DIGraphicBufferProducer.cpp164 virtual status_t detachBuffer(int slot) { argument
167 data.writeInt32(slot);
216 virtual status_t attachBuffer(int* slot, const sp<GraphicBuffer>& buffer) { argument
225 *slot = reply.readInt32();
228 (*slot < 0 || *slot >= BufferQueueDefs::NUM_BUFFER_SLOTS)) {
229 ALOGE("attachBuffer returned invalid slot %d", *slot);
507 status_t requestBuffer(int slot, sp<GraphicBuffer>* buf) override {
508 return mBase->requestBuffer(slot, bu
676 int slot = data.readInt32(); local
703 int slot = 0; local
[all...]
H A DIGraphicBufferConsumer.cpp73 status_t detachBuffer(int slot) override {
75 return callRemote<Signature>(Tag::DETACH_BUFFER, slot);
78 status_t attachBuffer(int* slot, const sp<GraphicBuffer>& buffer) override {
80 return callRemote<Signature>(Tag::ATTACH_BUFFER, slot, buffer);
H A DStreamSplitter.cpp152 int slot; local
153 status = (*output)->attachBuffer(&slot, bufferItem.mGraphicBuffer);
168 status = (*output)->queueBuffer(slot, queueInput, &queueOutput);
/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h113 * slot: 0 to 3
117 int ANativeWindow_OemStorageSet(ANativeWindow* window, uint32_t slot, intptr_t value);
124 * slot: 0 to 3
128 int ANativeWindow_OemStorageGet(ANativeWindow* window, uint32_t slot, intptr_t* value);
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1387 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) argument
1389 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)",
1390 (RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1392 dispatchTabInc.ScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1394 dispatchTab.ScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1399 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) argument
1401 LOG_API("nScriptSetVarI, con(%p), s(%p), slot(%i), val(%i)", (RsContext)con,
1402 (void *)script, slot, val);
1404 dispatchTabInc.ScriptSetVarI((RsContext)con, (RsScript)script, slot, val);
1406 dispatchTab.ScriptSetVarI((RsContext)con, (RsScript)script, slot, va
1411 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1423 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1435 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) argument
1447 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc) argument
1459 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1473 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims, jboolean mUseInc) argument
1514 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) argument
1525 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1539 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jboolean mUseInc) argument
1556 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jboolean mUseInc) argument
1576 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1611 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1649 nScriptForEachMulti(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
1751 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
1911 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jboolean mUseInc) argument
1925 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1933 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1786 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
1789 ALOGD("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", (RsContext)con,
1790 (RsScript)script, (RsAllocation)alloc, slot);
1792 rsScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
1796 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
1799 ALOGD("nScriptSetVarI, con(%p), s(%p), slot(%i), val(%i)", (RsContext)con, (void *)script,
1800 slot, val);
1802 rsScriptSetVarI((RsContext)con, (RsScript)script, slot, val);
1806 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1809 ALOGD("nScriptGetVarI, con(%p), s(%p), slot(
1817 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1827 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1837 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1848 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1858 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1869 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1879 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1890 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1906 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1922 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1970 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1979 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1995 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
2108 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
2270 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
2280 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2290 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2457 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
2467 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2477 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.cpp85 int slot = item.mSlot; local
86 if (rejecter && rejecter->reject(mSlots[slot].mGraphicBuffer, item)) {
87 releaseBufferLocked(slot, mSlots[slot].mGraphicBuffer, EGL_NO_SYNC_KHR);
/frameworks/native/services/vr/bufferhubd/
H A Dconsumer_queue_channel.h33 const std::shared_ptr<ProducerChannel>& producer_channel, size_t slot);
50 // Tracks newly allocated buffer producers along with it's slot number.
H A Dproducer_queue_channel.h41 // Detach a BufferHubProducer indicated by |slot|. Note that the buffer must
44 size_t slot);
57 // Returns the remote channel handle and the slot number for the newly
80 // a buffer get allocated, it will take a logical slot in the |buffers_| array
81 // and the slot number will stay unchanged during the entire life cycle of the
/frameworks/rs/driver/
H A DrsdVertexArray.h55 void logAttrib(uint32_t idx, uint32_t slot) const;
H A DrsdShader.cpp362 int32_t slot, uint32_t arraySize ) {
365 RSD_CALL_GL(glUniformMatrix4fv, slot, arraySize, GL_FALSE, fd);
367 RSD_CALL_GL(glUniformMatrix3fv, slot, arraySize, GL_FALSE, fd);
369 RSD_CALL_GL(glUniformMatrix2fv, slot, arraySize, GL_FALSE, fd);
373 RSD_CALL_GL(glUniform1fv, slot, arraySize, fd);
376 RSD_CALL_GL(glUniform2fv, slot, arraySize, fd);
379 RSD_CALL_GL(glUniform3fv, slot, arraySize, fd);
382 RSD_CALL_GL(glUniform4fv, slot, arraySize, fd);
532 ALOGE("Attempting to set constants on shader id %p, but alloc at slot %u is not set",
547 int32_t slot local
361 setUniform(const Context *rsc, const Element *field, const float *fd, int32_t slot, uint32_t arraySize ) argument
[all...]
/frameworks/rs/
H A DrsSampler.h65 void bindToContext(SamplerState *, uint32_t slot);
H A Drs_hal.h165 uint32_t slot,
171 uint32_t slot,
178 uint32_t slot,
186 uint32_t slot,
190 uint32_t slot,
194 uint32_t slot,
201 uint32_t slot,
204 uint32_t slot,
210 uint32_t slot,
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java324 * Memory slot number that is prefilled with the IPv4 header length.
325 * Note that this memory slot may be overwritten by a program that
326 * executes stores to this memory slot. This must be kept in sync with
332 * Memory slot number that is prefilled with the size of the packet being filtered in bytes.
333 * Note that this memory slot may be overwritten by a program that
334 * executes stores to this memory slot. This must be kept in sync with the APF interpreter.
339 * Memory slot number that is prefilled with the age of the filter in seconds. The age of the
341 * Note that this memory slot may be overwritten by a program that
342 * executes stores to this memory slot. This must be kept in sync with the APF interpreter.
347 * First memory slot containin
754 addLoadFromMemory(Register register, int slot) argument
769 addStoreToMemory(Register register, int slot) argument
[all...]
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java486 public void setIcon(String slot, String iconPackage, int iconId, int iconLevel, argument
493 //Slog.d(TAG, "setIcon slot=" + slot + " index=" + index + " icon=" + icon);
494 mIcons.put(slot, icon);
498 mBar.setIcon(slot, icon);
506 public void setIconVisibility(String slot, boolean visibility) { argument
510 StatusBarIcon icon = mIcons.get(slot);
519 mBar.setIcon(slot, icon);
528 public void removeIcon(String slot) { argument
532 mIcons.remove(slot);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceController.java187 Log.i(LOG_TAG, "notifyImsFeatureStatus: slot=" + mSlotId + ", feature="
387 private void sendImsFeatureCreatedCallback(int slot, int feature) { argument
393 callbacks.imsFeatureCreated(slot, feature);
404 private void sendImsFeatureRemovedCallback(int slot, int feature) { argument
410 callbacks.imsFeatureRemoved(slot, feature);
421 private void sendImsFeatureStatusChanged(int slot, int feature, int status) { argument
427 callbacks.imsStatusChanged(slot, feature, status);
/frameworks/native/libs/gui/bufferqueue/1.0/
H A DH2BGraphicBufferProducer.cpp967 status_t H2BGraphicBufferProducer::requestBuffer(int slot, sp<GraphicBuffer>* buf) { argument
971 static_cast<int32_t>(slot),
992 int* slot, sp<Fence>* fence,
1000 [&fnStatus, slot, fence, outTimestamps] (
1006 *slot = tSlot;
1021 status_t H2BGraphicBufferProducer::detachBuffer(int slot) { argument
1022 return toStatusT(mBase->detachBuffer(static_cast<int>(slot)));
1056 [&fnStatus, outSlot] (Status status, int32_t slot) {
1058 *outSlot = slot;
1064 int slot,
991 dequeueBuffer( int* slot, sp<Fence>* fence, uint32_t w, uint32_t h, ::android::PixelFormat format, uint32_t usage, FrameEventHistoryDelta* outTimestamps) argument
1063 queueBuffer( int slot, const QueueBufferInput& input, QueueBufferOutput* output) argument
1090 cancelBuffer(int slot, const sp<Fence>& fence) argument
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h110 virtual status_t detachBuffer(int slot);
113 virtual status_t attachBuffer(int* slot, const sp<GraphicBuffer>& buffer);
148 // a producer slot switches which source it comes from, we map source slot
149 // numbers to producer slot numbers differently for each source.
175 // to keep track of which source last returned each producer slot from
177 // slot. Both mProducerSlotSource and mProducerBuffers are indexed by a
178 // "producer slot"; see the mapSlot*() functions.
209 // Producer slot numbers for the buffers to use for HWC framebuffer target
H A DFramebufferSurface.cpp101 uint32_t slot = 0; local
105 status_t result = nextBuffer(slot, buf, acquireFence, dataspace);
111 result = mHwc.setClientTarget(mDisplayType, slot,
150 // then we may have acquired the slot we already own. If we had released
153 // freeBufferLocked on that slot. Because the buffer slot has already
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java125 private void updateSlot(String slot, String iconPkg, int iconId) { argument
133 if (slot.equals(v.getTag())) {
154 v.setTag(slot);
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp312 uint32_t slot = 0; local
315 I != E; I++, slot++) {
371 mOut.indent() << "forEach(" << slot << ", ";
395 uint32_t slot = 0; local
413 mOut.indent() << "invoke(" << slot;
421 slot++;
596 uint32_t slot = getNextExportVarSlot(); local
601 mOut.indent() << "bindAllocation(v, " << slot << ");\n";
652 uint32_t slot = getNextExportVarSlot(); local
654 tmp << slot; local
686 uint32_t slot = getNextExportVarSlot(); local
688 tmp << slot; local
[all...]
/frameworks/native/include/gui/
H A DGLConsumer.h175 // When outSlot is not nullptr, the current buffer slot index is also
261 virtual status_t releaseBufferLocked(int slot,
265 status_t releaseBufferLocked(int slot, argument
267 return releaseBufferLocked(slot, graphicBuffer, mEglDisplay, eglFence);
283 // This releases the buffer in the slot referenced by mCurrentTexture,
307 // is primarily just one image per slot, but there is also special cases:
358 // freeBufferLocked frees up the given buffer slot. If the slot has been
360 // slot and destroy the EGLImage in that slot
[all...]
/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_client.cpp140 size_t slot; local
142 format, usage, &slot);
151 "Surface::CreateQueue: Allocated buffer at slot=%zu of capacity=%zu",
152 slot, capacity);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp30 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
43 void RsdCpuScriptIntrinsic3DLUT::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
44 rsAssert(slot == 0);

Completed in 534 milliseconds

12345678