Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/libs/rs/
DrsProgram.cpp112 void Program::bindAllocation(Allocation *alloc, uint32_t slot) in bindAllocation()
127 void Program::bindTexture(uint32_t slot, Allocation *a) in bindTexture()
139 void Program::bindSampler(uint32_t slot, Sampler *s) in bindSampler()
244 void rsi_ProgramBindConstants(Context *rsc, RsProgram vp, uint32_t slot, RsAllocation constants) in rsi_ProgramBindConstants()
250 void rsi_ProgramBindTexture(Context *rsc, RsProgram vpf, uint32_t slot, RsAllocation a) in rsi_ProgramBindTexture()
256 void rsi_ProgramBindSampler(Context *rsc, RsProgram vpf, uint32_t slot, RsSampler s) in rsi_ProgramBindSampler()
DrsScript.cpp44 void rsi_ScriptBindAllocation(Context * rsc, RsScript vs, RsAllocation va, uint32_t slot) in rsi_ScriptBindAllocation()
77 void rsi_ScriptSetType(Context * rsc, RsType vt, uint32_t slot, bool writable, const char *name) in rsi_ScriptSetType()
90 void rsi_ScriptSetInvoke(Context *rsc, const char *name, uint32_t slot) in rsi_ScriptSetInvoke()
96 void rsi_ScriptInvoke(Context *rsc, RsScript vs, uint32_t slot) in rsi_ScriptInvoke()
DrsSampler.cpp89 void Sampler::bindToContext(SamplerState *ss, uint32_t slot) in bindToContext()
97 int32_t slot = mBoundSlot; in unbindFromContext() local
DrsVertexArray.cpp190 uint32_t slot = 0; in setupGL2() local
DrsSimpleMesh.cpp145 void rsi_SimpleMeshBindVertex(Context *rsc, RsSimpleMesh mv, RsAllocation va, uint32_t slot) in rsi_SimpleMeshBindVertex()
DrsProgramVertex.cpp237 int32_t slot = sc->vtxUniformSlot(uidx); in setupGL2() local
DrsContext.cpp845 void rsi_ContextBindSampler(Context *rsc, uint32_t slot, RsSampler vs) in rsi_ContextBindSampler()
DrsScriptC_Lib.cpp619 static void SC_bindTexture(RsProgramFragment vpf, uint32_t slot, RsAllocation va) in SC_bindTexture()
629 static void SC_bindSampler(RsProgramFragment vpf, uint32_t slot, RsSampler vs) in SC_bindSampler()
/frameworks/base/core/java/android/app/
DStatusBarManager.java109 public void setIcon(String slot, int iconId, int iconLevel) { in setIcon()
118 public void removeIcon(String slot) { in removeIcon()
127 public void setIconVisibility(String slot, boolean visible) { in setIconVisibility()
/frameworks/base/tests/CoreTests/android/core/
DHashMapTest.java148 int slot = 0; in testKeyIterator() local
188 int slot = 0; in testValueIterator() local
228 int slot = 0; in testEntryIterator() local
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl30 void setIcon(String slot, String iconPackage, int iconId, int iconLevel); in setIcon()
31 void setIconVisibility(String slot, boolean visible); in setIconVisibility()
32 void removeIcon(String slot); in removeIcon()
DStatusBarIconList.java99 public int getSlotIndex(String slot) { in getSlotIndex()
/frameworks/base/graphics/java/android/renderscript/
DScript.java50 public void bindAllocation(Allocation va, int slot) { in bindAllocation()
96 public void setType(Type t, int slot) { in setType()
101 public void setType(Type t, String name, int slot) { in setType()
115 public void setType(boolean writable, int slot) { in setType()
DProgram.java45 public void bindConstants(Allocation a, int slot) { in bindConstants()
49 public void bindTexture(Allocation va, int slot) in bindTexture()
59 public void bindSampler(Sampler vs, int slot) in bindSampler()
DSimpleMesh.java37 public void bindVertexAllocation(Allocation a, int slot) { in bindVertexAllocation()
47 public Allocation createVertexAllocation(int slot) { in createVertexAllocation()
57 public Type getVertexType(int slot) { in getVertexType()
DRenderScript.java73 native void nContextBindSampler(int sampler, int slot); in nContextBindSampler()
136 native void nScriptBindAllocation(int script, int alloc, int slot); in nScriptBindAllocation()
141 native void nScriptSetType(int type, boolean writable, String name, int slot); in nScriptSetType()
143 native void nScriptSetInvokable(String name, int slot); in nScriptSetInvokable()
144 native void nScriptInvoke(int id, int slot); in nScriptInvoke()
168 native void nProgramBindConstants(int pv, int slot, int mID); in nProgramBindConstants()
169 native void nProgramBindTexture(int vpf, int slot, int a); in nProgramBindTexture()
170 native void nProgramBindSampler(int vpf, int slot, int s); in nProgramBindSampler()
186 native void nSimpleMeshBindVertex(int id, int alloc, int slot); in nSimpleMeshBindVertex()
DProgramFragment.java109 public void setTexture(EnvMode env, Format fmt, int slot) in setTexture()
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_imdct_synth.cpp319 for (int32 slot = 1; slot < FILTERBANK_BANDS; slot += 6) in pvmp3_imdct_synth() local
336 int32 slot; in pvmp3_imdct_synth() local
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListButtonsDiagonalAcrossItems.java52 final Slot slot = position == 0 ? Slot.Left : in createView() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java68 public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon); in addIcon()
69 public void updateIcon(String slot, int index, int viewIndex, in updateIcon()
71 public void removeIcon(String slot, int index, int viewIndex); in removeIcon()
DStatusBarIconView.java47 public StatusBarIconView(Context context, String slot) { in StatusBarIconView()
DStatusBarService.java344 public void addIcon(String slot, int index, int viewIndex, StatusBarIcon icon) { in addIcon()
354 public void updateIcon(String slot, int index, int viewIndex, in updateIcon()
364 public void removeIcon(String slot, int index, int viewIndex) { in removeIcon()
/frameworks/base/services/java/com/android/server/
DStatusBarManagerService.java174 public void setIcon(String slot, String iconPackage, int iconId, int iconLevel) { in setIcon()
196 public void setIconVisibility(String slot, boolean visible) { in setIconVisibility()
223 public void removeIcon(String slot) { in removeIcon()
/frameworks/base/graphics/jni/
Dandroid_renderscript_RenderScript.cpp849 nScriptBindAllocation(JNIEnv *_env, jobject _this, jint script, jint alloc, jint slot) in nScriptBindAllocation()
898 nScriptSetType(JNIEnv *_env, jobject _this, jint type, jboolean writable, jstring _str, jint slot) in nScriptSetType()
913 nScriptSetInvoke(JNIEnv *_env, jobject _this, jstring _str, jint slot) in nScriptSetInvoke()
928 nScriptInvoke(JNIEnv *_env, jobject _this, jint obj, jint slot) in nScriptInvoke()
1087 nProgramBindConstants(JNIEnv *_env, jobject _this, jint vpv, jint slot, jint a) in nProgramBindConstants()
1095 nProgramBindTexture(JNIEnv *_env, jobject _this, jint vpf, jint slot, jint a) in nProgramBindTexture()
1103 nProgramBindSampler(JNIEnv *_env, jobject _this, jint vpf, jint slot, jint a) in nProgramBindSampler()
1335 nSimpleMeshBindVertex(JNIEnv *_env, jobject _this, jint s, jint alloc, jint slot) in nSimpleMeshBindVertex()
/frameworks/base/core/java/android/speech/srec/
DRecognizer.java205 public void addWordToSlot(String slot, String word, String pron, int weight, String tag) { in addWordToSlot()
664 private static native void SR_GrammarAddWordToSlot(int grammar, String slot, in SR_GrammarAddWordToSlot()

12