Searched refs:slot (Results 151 - 175 of 214) sorted by relevance

123456789

/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/native/libs/vr/libvrflinger/
H A Ddisplay_surface.cpp348 size_t slot; local
350 0, &slot, metadata_.get(),
385 AcquiredBuffer(buffer_consumer, std::move(acquire_fence), slot));
H A Dhardware_composer.cpp1387 bool Layer::CheckAndUpdateCachedBuffer(std::size_t slot, int buffer_id) { argument
1388 auto search = cached_buffer_map_.find(slot);
1392 // Assign or update the buffer slot.
1394 cached_buffer_map_[slot] = buffer_id;
1401 std::size_t slot; local
1405 std::tie(right, bottom, id, handle, acquire_fence_, slot) =
1409 TRACE_FORMAT("Layer::Prepare|buffer_id=%d;slot=%zu|", id, slot);
1441 const bool cached = CheckAndUpdateCachedBuffer(slot, id);
1448 slot, handl
[all...]
/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.cpp410 png_colorp slot = color_palette_bytes.get() + index; local
411 slot->red = color >> 24;
412 slot->green = color >> 16;
413 slot->blue = color >> 8;
/frameworks/native/include/gui/
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/native/libs/gui/include/gui/
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/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.h131 * the composer uses slot to look up the client target from its cache.
134 virtual Error setClientTarget(Display display, uint32_t slot, const sp<GraphicBuffer>& target,
154 /* see setClientTarget for the purpose of slot */
155 virtual Error setLayerBuffer(Display display, Layer layer, uint32_t slot,
328 * the composer uses slot to look up the client target from its cache.
331 Error setClientTarget(Display display, uint32_t slot, const sp<GraphicBuffer>& target,
350 /* see setClientTarget for the purpose of slot */
351 Error setLayerBuffer(Display display, Layer layer, uint32_t slot,
/frameworks/rs/cpu_ref/
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
H A DrsCpuIntrinsicConvolve5x5.cpp30 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
31 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
64 void RsdCpuScriptIntrinsicConvolve5x5::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
65 rsAssert(slot == 1);
69 void RsdCpuScriptIntrinsicConvolve5x5::setGlobalVar(uint32_t slot, argument
71 rsAssert(slot == 0);
/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 // TileServices doesn't know how to add more than 1 icon per slot, so remove all
107 .removeAllIconsForSlot(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/
H A DCommandQueue.java116 default void setIcon(String slot, StatusBarIcon icon) { } argument
117 default void removeIcon(String slot) { } argument
183 public void setIcon(String slot, StatusBarIcon icon) { argument
187 new Pair<String, StatusBarIcon>(slot, icon)).sendToTarget();
191 public void removeIcon(String slot) { argument
194 mHandler.obtainMessage(MSG_ICON, OP_REMOVE_ICON, 0, slot).sendToTarget();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java901 String slotString = args.getString("slot");
902 int slot = TextUtils.isEmpty(slotString) ? 0 : Integer.parseInt(slotString);
903 slot = MathUtils.constrain(slot, 0, 8);
906 while (mMobileSignalControllers.size() <= slot) {
914 MobileSignalController controller = mMobileSignalControllers.valueAt(slot);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp73 // Maximum number of slots supported when using the slot-based Multitouch Protocol B.
1658 slot.clear();
1811 // Query the driver for the current slot index and use it as the initial slot
1813 // current slot index will not be the same as it was when the first event was
1824 ALOGD("Could not retrieve current multitouch slot index. status=%d", status);
1858 ALOGW("MultiTouch device emitted invalid slot index %d but it "
1859 "should be between 0 and %zd; ignoring this slot.",
1864 Slot* slot = &mSlots[mCurrentSlot]; local
1868 slot
[all...]
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp670 int slot; local
672 status_t status = mOutput->attachBuffer(&slot, bufferItem.mGraphicBuffer);
676 status = mOutput->queueBuffer(slot, queueInput, &queueOutput);
/frameworks/av/services/mediaanalytics/
H A DMediaAnalyticsService.cpp407 int slot = 0; local
424 result.appendFormat("%5d: %s\n", slot, entry.c_str());
425 slot++;
/frameworks/rs/cpp/
H A DrsDispatch.h112 typedef void (*ProgramBindConstantsFnPtr) (RsContext rsc, RsProgram vp, uint32_t slot, RsAllocation constants);
113 typedef void (*ProgramBindTextureFnPtr) (RsContext rsc, RsProgramFragment pf, uint32_t slot, RsAllocation a);
114 typedef void (*ProgramBindSamplerFnPtr) (RsContext rsc, RsProgramFragment pf, uint32_t slot, RsSampler s);

Completed in 368 milliseconds

123456789