Searched defs:slot (Results 51 - 73 of 73) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java78 public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon); argument
79 public void updateIcon(String slot, int index, int viewIndex, argument
81 public void removeIcon(String slot, int index, int viewIndex); argument
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java109 * @param slot index in the list of allocations to return
113 public Allocation getVertexAllocation(int slot) { argument
114 return mVertexBuffers[slot];
131 * @param slot locaton within the list of index set allocation
136 public Allocation getIndexSetAllocation(int slot) { argument
137 return mIndexBuffers[slot];
141 * @param slot locaiton within the list of index set primitives
145 public Primitive getPrimitive(int slot) { argument
146 return mPrimitives[slot];
H A DRenderScript.java269 native void rsnContextBindSampler(long con, int sampler, int slot); argument
270 synchronized void nContextBindSampler(int sampler, int slot) { argument
272 rsnContextBindSampler(mContext, sampler, slot);
593 native void rsnScriptBindAllocation(long con, long script, long alloc, int slot); argument
594 synchronized void nScriptBindAllocation(long script, long alloc, int slot) { argument
596 rsnScriptBindAllocation(mContext, script, alloc, slot);
603 native void rsnScriptInvoke(long con, long id, int slot); argument
604 synchronized void nScriptInvoke(long id, int slot) { argument
606 rsnScriptInvoke(mContext, id, slot);
608 native void rsnScriptForEach(long con, long id, int slot, lon argument
609 rsnScriptForEach(long con, long id, int slot, long ain, long aout) argument
610 rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
612 rsnScriptForEachClipped(long con, long id, int slot, long ain, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
614 nScriptForEach(long id, int slot, long ain, long aout, byte[] params) argument
623 nScriptForEachClipped(long id, int slot, long ain, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
639 rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
642 rsnScriptForEachMultiClipped(long con, long id, int slot, long[] ains, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
646 nScriptForEachMultiClipped(long id, int slot, long[] ains, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
656 rsnScriptInvokeV(long con, long id, int slot, byte[] params) argument
657 nScriptInvokeV(long id, int slot, byte[] params) argument
662 rsnScriptSetVarI(long con, long id, int slot, int val) argument
663 nScriptSetVarI(long id, int slot, int val) argument
667 rsnScriptGetVarI(long con, long id, int slot) argument
668 nScriptGetVarI(long id, int slot) argument
673 rsnScriptSetVarJ(long con, long id, int slot, long val) argument
674 nScriptSetVarJ(long id, int slot, long val) argument
678 rsnScriptGetVarJ(long con, long id, int slot) argument
679 nScriptGetVarJ(long id, int slot) argument
684 rsnScriptSetVarF(long con, long id, int slot, float val) argument
685 nScriptSetVarF(long id, int slot, float val) argument
689 rsnScriptGetVarF(long con, long id, int slot) argument
690 nScriptGetVarF(long id, int slot) argument
694 rsnScriptSetVarD(long con, long id, int slot, double val) argument
695 nScriptSetVarD(long id, int slot, double val) argument
699 rsnScriptGetVarD(long con, long id, int slot) argument
700 nScriptGetVarD(long id, int slot) argument
704 rsnScriptSetVarV(long con, long id, int slot, byte[] val) argument
705 nScriptSetVarV(long id, int slot, byte[] val) argument
709 rsnScriptGetVarV(long con, long id, int slot, byte[] val) argument
710 nScriptGetVarV(long id, int slot, byte[] val) argument
714 rsnScriptSetVarVE(long con, long id, int slot, byte[] val, long e, int[] dims) argument
716 nScriptSetVarVE(long id, int slot, byte[] val, long e, int[] dims) argument
721 rsnScriptSetVarObj(long con, long id, int slot, long val) argument
722 nScriptSetVarObj(long id, int slot, long val) argument
740 rsnScriptKernelIDCreate(long con, long sid, int slot, int sig) argument
741 nScriptKernelIDCreate(long sid, int slot, int sig) argument
746 rsnScriptFieldIDCreate(long con, long sid, int slot) argument
747 nScriptFieldIDCreate(long sid, int slot) argument
801 rsnProgramBindConstants(long con, long pv, int slot, long mID) argument
802 nProgramBindConstants(long pv, int slot, long mID) argument
806 rsnProgramBindTexture(long con, long vpf, int slot, long a) argument
807 nProgramBindTexture(long vpf, int slot, long a) argument
811 rsnProgramBindSampler(long con, long vpf, int slot, long s) argument
812 nProgramBindSampler(long vpf, int slot, long s) argument
[all...]
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java234 public void setIcon(String slot, String iconPackage, int iconId, int iconLevel, argument
239 int index = mIcons.getSlotIndex(slot);
241 throw new SecurityException("invalid status bar icon slot: " + slot);
247 //Slog.d(TAG, "setIcon slot=" + slot + " index=" + index + " icon=" + icon);
260 public void setIconVisibility(String slot, boolean visible) { argument
264 int index = mIcons.getSlotIndex(slot);
266 throw new SecurityException("invalid status bar icon slot: " + slot);
288 removeIcon(String slot) argument
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp375 uint32_t slot = 0; local
379 I != E; I++, slot++) {
437 mOut.indent() << "forEach(" << slot << ", ";
458 slot = 0;
477 mOut.indent() << "invoke(" << slot;
485 slot++;
583 uint32_t slot = getNextExportVarSlot(); local
588 mOut.indent() << "bindAllocation(v, " << slot << ");\n";
/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp50 status_t BufferQueueProducer::requestBuffer(int slot, sp<GraphicBuffer>* buf) { argument
52 BQ_LOGV("requestBuffer: slot %d", slot);
60 if (slot < 0 || slot >= BufferQueueDefs::NUM_BUFFER_SLOTS) {
61 BQ_LOGE("requestBuffer: slot index %d out of range [0, %d)",
62 slot, BufferQueueDefs::NUM_BUFFER_SLOTS);
64 } else if (mSlots[slot].mBufferState != BufferSlot::DEQUEUED) {
65 BQ_LOGE("requestBuffer: slot %d is not owned by the producer "
66 "(state = %d)", slot, mSlot
390 detachBuffer(int slot) argument
512 queueBuffer(int slot, const QueueBufferInput &input, QueueBufferOutput *output) argument
693 cancelBuffer(int slot, const sp<Fence>& fence) argument
985 int slot = freeSlots[i]; local
[all...]
H A DGLConsumer.cpp261 ST_LOGV("releaseTexImage: (slot=%d, mAttached=%d)", buf, mAttached);
264 // Do whatever sync ops we need to do before releasing the slot.
267 ST_LOGE("syncForReleaseLocked failed (slot=%d), err=%d", buf, err);
345 int slot = item->mBuf; local
346 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
357 // buffer has reallocated the original buffer slot after this buffer
387 // Ensure we have a valid EglImageKHR for the slot, creating an EglImage
388 // if nessessary, for the gralloc buffer currently in the slot in
394 ST_LOGW("updateAndRelease: unable to createImage on display=%p slot=%d",
401 // Do whatever sync ops we need to do before releasing the old slot
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h70 uint32_t slot; member in struct:android::renderscript::__anon1483
H A DrsCpuScript.cpp661 ALOGE("Invalid object slot count!: %s", line);
673 ALOGE("Invalid object slot!: %s", line);
1051 void RsdCpuScriptImpl::invokeForEach(uint32_t slot, argument
1060 forEachKernelSetup(slot, &mtls);
1067 void RsdCpuScriptImpl::invokeForEachMulti(uint32_t slot, argument
1078 forEachKernelSetup(slot, &mtls);
1085 void RsdCpuScriptImpl::forEachKernelSetup(uint32_t slot, MTLaunchStruct *mtls) { argument
1087 mtls->fep.slot = slot;
1089 rsAssert(slot < mExecutabl
1120 invokeFunction(uint32_t slot, const void *params, size_t paramLength) argument
1134 setGlobalVar(uint32_t slot, const void *data, size_t dataLength) argument
1157 getGlobalVar(uint32_t slot, void *data, size_t dataLength) argument
1175 setGlobalVarWithElemDims(uint32_t slot, const void *data, size_t dataLength, const Element *elem, const uint32_t *dims, size_t dimLength) argument
1216 setGlobalBind(uint32_t slot, Allocation *data) argument
1240 setGlobalObj(uint32_t slot, ObjectBase *data) argument
1346 preLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
1352 postLaunch(uint32_t slot, const Allocation * ain, Allocation * aout, const void * usr, uint32_t usrLen, const RsScriptCall *sc) argument
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp103 size_t slot = ((x - minUs) * 100) / (maxUs - minUs); local
104 if (slot == 100) { slot = 99; }
106 ++counts[slot];
/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java194 * Add a word to a slot.
196 * @param slot slot name.
202 public void addWordToSlot(String slot, String word, String pron, int weight, String tag) { argument
203 SR_GrammarAddWordToSlot(mGrammar, slot, word, pron, weight, tag);
352 * in a grxml file, or in the <code>tag</code> slot of
661 private static native void SR_GrammarAddWordToSlot(long grammar, String slot, argument
664 // private static native void SR_GrammarAddNametagToSlot(long grammar, String slot,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp945 const int slot = sGLExtentionSlot; local
947 ALOGE_IF(slot >= MAX_NUMBER_OF_GL_EXTENSIONS,
955 if (!addr && (slot < MAX_NUMBER_OF_GL_EXTENSIONS)) {
962 cnx->hooks[egl_connection_t::GLESv1_INDEX]->ext.extensions[slot] =
963 cnx->hooks[egl_connection_t::GLESv2_INDEX]->ext.extensions[slot] =
965 debugHooks->ext.extensions[slot] =
966 gHooksTrace.ext.extensions[slot] =
973 addr = gExtensionForwarders[slot];
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java525 SimData(State state, int slot, int id) { argument
527 slotId = slot;
1312 * Find the next SubscriptionId for a SIM in the given state, favoring lower slot numbers first.
1319 int bestSlotId = Integer.MAX_VALUE; // Favor lowest slot first
/frameworks/rs/
H A DrsContext.cpp825 void rsi_ContextBindSampler(Context *rsc, uint32_t slot, RsSampler vs) { argument
828 if (slot > RS_MAX_SAMPLER_SLOT) {
829 ALOGE("Invalid sampler slot");
833 s->bindToContext(&rsc->mStateSampler, slot);
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp684 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) argument
686 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
687 rsScriptBindAllocation(con, (RsScript)script, (RsAllocation)alloc, slot);
691 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
693 LOG_API("nScriptSetVarI, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
694 rsScriptSetVarI(con, (RsScript)script, slot, val);
698 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
700 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(
705 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) argument
712 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) argument
719 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) argument
726 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
736 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims) argument
767 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) argument
774 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
784 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
791 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
802 nScriptForEachClipped(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
822 nScriptForEachClippedV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
903 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig) argument
910 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot) argument
[all...]
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp205 static void SC_BindTexture(ProgramFragment *pf, uint32_t slot, Allocation *a) { argument
207 rsrBindTexture(rsc, pf, slot, a);
210 static void SC_BindVertexConstant(ProgramVertex *pv, uint32_t slot, Allocation *a) { argument
212 rsrBindConstant(rsc, pv, slot, a);
215 static void SC_BindFragmentConstant(ProgramFragment *pf, uint32_t slot, Allocation *a) { argument
217 rsrBindConstant(rsc, pf, slot, a);
220 static void SC_BindSampler(ProgramFragment *pf, uint32_t slot, Sampler *s) { argument
222 rsrBindSampler(rsc, pf, slot, s);
245 static void SC_BindFrameBufferObjectColorTarget(Allocation *a, uint32_t slot) { argument
247 rsrBindFrameBufferObjectColorTarget(rsc, a, slot);
255 SC_ClearFrameBufferObjectColorTarget(uint32_t slot) argument
[all...]
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp1863 int slot = mCaches.currentProgram->getAttrib("colors"); local
1864 if (slot >= 0) {
1865 glEnableVertexAttribArray(slot);
1866 glVertexAttribPointer(slot, 4, GL_FLOAT, GL_FALSE, stride, colors);
2140 int slot = mCaches.currentProgram->getAttrib("colors"); local
2141 if (slot >= 0) {
2142 glDisableVertexAttribArray(slot);
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp948 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
950 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", (RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
951 rsScriptBindAllocation((RsContext)con, (RsScript)script, (RsAllocation)alloc, slot);
955 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
957 LOG_API("nScriptSetVarI, con(%p), s(%p), slot(%i), val(%i)", (RsContext)con, (void *)script, slot, val);
958 rsScriptSetVarI((RsContext)con, (RsScript)script, slot, val);
962 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
964 LOG_API("nScriptGetVarI, con(%p), s(%p), slot(
971 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
978 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
985 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
994 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1001 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1010 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1017 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1026 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1036 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1046 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1077 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1084 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1094 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout) argument
1101 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params) argument
1112 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1132 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1155 nScriptForEachMultiClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1201 nScriptForEachMultiClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1308 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
1315 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1423 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
1430 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
1437 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3741 void processSlot(MultiTouchInputMapper* mapper, int32_t slot);
3845 MultiTouchInputMapper* mapper, int32_t slot) {
3846 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_SLOT, slot);
3844 processSlot( MultiTouchInputMapper* mapper, int32_t slot) argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java526 native void rsnScriptBindAllocation(int con, int script, int alloc, int slot); argument
527 synchronized void nScriptBindAllocation(int script, int alloc, int slot) { argument
529 rsnScriptBindAllocation(mContext, script, alloc, slot);
536 native void rsnScriptInvoke(int con, int id, int slot); argument
537 synchronized void nScriptInvoke(int id, int slot) { argument
539 rsnScriptInvoke(mContext, id, slot);
541 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params); argument
542 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout); argument
543 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, argument
545 native void rsnScriptForEachClipped(int con, int id, int slot, in argument
547 nScriptForEach(int id, int slot, int ain, int aout, byte[] params) argument
556 nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
566 rsnScriptInvokeV(int con, int id, int slot, byte[] params) argument
567 nScriptInvokeV(int id, int slot, byte[] params) argument
571 rsnScriptSetVarI(int con, int id, int slot, int val) argument
572 nScriptSetVarI(int id, int slot, int val) argument
576 rsnScriptSetVarJ(int con, int id, int slot, long val) argument
577 nScriptSetVarJ(int id, int slot, long val) argument
581 rsnScriptSetVarF(int con, int id, int slot, float val) argument
582 nScriptSetVarF(int id, int slot, float val) argument
586 rsnScriptSetVarD(int con, int id, int slot, double val) argument
587 nScriptSetVarD(int id, int slot, double val) argument
591 rsnScriptSetVarV(int con, int id, int slot, byte[] val) argument
592 nScriptSetVarV(int id, int slot, byte[] val) argument
596 rsnScriptSetVarVE(int con, int id, int slot, byte[] val, int e, int[] dims) argument
598 nScriptSetVarVE(int id, int slot, byte[] val, int e, int[] dims) argument
603 rsnScriptSetVarObj(int con, int id, int slot, int val) argument
604 nScriptSetVarObj(int id, int slot, int val) argument
622 rsnScriptKernelIDCreate(int con, int sid, int slot, int sig) argument
623 nScriptKernelIDCreate(int sid, int slot, int sig) argument
628 rsnScriptFieldIDCreate(int con, int sid, int slot) argument
629 nScriptFieldIDCreate(int sid, int slot) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1277 public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) { argument
1278 if (SPEW) Log.d(TAG, "addIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
1280 StatusBarIconView view = new StatusBarIconView(mContext, slot, null);
1284 view = new StatusBarIconView(mContext, slot, null);
1290 public void updateIcon(String slot, int index, int viewIndex, argument
1292 if (SPEW) Log.d(TAG, "updateIcon slot=" + slot + " index=" + index + " viewIndex=" + viewIndex
1300 public void removeIcon(String slot, int index, int viewIndex) { argument
1301 if (SPEW) Log.d(TAG, "removeIcon slot
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.cpp65 // Maximum number of slots supported when using the slot-based Multitouch Protocol B.
1422 slot.clear();
1575 // Query the driver for the current slot index and use it as the initial slot
1577 // current slot index will not be the same as it was when the first event was
1588 ALOGD("Could not retrieve current multitouch slot index. status=%d", status);
1621 ALOGW("MultiTouch device emitted invalid slot index %d but it "
1622 "should be between 0 and %d; ignoring this slot.",
1627 Slot* slot = &mSlots[mCurrentSlot]; local
1631 slot
[all...]
H A DInputReader.h758 RawAbsoluteAxisInfo slot; member in struct:android::RawPointerAxes

Completed in 3574 milliseconds

123