Home
last modified time | relevance | path

Searched defs:bind (Results 76 – 100 of 143) sorted by relevance

123456

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/
H A DMobileIconBinder.kt49 fun bind( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DMediaProjectionRecentsViewController.kt71 fun bind(recentTasks: List<RecentTask>) { regex
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs64 pub(crate) fn bind(&self, addr: SocketAddr) -> io::Result<()> { in bind() method
H A Dlistener.rs43 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs37 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() method
H A Dsocket.rs65 pub(crate) fn bind(&self, addr: SocketAddr) -> io::Result<()> { in bind() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
H A DTVSystemUICoreStartableModule.kt92 abstract fun bind(sysui: RingtonePlayer): CoreStartable regex
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Dlistener.rs42 pub fn bind<P: AsRef<Path>>(path: P) -> io::Result<UnixListener> { in bind() method
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf_common.h47 #define ELF_ST_INFO(bind, type) (((bind) << 4) + ((type)&0xf)) argument
/aosp14/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java177 public void bind(ListView listView) { in bind() method in PreferenceScreen
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/
H A DUserSwitcherViewBinder.kt55 fun bind( regex
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DObservableServiceConnection.java181 public boolean bind() { in bind() method in ObservableServiceConnection
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardQuickAffordanceViewBinder.kt73 fun bind( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DBiometricViewSizeBinder.kt51 fun bind( regex
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dpipeline_state_object_gles.cpp190 for (auto& bind : oesBinds) { in GetOESProgram() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dlistener.rs44 pub fn bind<P: AsRef<Path>>(path: P) -> Result<UnixListener> { in bind() method
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp347 AddressBinding bind = {0}; in AddReservedBinding() local
502 AddressBinding bind = {0}; in LoadBindingRecoders() local
/aosp14/frameworks/base/core/java/android/net/
H A DLocalSocket.java175 public void bind(LocalSocketAddress bindpoint) throws IOException { in bind() method in LocalSocket
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/
H A DObservableServiceConnection.java149 public boolean bind() { in bind() method in ObservableServiceConnection
/aosp14/frameworks/base/services/core/java/com/android/server/servicewatcher/
H A DServiceWatcherImpl.java198 void bind() { in bind() method in ServiceWatcherImpl.MyServiceConnection
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_binding.h52 AddressBinding bind; member
/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamOverlayConnectionHandler.java96 public boolean bind() { in bind() method in DreamOverlayConnectionHandler
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DConversationNotifications.kt89 fun bind() { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridNotificationView.java111 public void bind(@Nullable CharSequence title, @Nullable CharSequence text, in bind() method in HybridNotificationView
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolverConnection.java167 private IInstantAppResolver bind(String token) in bind() method in InstantAppResolverConnection

123456