/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | RemoteTransitionHandler.java | 68 void addFiltered(TransitionFilter filter, RemoteTransition remote) { in addFiltered() 73 void removeFiltered(RemoteTransition remote) { in removeFiltered() 162 IRemoteTransition remote) { in copyIfLocal() 193 final IRemoteTransition remote = remoteTransition.getRemoteTransition(); in mergeAnimation() local 231 RemoteTransition remote = request.getRemoteTransition(); in handleRequest() local 239 private void handleDeath(@NonNull IBinder remote, in handleDeath() 257 private void unhandleDeath(@NonNull IBinder remote, in unhandleDeath() 281 RemoteDeathHandler(IBinder remote) { in RemoteDeathHandler()
|
D | OneShotRemoteHandler.java | 50 @NonNull RemoteTransition remote) { in OneShotRemoteHandler() 145 RemoteTransition remote = request.getRemoteTransition(); in handleRequest() local
|
/frameworks/base/core/java/android/os/ |
D | CancellationSignal.java | 68 final ICancellationSignal remote; in cancel() local 141 public void setRemote(ICancellationSignal remote) { in setRemote()
|
D | ServiceManagerNative.java | 51 public ServiceManagerProxy(IBinder remote) { in ServiceManagerProxy()
|
/frameworks/libs/net/common/device/com/android/net/module/util/netlink/ |
D | InetDiagMessage.java | 82 InetSocketAddress remote, int family, short flags) { in inetDiagReqV2() 109 @Nullable InetSocketAddress remote, int family, short flags, int pad, int idiagExt, in inetDiagReqV2() 186 InetSocketAddress remote, int family, short flags, in lookupUidByFamily() 210 InetSocketAddress remote, FileDescriptor fd) in lookupUid() 264 InetSocketAddress remote) { in getConnectionOwnerUid()
|
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/netlink/ |
D | InetDiagSocketTest.java | 105 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2UdpInet4() local 140 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2TcpInet6() local 177 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInetWithExt() local 223 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInet6NoIdSpecified() local
|
/frameworks/native/libs/binderdebug/ |
D | stats.cpp | 41 BpBinder* remote = binder->remoteBinder(); in main() local
|
/frameworks/native/libs/binder/include/binder/ |
D | Binder.h | 158 inline IBinder* remote() const { return mRemote; } in remote() function
|
D | IInterface.h | 207 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
|
/frameworks/native/include/binder/ |
D | Binder.h | 158 inline IBinder* remote() const { return mRemote; } in remote() function
|
D | IInterface.h | 207 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote) in BpInterface()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
D | ClipboardModel.kt | 78 val remote = utils.isRemoteCopy(context, clipData, source) in fromClipData() constant
|
/frameworks/base/tests/AmSlam/src/test/amslam/ |
D | PongReceiver.java | 29 void onPingPongResponse(long send, long bounce, long recv, String remote); in onPingPongResponse()
|
D | MainActivity.java | 118 public void onPingPongResponse(long send, long bounce, long recv, String remote) { in onPingPongResponse()
|
/frameworks/base/core/proto/android/server/ |
D | animationadapter.proto | 30 optional RemoteAnimationAdapterWrapperProto remote = 2; field
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel_factory.cpp | 87 sockaddr_un remote; in Connect() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
D | MediaSessionBasedFilter.kt | 123 val remote = if (remoteControllers?.size == 1) remoteControllers.firstOrNull() else null in <lambda>() constant
|
/frameworks/native/libs/binder/rust/tests/ |
D | integration.rs | 667 let mut remote = binder::get_service(service_name).expect("Could not retrieve service"); in test_death_notifications() localVariable 692 let mut remote = binder::get_service(service_name).expect("Could not retrieve service"); in test_unregister_death_notifications() localVariable 718 let mut remote = binder::get_service(service_name).expect("Could not retrieve service"); in test_death_notification_registration_lifetime() localVariable 752 let mut remote = test_client.as_binder(); in test_misc_ibinder() localVariable 782 let mut remote = binder::get_service(service_name); in test_extensions() localVariable 792 let mut remote = binder::get_service(service_name); in test_extensions() localVariable
|
/frameworks/native/services/surfaceflinger/tests/ |
D | IPC_test.cpp | 270 static sp<IIPCTest> remote; in initRemoteService() local 320 TransactionHelper remote; in TEST_F() local
|
/frameworks/base/core/java/android/database/ |
D | BulkCursorNative.java | 146 public BulkCursorProxy(IBinder remote) in BulkCursorProxy()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | AudioGroup.cpp | 169 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote, in set() 414 sockaddr_storage remote; in decode() local 964 sockaddr_storage remote; in add() local
|
/frameworks/av/camera/ |
D | CameraBase.cpp | 218 sp<typename TCamTraits::TCamUser> CameraBase<TCam, TCamTraits>::remote() in remote() function in android::CameraBase
|
/frameworks/base/core/java/android/view/ |
D | ScrollCaptureConnection.java | 98 @NonNull IScrollCaptureCallbacks remote) throws RemoteException { in startCapture()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | CameraOfflineSessionClient.cpp | 177 sp<IBinder> remote = getRemote(); in disconnect() local
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTSPConnection.cpp | 278 struct sockaddr_in remote; in onConnect() local
|