Home
last modified time | relevance | path

Searched defs:remote (Results 1 – 25 of 2267) sorted by relevance

12345678910>>...91

/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/xilinx/common/
Dipi.c69 static inline int is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range()
89 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure) in ipi_mb_validate()
112 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open()
126 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release()
141 int ipi_mb_enquire_status(uint32_t local, uint32_t remote) in ipi_mb_enquire_status()
167 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking) in ipi_mb_notify()
189 void ipi_mb_ack(uint32_t local, uint32_t remote) in ipi_mb_ack()
203 void ipi_mb_disable_irq(uint32_t local, uint32_t remote) in ipi_mb_disable_irq()
217 void ipi_mb_enable_irq(uint32_t local, uint32_t remote) in ipi_mb_enable_irq()
/aosp_15_r20/external/arm-trusted-firmware/plat/xilinx/common/
H A Dipi.c68 static inline int is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range()
87 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure) in ipi_mb_validate()
108 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open()
123 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release()
138 int ipi_mb_enquire_status(uint32_t local, uint32_t remote) in ipi_mb_enquire_status()
162 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking) in ipi_mb_notify()
184 void ipi_mb_ack(uint32_t local, uint32_t remote) in ipi_mb_ack()
198 void ipi_mb_disable_irq(uint32_t local, uint32_t remote) in ipi_mb_disable_irq()
212 void ipi_mb_enable_irq(uint32_t local, uint32_t remote) in ipi_mb_enable_irq()
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_simulcast_unittest.cc155 PeerConnectionWrapper* remote, in ExchangeOfferAnswer()
359 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
391 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
426 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
440 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
475 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
494 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
517 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
535 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
554 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DRemoteTransitionHandler.java75 void addFiltered(TransitionFilter filter, RemoteTransition remote) { in addFiltered()
80 void addFilteredForTakeover(TransitionFilter filter, RemoteTransition remote) { in addFilteredForTakeover()
85 void removeFiltered(RemoteTransition remote) { in removeFiltered()
191 IRemoteTransition remote) { in copyIfLocal()
222 final IRemoteTransition remote = remoteTransition.getRemoteTransition(); in mergeAnimation() local
301 RemoteTransition remote = request.getRemoteTransition(); in handleRequest() local
309 private void handleDeath(@NonNull IBinder remote, in handleDeath()
327 private void unhandleDeath(@NonNull IBinder remote, in unhandleDeath()
366 private void dumpRemote(@NonNull PrintWriter pw, String prefix, RemoteTransition remote) { in dumpRemote()
379 RemoteDeathHandler(IBinder remote) { in RemoteDeathHandler()
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryRemoteTest.cpp50 MemoryRemote remote(pid_); in TEST_F() local
68 MemoryRemote remote(pid_); in TEST_F() local
90 MemoryRemote remote(pid_); in TEST_F() local
121 MemoryRemote remote(pid_); in TEST_F() local
142 MemoryRemote remote(pid_); in TEST_F() local
152 MemoryRemote remote(pid_); in TEST_F() local
171 MemoryRemote remote(pid_); in TEST_F() local
197 MemoryRemote remote(pid_); in TEST_F() local
/aosp_15_r20/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
H A DSessionChannel.kt25 private val remote = atomic<RemoteCallback?>(null) in <lambda>() constant
29 val remote = bundle.getParcelable(ESTABLISH_KEY, RemoteCallback::class.java)!! in <lambda>() constant
56 val remote = remote.value ?: run { in <lambda>() constant
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtipc_virtio_dev.c80 uint32_t remote; member
161 uint32_t remote; member
292 uint32_t remote, in alloc_local_addr()
362 uint32_t remote, in send_conn_rsp()
386 uint32_t remote) { in send_disc_req()
401 uint32_t remote, in handle_conn_req()
443 uint32_t remote, in handle_disc_req()
493 static int handle_reuse_msgbuf_req(struct tipc_dev* dev, uint32_t remote) { in handle_reuse_msgbuf_req()
510 uint32_t remote, in handle_unmap_req()
536 uint32_t remote, in handle_ctrl_msg()
[all …]
/aosp_15_r20/external/toolchain-utils/
H A Dimage_chromeos.py43 def CheckForCrosFlash(chromeos_root, remote, log_level): argument
61 def DisableCrosBeeps(chromeos_root, remote, log_level): argument
480 def VerifyChromeChecksum(chromeos_root, image, remote, log_level): argument
516 def TryRemountPartitionAsRW(chromeos_root, remote, log_level): argument
538 def EnsureMachineUp(chromeos_root, remote, log_level): argument
H A Dmake_root_writable.py37 def RebootChromebook(chromeos_root, remote, cmd_executer): argument
72 def FindPartitionNum(chromeos_root, remote, logs, cmd_executer): argument
114 chromeos_root, remote, cmd_executer, partition_num argument
129 def TryRemountPartitionAsRW(chromeos_root, remote, cmd_executer): argument
/aosp_15_r20/external/python/cpython2/Demo/pdist/
Dcmptree.py50 def compare(local, remote, mode): argument
130 def sendfile(local, remote, name): argument
155 def recvfile(local, remote, name): argument
166 def recvfile_real(local, remote, name): argument
/aosp_15_r20/out/soong/.intermediates/external/firebase-messaging/firebase-installations-aar/android_common/aar/
Dfirebase-installations-aar.jar ... SwitchMap$com$google$firebase$installations$remote$InstallationResponse$ResponseCode static final synthetic int[] ...
Dclasses.jar ... SwitchMap$com$google$firebase$installations$remote$InstallationResponse$ResponseCode static final synthetic int[] ...
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DInetDiagMessage.java85 InetSocketAddress remote, int family, short flags) { in inetDiagReqV2()
112 @Nullable InetSocketAddress remote, int family, short flags, int pad, int idiagExt, in inetDiagReqV2()
203 InetSocketAddress remote, int family, short flags, in lookupUidByFamily()
227 InetSocketAddress remote, FileDescriptor fd) in lookupUid()
281 InetSocketAddress remote) { in getConnectionOwnerUid()
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/l2cap/le/
Dfacade.proto34 blueberry.facade.BluetoothAddressWithType remote = 1; field
43 blueberry.facade.BluetoothAddressWithType remote = 1; field
62 blueberry.facade.BluetoothAddressWithType remote = 1; field
73 blueberry.facade.BluetoothAddressWithType remote = 1; field
/aosp_15_r20/development/tools/repo_diff/service/repodiff/entities/
H A Dentities.go67 type remote struct { struct
68 Text string `xml:",chardata"`
69 Fetch string `xml:"fetch,attr"`
70 Name string `xml:"name,attr"`
71 Review string `xml:"review,attr"`
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/facade/l2cap/classic/
Dfacade.proto52 blueberry.facade.BluetoothAddress remote = 1; field
56 blueberry.facade.BluetoothAddress remote = 1; field
67 blueberry.facade.BluetoothAddress remote = 1; field
111 blueberry.facade.BluetoothAddress remote = 1; field
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java81 public void connect(SocketAddress remote) throws IOException { in connect()
85 public void connect(SocketAddress remote, int timeout) throws IOException { in connect()
155 SocketAddress remote = sc.remoteAddress(); in getInetAddress() local
178 SocketAddress remote = sc.remoteAddress(); in getPort() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dhfp_lib.py85 def newCall(self, remote, state, direction): argument
101 def initiateIncomingCall(self, remote): argument
115 def initiateIncomingWaitingCall(self, remote): argument
130 def initiateOutgoingCall(self, remote): argument
/aosp_15_r20/external/vogar/src/vogar/
H A DTarget.java82 public abstract void push(File local, File remote); in push()
83 public abstract void pull(File remote, File local); in pull()
85 public final Task pushTask(final File local, final File remote) { in pushTask()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/panel/component/mediaoutput/domain/model/
DMediaDeviceSessions.java13 ….android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession remote = null; field in MediaDeviceSessions
31 com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession remote) { in MediaDeviceSessions()
58 com.android.systemui.volume.panel.component.mediaoutput.shared.model.MediaDeviceSession remote) { in copy()
/aosp_15_r20/external/autotest/client/common_lib/
H A Drevision_control.py235 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False, argument
253 def push(self, remote, local_refspec, remote_refspec, dryrun=False): argument
495 def checkout(self, remote, local=None): argument
585 def remote(self): member in GitRepo
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/
H A DKmsEnvelopeAead.java53 private final Aead remote; field in KmsEnvelopeAead
73 public KmsEnvelopeAead(KeyTemplate dekTemplate, Aead remote) { in KmsEnvelopeAead()
92 public static Aead create(AeadParameters dekParameters, Aead remote) in create()
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dgce_adb_wrapper.py46 def Push(self, local, remote, **kwargs): argument
70 def _PushObject(self, local, remote): argument
90 def Pull(self, remote, local, **kwargs): argument
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/
DInetDiagSocketTest.java106 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2UdpInet4() local
141 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2TcpInet6() local
178 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInetWithExt() local
224 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInet6NoIdSpecified() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/volume/panel/component/mediaoutput/domain/interactor/
DMediaOutputInteractor.java144 private final android.media.session.MediaController remote = null; field in MediaOutputInteractor.MediaControllers
148 android.media.session.MediaController remote) { in MediaControllers()
175 android.media.session.MediaController remote) { in copy()

12345678910>>...91