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

123456

/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp541 int slot = p.first->mSlot; local
544 const char* varName = cpuScript->getFieldName(slot);
555 s->setVarObj(slot, (ObjectBase*)value);
557 s->setVar(slot, (const void*)&value, size);
H A DrsCpuIntrinsicConvolve3x3.cpp33 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
34 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
69 void RsdCpuScriptIntrinsicConvolve3x3::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
70 rsAssert(slot == 1);
74 void RsdCpuScriptIntrinsicConvolve3x3::setGlobalVar(uint32_t slot, const void *data, argument
76 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
165 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
170 void preLaunch(uint32_t slot, cons
[all...]
H A DrsCpuIntrinsicResize.cpp33 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
38 void preLaunch(uint32_t slot, const Allocation ** ains,
73 void RsdCpuScriptIntrinsicResize::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
74 rsAssert(slot == 0);
643 void RsdCpuScriptIntrinsicResize::preLaunch(uint32_t slot, argument
H A DrsCpuIntrinsicConvolve5x5.cpp33 void setGlobalVar(uint32_t slot, const void *data, size_t dataLength) override;
34 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
70 void RsdCpuScriptIntrinsicConvolve5x5::setGlobalObj(uint32_t slot, ObjectBase *data) { argument
71 rsAssert(slot == 1);
75 void RsdCpuScriptIntrinsicConvolve5x5::setGlobalVar(uint32_t slot, argument
77 rsAssert(slot == 0);
/frameworks/rs/driver/
H A DrsdShader.h129 const float *fd, int32_t slot, uint32_t arraySize );
H A DrsdRuntimeStubs.cpp652 void rsForEachInternal(int slot, argument
669 rsrForEach(rsc, s, slot, numInputs, numInputs > 0 ? inputs : nullptr, out,
898 uint32_t slot, ::rs_sampler s) {
900 rsrBindSampler(rsc, (ProgramFragment *)pf.p, slot, (Sampler *)s.p);
904 uint32_t slot, ::rs_allocation a) {
906 rsrBindTexture(rsc, (ProgramFragment *)pf.p, slot, (Allocation *)a.p);
910 uint32_t slot, ::rs_allocation a) {
912 rsrBindConstant(rsc, (ProgramFragment *)pf.p, slot, (Allocation *)a.p);
916 uint32_t slot, ::rs_allocation a) {
918 rsrBindConstant(rsc, (ProgramVertex *)pv.p, slot, (Allocatio
897 rsgBindSampler(::rs_program_fragment pf, uint32_t slot, ::rs_sampler s) argument
903 rsgBindTexture(::rs_program_fragment pf, uint32_t slot, ::rs_allocation a) argument
909 rsgBindConstant(::rs_program_fragment pf, uint32_t slot, ::rs_allocation a) argument
915 rsgBindConstant(::rs_program_vertex pv, uint32_t slot, ::rs_allocation a) argument
1054 rsgBindColorTarget(::rs_allocation a, uint slot) argument
1064 rsgClearColorTarget(uint slot) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java99 final String slot = tile.getComponent().getClassName();
103 mHost.getIconController().removeIcon(slot);
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp374 int slot = p.second; local
376 if (!renameInvoke(Context, source, slot, newName, &module)) {
/frameworks/rs/
H A DrsScriptC_Lib.cpp244 uint32_t slot,
249 target->runForEach(rsc, slot, (const Allocation**)in, numInputs, out, usr, usrBytes, call);
242 rsrForEach(Context *rsc, Script *target, uint32_t slot, uint32_t numInputs, Allocation **in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
H A DrsContext.cpp801 void rsi_ContextBindSampler(Context *rsc, uint32_t slot, RsSampler vs) { argument
804 if (slot > RS_MAX_SAMPLER_SLOT) {
805 ALOGE("Invalid sampler slot");
809 s->bindToContext(&rsc->mStateSampler, slot);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java763 String slotString = args.getString("slot");
764 int slot = TextUtils.isEmpty(slotString) ? 0 : Integer.parseInt(slotString);
765 slot = MathUtils.constrain(slot, 0, 8);
768 while (mMobileSignalControllers.size() <= slot) {
777 .values().toArray(new MobileSignalController[0])[slot];
/frameworks/native/services/inputflinger/
H A DInputReader.cpp69 // Maximum number of slots supported when using the slot-based Multitouch Protocol B.
1531 slot.clear();
1684 // Query the driver for the current slot index and use it as the initial slot
1686 // current slot index will not be the same as it was when the first event was
1697 ALOGD("Could not retrieve current multitouch slot index. status=%d", status);
1730 ALOGW("MultiTouch device emitted invalid slot index %d but it "
1731 "should be between 0 and %d; ignoring this slot.",
1736 Slot* slot = &mSlots[mCurrentSlot]; local
1740 slot
[all...]
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp683 int slot; local
685 status_t status = mOutput->attachBuffer(&slot, bufferItem.mGraphicBuffer);
689 status = mOutput->queueBuffer(slot, queueInput, &queueOutput);
/frameworks/base/core/java/android/net/
H A DIConnectivityManager.aidl174 void stopKeepalive(in Network network, int slot);
/frameworks/base/libs/hwui/
H A DSkiaShader.cpp55 static inline void bindUniformColor(int slot, FloatColor color) { argument
56 glUniform4fv(slot, 1, reinterpret_cast<const float*>(&color));
194 // TODO: remove sampler slot incrementing from dither.setupProgram,
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp66 llvm::cl::desc("Lists of kernels to merge (as source-and-slot "
178 std::cerr << "source " << sourceStr << ", slot " << slotStr << std::endl;
181 int slot = std::stoi(slotStr); local
182 planList.push_back(std::make_pair(source, slot));
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp113 size_t slot = ((x - minUs) * 100) / (maxUs - minUs); local
114 if (slot == 100) { slot = 99; }
116 ++counts[slot];
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp968 const int slot = sGLExtentionSlot; local
970 ALOGE_IF(slot >= MAX_NUMBER_OF_GL_EXTENSIONS,
974 if (!addr && (slot < MAX_NUMBER_OF_GL_EXTENSIONS)) {
981 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] =
982 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] =
988 addr = gExtensionForwarders[slot];
/frameworks/rs/api/
H A Drs_for_each.spec221 arg: int slot
226 summary: (Internal API) Launch a kernel in the current Script (with the slot number)
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java264 int slot = msg.arg1;
266 assertEquals((int) mExpectedKeepaliveSlot, slot);
268 onPacketKeepaliveEvent(slot, mStartKeepaliveError);
395 public void setExpectedKeepaliveSlot(Integer slot) { argument
396 mExpectedKeepaliveSlot = slot;
1661 // Check that keepalive slots start from 1 and increment. The first one gets slot 1.
1666 // The second one gets slot 2.
1672 // Now stop the first one and create a third. This also gets slot 1.
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2990 startSendingOffloadedPacket(int slot, KeepalivePacketData keepAlivePacket, int period) { argument
2991 Log.d(TAG, "startSendingOffloadedPacket slot=" + slot + " period=" + period);
3001 return startSendingOffloadedPacketNative(sWlan0Index, slot, srcMac,
3012 stopSendingOffloadedPacket(int slot) { argument
3013 Log.d(TAG, "stopSendingOffloadedPacket " + slot);
3016 return stopSendingOffloadedPacketNative(sWlan0Index, slot);
H A DWifiStateMachine.java1566 int startWifiIPPacketOffload(int slot, KeepalivePacketData packetData, int intervalSeconds) { argument
1567 int ret = mWifiNative.startSendingOffloadedPacket(slot, packetData, intervalSeconds * 1000);
1569 loge("startWifiIPPacketOffload(" + slot + ", " + intervalSeconds +
1577 int stopWifiIPPacketOffload(int slot) { argument
1578 int ret = mWifiNative.stopSendingOffloadedPacket(slot);
1580 loge("stopWifiIPPacketOffload(" + slot + "): hardware error " + ret);
4820 int slot = message.arg1;
4821 int ret = stopWifiIPPacketOffload(slot);
4823 mNetworkAgent.onPacketKeepaliveEvent(slot, ret);
7273 int slot
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1367 void CmdBeginQuery(VkCommandBuffer cmdBuffer, VkQueryPool queryPool, uint32_t slot, VkQueryControlFlags flags) { argument
1370 void CmdEndQuery(VkCommandBuffer cmdBuffer, VkQueryPool queryPool, uint32_t slot) { argument
1376 void CmdWriteTimestamp(VkCommandBuffer cmdBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t slot) { argument
/frameworks/rs/cpp/
H A DrsCppStructs.h1701 void forEach(uint32_t slot, sp<const Allocation> in, sp<const Allocation> out,
1703 void bindAllocation(sp<Allocation> va, uint32_t slot) const;
1706 void invoke(uint32_t slot, const void *v, size_t len) const;
1709 void invoke(uint32_t slot) const {
1710 invoke(slot, NULL, 0);

Completed in 674 milliseconds

123456