Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeStatusBarIconController.java48 public void setIconFromTile(String slot, StatusBarIcon icon) { in setIconFromTile()
53 public void removeIconForTile(String slot) { in removeIconForTile()
58 public void setIcon(String slot, int resourceId, CharSequence contentDescription) { in setIcon()
71 public void setCallStrengthIcons(String slot, List<CallIndicatorIconState> states) { in setCallStrengthIcons()
75 public void setNoCallingIcons(String slot, List<CallIndicatorIconState> states) { in setNoCallingIcons()
83 public void removeIcon(String slot, int tag) { in removeIcon()
87 public void removeAllIconsForSlot(String slot) { in removeAllIconsForSlot()
91 public void setIconAccessibilityLiveRegion(String slot, int mode) { in setIconAccessibilityLiveRegion()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconControllerImpl.java114 Slot slot = allSlots.get(i); in addIconGroup() local
178 private void addSystemIcon(String slot, StatusBarIconHolder holder) { in addSystemIcon()
306 public void setIconFromTile(String slot, StatusBarIcon icon) { in setIconFromTile()
311 public void removeIconForTile(String slot) { in removeIconForTile()
315 private void setExternalIcon(String slot, StatusBarIcon icon) { in setExternalIcon()
325 private void setIcon(String slot, @NonNull StatusBarIconHolder holder) { in setIcon()
337 public void setIconVisibility(String slot, boolean visibility) { in setIconVisibility()
355 Slot slot = mStatusBarIconList.getSlot(slotName); in setIconAccessibilityLiveRegion() local
370 public void removeIcon(String slot, int tag) { in removeIcon()
406 Slot slot = mStatusBarIconList.getSlot(slotName); in removeAllIconsForSlot() local
[all …]
H A DStatusBarIconController.java79 void setIconFromTile(String slot, @Nullable StatusBarIcon icon); in setIconFromTile()
82 void removeIconForTile(String slot); in removeIconForTile()
111 void setNoCallingIcons(String slot, List<CallIndicatorIconState> states); in setNoCallingIcons()
113 public void setIconVisibility(String slot, boolean b); in setIconVisibility()
128 void removeIcon(String slot, int tag); in removeIcon()
133 void removeAllIconsForSlot(String slot); in removeAllIconsForSlot()
177 protected void onIconAdded(int index, String slot, boolean blocked, in onIconAdded()
277 protected void onIconAdded(int index, String slot, boolean blocked, in onIconAdded()
405 protected void onIconAdded(int index, String slot, boolean blocked, in onIconAdded()
454 String slot, in addNewMobileIcon()
[all …]
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DScript.java85 InvokeID(long id, RenderScript rs, Script s, int slot) { in InvokeID()
96 protected InvokeID createInvokeID(int slot) { in createInvokeID()
123 FieldID(long id, RenderScript rs, Script s, int slot) { in FieldID()
134 protected FieldID createFieldID(int slot, Element e) { in createFieldID()
155 protected void invoke(int slot) { in invoke()
156 mRS.nScriptInvoke(getID(mRS), slot); in invoke() local
163 protected void invoke(int slot, FieldPacker v) { in invoke()
165 mRS.nScriptInvokeV(getID(mRS), slot, v.getData()); in invoke() local
167 mRS.nScriptInvoke(getID(mRS), slot); in invoke() local
356 public void bindAllocation(Allocation va, int slot) { in bindAllocation()
[all …]
H A DProgram.java104 public Type getConstant(int slot) { in getConstant()
124 public TextureType getTextureType(int slot) { in getTextureType()
137 public String getTextureName(int slot) { in getTextureName()
152 public void bindConstants(Allocation a, int slot) { in bindConstants()
161 mRS.nProgramBindConstants(getID(mRS), slot, id); in bindConstants() local
171 public void bindTexture(Allocation va, int slot) in bindTexture()
183 mRS.nProgramBindTexture(getID(mRS), slot, id); in bindTexture() local
195 public void bindSampler(Sampler vs, int slot) in bindSampler()
203 mRS.nProgramBindSampler(getID(mRS), slot, id); in bindSampler() local
H A DRenderScript.java297 synchronized void nContextBindSampler(int sampler, int slot) { in nContextBindSampler()
746 native void rsnScriptInvoke(long con, long id, int slot); in rsnScriptInvoke()
747 synchronized void nScriptInvoke(long id, int slot) { in nScriptInvoke()
780 native int rsnScriptGetVarI(long con, long id, int slot); in rsnScriptGetVarI()
781 synchronized int nScriptGetVarI(long id, int slot) { in nScriptGetVarI()
791 native long rsnScriptGetVarJ(long con, long id, int slot); in rsnScriptGetVarJ()
792 synchronized long nScriptGetVarJ(long id, int slot) { in nScriptGetVarJ()
802 native float rsnScriptGetVarF(long con, long id, int slot); in rsnScriptGetVarF()
803 synchronized float nScriptGetVarF(long id, int slot) { in nScriptGetVarF()
812 native double rsnScriptGetVarD(long con, long id, int slot); in rsnScriptGetVarD()
[all …]
H A DProgramVertex.java71 public Element getInput(int slot) { in getInput()
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/hal/
H A DBootControlHIDL.java110 public String getSuffix(int slot) throws RemoteException { in getSuffix()
115 public boolean isSlotBootable(int slot) throws RemoteException { in isSlotBootable()
125 public boolean isSlotMarkedSuccessful(int slot) throws RemoteException { in isSlotMarkedSuccessful()
143 public void setActiveBootSlot(int slot) throws RemoteException { in setActiveBootSlot()
151 public void setSlotAsUnbootable(int slot) throws RemoteException { in setSlotAsUnbootable()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DPasswordSlotManager.java105 public void markSlotInUse(int slot) throws RuntimeException { in markSlotInUse()
117 public void markSlotDeleted(int slot) throws RuntimeException { in markSlotDeleted()
154 final int slot = Integer.parseInt(slotString); in loadSlotMap() local
/aosp14/frameworks/base/libs/hostgraphics/gui/
H A DBufferItemConsumer.h61 status_t detachBuffer(int slot) { return OK; } in detachBuffer()
68 int slot, const sp<GraphicBuffer> graphicBuffer, const sp<Fence>& fence) { return OK; } in addReleaseFenceLocked()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp140 uint32_t slot = SlotNumberForSlotSuffix(fs_mgr_get_slot_suffix()); in CreateLogicalPartitions() local
150 uint32_t slot = SlotNumberForSlotSuffix(fs_mgr_get_slot_suffix()); in ReadCurrentMetadata() local
197 auto slot = *metadata_slot; in InitDefaults() local
/aosp14/frameworks/base/tests/SurfaceViewBufferTests/cpp/
H A DSurfaceProxy.cpp123 jint slot, in Java_com_android_test_SurfaceProxy_SurfaceDequeueBuffer()
148 jint slot) { in Java_com_android_test_SurfaceProxy_SurfaceCancelBuffer()
157 jclass /* clazz */, jint slot, in Java_com_android_test_SurfaceProxy_drawBuffer()
192 jint slot, in Java_com_android_test_SurfaceProxy_SurfaceQueueBuffer()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListButtonsDiagonalAcrossItems.java52 final Slot slot = position == 0 ? Slot.Left : in createView() local
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvUinputBridge.cpp125 uint32_t slot = mtSlots.markFirstUnmarkedBit(); in assignSlot() local
133 int slot = findSlot(pointerId); in unassignSlot() local
458 int32_t slot = findSlot(pointerId); in nativeSendPointerDown() local
479 int32_t slot = findSlot(pointerId); in nativeSendPointerUp() local
502 int32_t slot = SLOT_UNKNOWN; in nativeClear() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconControllerTest.java192 protected StatusBarIconView addIcon(int index, String slot, boolean blocked, in addIcon()
220 protected StatusBarIconView addIcon(int index, String slot, boolean blocked, in addIcon()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBaseAppStateTimeSlotEvents.java142 final long slot = getSlotStartTime(now); in addEvent() local
169 final long slot = getSlotStartTime(earliest); in trimEvents() local
/aosp14/system/core/fastboot/
H A Dfastboot.cpp1316 std::string slot = slot_name; in verify_slot() local
1351 static std::string verify_slot(const std::string& slot) { in verify_slot()
1355 static void do_for_partition(const std::string& part, const std::string& slot, in do_for_partition()
1391 void do_for_partitions(const std::string& part, const std::string& slot, in do_for_partitions()
1551 auto slot = entry.second; in GetPartitionName() local
1567 std::string slot = fp->slot_override; in ParseFlashCommand() local
1845 std::string slot = fp_->slot_override; in CollectImages() local
1910 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()
2126 static bool wipe_super(const android::fs_mgr::LpMetadata& metadata, const std::string& slot, in wipe_super()
2185 auto slot = slot_override; in do_wipe_super() local
[all …]
H A Dtask.cpp50 auto slot = slot_; in GetPartitionAndSlot() local
270 const std::string& slot) in ResizeTask()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java341 FrameSlot slot = new FrameSlot(type, flags); in addFrameSlot() local
355 FrameSlot slot = getSlot(name); in removeFrameSlot() local
440 FrameSlot slot = mFrameSlots.get(name); in getSlot() local
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h93 bool SetSlotAsUnbootable(unsigned int slot) override { in SetSlotAsUnbootable()
109 bool IsSlotUnbootable(uint32_t slot) { return unbootable_slots_.count(slot) != 0; } in IsSlotUnbootable()
/aosp14/frameworks/base/libs/hostgraphics/
H A DHostBufferQueue.cpp27 virtual status_t detachBuffer(int slot) { return OK; } in detachBuffer()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1790 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) in nScriptSetVarI()
1800 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarI()
1821 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarJ()
1831 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarJ()
1852 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarF()
1873 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) in nScriptGetVarD()
1964 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) in nScriptInvoke()
1989 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, in nScriptForEach()
2102 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, in nScriptReduce()
2274 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) in nScriptInvokeIDCreate()
[all …]
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp233 auto slot = GetCurrentSlot(); in TryCancelUpdate() local
664 auto slot = SlotNumberForSlotSuffix(slot_suffix); in MapSourceDevice() local
745 auto slot = GetCurrentSlot(); in InitiateMerge() local
1605 uint32_t slot = SlotNumberForSlotSuffix(device_->GetSlotSuffix()); in CollapseSnapshotDevice() local
1663 auto slot = GetCurrentSlot(); in HandleCancelledUpdate() local
1850 uint32_t slot = SlotNumberForSlotSuffix(device_->GetSlotSuffix()); in ReadCurrentMetadata() local
2215 auto slot = GetCurrentSlot(); in NeedSnapshotsInFirstStageMount() local
2257 uint32_t slot = SlotNumberForSlotSuffix(device_->GetSlotSuffix()); in CreateLogicalAndSnapshotPartitions() local
3741 uint32_t slot = SlotNumberForSlotSuffix(device_->GetSlotSuffix()); in UnmapAllPartitionsInRecovery() local
3970 auto slot = GetCurrentSlot(); in ProcessUpdateStateOnDataWipe() local
[all …]
/aosp14/system/core/fs_mgr/libvbmeta/
H A Dreader.cpp95 Result<std::string> ReadVBMetaImage(int fd, int slot) { in ReadVBMetaImage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
H A DDemoModeMobileConnectionDataSource.kt72 val slot = getString("slot")?.toInt() regex

123