Searched refs:slot (Results 126 - 150 of 189) sorted by relevance

12345678

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicYuvToRGB.cpp38 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
52 void RsdCpuScriptIntrinsicYuvToRGB::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
53 rsAssert(slot == 0);
H A DrsCpuIntrinsicBlur.cpp28 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
29 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
100 void RsdCpuScriptIntrinsicBlur::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
101 rsAssert(slot == 1);
105 void RsdCpuScriptIntrinsicBlur::setGlobalVar(uint32_t slot, const void *data, size_t dataLength) { argument
106 rsAssert(slot == 0);
H A DrsCpuIntrinsicBlend.cpp90 extern "C" int rsdIntrinsicBlend_K(uchar4 *out, uchar4 const *in, int slot,
123 if (rsdIntrinsicBlend_K(out, in, info->slot, x1, x2) >= 0)
127 switch (info->slot) {
485 ALOGE("Called unimplemented value %d", info->slot);
H A DrsCpuScriptGroup.cpp210 uint32_t slot = kernels[ct]->mSlot; local
226 si->forEachKernelSetup(slot, &mtls);
227 si->preLaunch(slot, ains, inLen, outs[ct], mtls.fep.usr,
234 si->postLaunch(slot, ains, inLen, outs[ct], nullptr, 0, nullptr);
H A DrsCpuScriptGroup2.cpp601 int slot = p.first->mSlot; local
604 const char* varName = cpuScript->getFieldName(slot);
615 s->setVarObj(slot, (ObjectBase*)value);
617 s->setVar(slot, (const void*)&value, size);
H A DrsCpuIntrinsicConvolve3x3.cpp30 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
31 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
62 void RsdCpuScriptIntrinsicConvolve3x3::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
63 rsAssert(slot == 1);
67 void RsdCpuScriptIntrinsicConvolve3x3::setGlobalVar(uint32_t slot, const void *data, argument
69 rsAssert(slot == 0);
H A DrsCpuIntrinsicColorMatrix.cpp31 * Q0 D0: Load slot for R
32 * D1: Load slot for G
33 * Q1 D2: Load slot for B
34 * D3: Load slot for A
67 * Q0 D0: Load slot for R
69 * Q1 D2: Load slot for G
71 * Q2 D4: Load slot for B
73 * Q3 D6: Load slot for A
162 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
167 void preLaunch(uint32_t slot, cons
[all...]
H A DrsCpuIntrinsicResize.cpp30 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
35 void preLaunch(uint32_t slot, const Allocation ** ains,
66 void RsdCpuScriptIntrinsicResize::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
67 rsAssert(slot == 0);
636 void RsdCpuScriptIntrinsicResize::preLaunch(uint32_t slot, argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java102 default void setIcon(String slot, StatusBarIcon icon) { } argument
103 default void removeIcon(String slot) { } argument
154 public void setIcon(String slot, StatusBarIcon icon) { argument
158 new Pair<String, StatusBarIcon>(slot, icon)).sendToTarget();
162 public void removeIcon(String slot) { argument
165 mHandler.obtainMessage(MSG_ICON, OP_REMOVE_ICON, 0, slot).sendToTarget();
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java110 * @param slot index in the list of allocations to return
114 public Allocation getVertexAllocation(int slot) { argument
115 return mVertexBuffers[slot];
132 * @param slot locaton within the list of index set allocation
137 public Allocation getIndexSetAllocation(int slot) { argument
138 return mIndexBuffers[slot];
142 * @param slot locaiton within the list of index set primitives
146 public Primitive getPrimitive(int slot) { argument
147 return mPrimitives[slot];
/frameworks/native/include/gui/
H A DIGraphicBufferConsumer.h83 // detachBuffer attempts to remove all ownership of the buffer in the given slot from the buffer
84 // queue. If this call succeeds, the slot will be freed, and there will be no way to obtain the
85 // buffer from this interface. The freed slot will remain unallocated until either it is
87 // slot. The buffer must have already been acquired.
90 // * BAD_VALUE - the given slot number is invalid, either because it is out of the range
91 // [0, NUM_BUFFER_SLOTS) or because the slot it refers to is not
93 virtual status_t detachBuffer(int slot) = 0;
96 // succeeds, it will be as if this buffer was acquired from the returned slot number. As such,
111 // releaseBuffer releases a buffer slot from the consumer back to the BufferQueue. This may be
130 // * the buffer slot wa
[all...]
H A DBufferQueueCore.h62 // Used as a placeholder slot number when the value isn't pointing to an
119 // given slot.
120 void clearBufferSlotLocked(int slot);
198 // allocated for a slot when requestBuffer is called with that slot's index.
312 // When shared buffer mode is enabled, this tracks which slot contains the
332 // The slot of the last queued buffer
/frameworks/base/core/java/android/net/
H A DNetworkAgent.java163 * arg1 = the slot number of the keepalive to start
174 * arg1 = slot number of the keepalive to stop.
188 * arg1 = slot number of the keepalive
487 public void onPacketKeepaliveEvent(int slot, int reason) { argument
488 queueOrSendMessage(EVENT_PACKET_KEEPALIVE, slot, reason);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java104 for (Slot slot : slots) {
105 switch (slot) {
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java325 for (String slot: new String[] {
336 mStatusBarManager.setIconVisibility(slot, true);
/frameworks/av/services/mediaanalytics/
H A DMediaAnalyticsService.cpp460 int slot = 0; local
479 AString distilled = (*it)->dumpSummary(slot, only);
511 int slot = 0; local
528 result.appendFormat("%5d: %s\n", slot, entry.c_str());
529 slot++;
/frameworks/rs/script_api/include/
H A Drs_graphics.rsh467 rsgBindColorTarget(rs_allocation colorTarget, uint slot);
481 * slot: index of the constant buffer on the program
492 rsgBindConstant(rs_program_fragment ps, uint slot, rs_allocation c);
503 rsgBindConstant(rs_program_vertex pv, uint slot, rs_allocation c);
624 * operate on the texture bound at the matching slot.
633 rsgBindSampler(rs_program_fragment fragment, uint slot, rs_sampler sampler);
645 * matching slot.
654 rsgBindTexture(rs_program_fragment v, uint slot, rs_allocation alloc);
709 rsgClearColorTarget(uint slot);
/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp408 png_colorp slot = color_palette_bytes.get() + index; local
409 slot->red = color >> 24;
410 slot->green = color >> 16;
411 slot->blue = color >> 8;
/frameworks/rs/driver/
H A DrsdShader.h130 const float *fd, int32_t slot, uint32_t arraySize );
H A DrsdRuntimeStubs.cpp700 void rsForEachInternal(int slot, argument
724 rsrForEach(rsc, s, slot, numInputs, numInputs > 0 ? inputs : nullptr, out,
959 uint32_t slot, ::rs_sampler s) {
961 rsrBindSampler(rsc, (ProgramFragment *)pf.p, slot, (Sampler *)s.p);
965 uint32_t slot, ::rs_allocation a) {
967 rsrBindTexture(rsc, (ProgramFragment *)pf.p, slot, (Allocation *)a.p);
971 uint32_t slot, ::rs_allocation a) {
973 rsrBindConstant(rsc, (ProgramFragment *)pf.p, slot, (Allocation *)a.p);
977 uint32_t slot, ::rs_allocation a) {
979 rsrBindConstant(rsc, (ProgramVertex *)pv.p, slot, (Allocatio
958 rsgBindSampler(::rs_program_fragment pf, uint32_t slot, ::rs_sampler s) argument
964 rsgBindTexture(::rs_program_fragment pf, uint32_t slot, ::rs_allocation a) argument
970 rsgBindConstant(::rs_program_fragment pf, uint32_t slot, ::rs_allocation a) argument
976 rsgBindConstant(::rs_program_vertex pv, uint32_t slot, ::rs_allocation a) argument
1115 rsgBindColorTarget(::rs_allocation a, uint slot) argument
1125 rsgClearColorTarget(uint slot) argument
[all...]
/frameworks/rs/script_api/
H A Drs_graphics.spec243 arg: uint slot
256 arg: uint slot, "index of the constant buffer on the program"
271 arg: uint slot
353 arg: uint slot
359 operate on the texture bound at the matching slot.
368 arg: uint slot
376 matching slot.
411 arg: uint slot
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java104 final String slot = tile.getComponent().getClassName();
105 mMainHandler.post(() -> mHost.getIconController().removeIcon(slot));
/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp389 int slot = p.second; local
391 if (!renameInvoke(Context, source, slot, newName, &module)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java842 String slotString = args.getString("slot");
843 int slot = TextUtils.isEmpty(slotString) ? 0 : Integer.parseInt(slotString);
844 slot = MathUtils.constrain(slot, 0, 8);
847 while (mMobileSignalControllers.size() <= slot) {
855 MobileSignalController controller = mMobileSignalControllers.valueAt(slot);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp70 // Maximum number of slots supported when using the slot-based Multitouch Protocol B.
1590 slot.clear();
1743 // Query the driver for the current slot index and use it as the initial slot
1745 // current slot index will not be the same as it was when the first event was
1756 ALOGD("Could not retrieve current multitouch slot index. status=%d", status);
1789 ALOGW("MultiTouch device emitted invalid slot index %d but it "
1790 "should be between 0 and %d; ignoring this slot.",
1795 Slot* slot = &mSlots[mCurrentSlot]; local
1799 slot
[all...]

Completed in 464 milliseconds

12345678