/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | CarDisplayAreaAnimationController.java | 147 SurfaceControl.Transaction tx = newSurfaceControlTransaction(); in onAnimationEnd() local 170 SurfaceControl.Transaction tx = newSurfaceControlTransaction(); in onAnimationUpdate() local 177 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onStartTransaction() 180 void onEndTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in onEndTransaction() 184 SurfaceControl.Transaction tx, float fraction); in applySurfaceControlTransaction() 241 SurfaceControl.Transaction tx, float fraction) { in ofYOffset() 253 void onStartTransaction(SurfaceControl leash, SurfaceControl.Transaction tx) { in ofYOffset()
|
D | CarDisplayAreaTransactionHelper.java | 56 SurfaceControl.Transaction tx, SurfaceControl leash, in translate() 69 SurfaceControl.Transaction tx, SurfaceControl leash, in crop() 82 SurfaceControl.Transaction tx, SurfaceControl leash) { in round()
|
D | CarDisplayAreaAnimationCallback.java | 36 default void onAnimationEnd(SurfaceControl.Transaction tx, in onAnimationEnd()
|
D | CarDisplayAreaController.java | 1251 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in registerOrganizer() local 1367 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in showVoicePlateDisplayArea() local 1435 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in showBackgroundDisplayArea() local 1444 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in resetVoicePlateDisplayArea() local 1693 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in setControlBarVisibility() local 1748 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in makeForegroundDaVisible() local
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | battery_service.rs | 34 tx: Sender<Message>, field 102 let tx = tx.clone(); in new() localVariable 418 tx: Sender<Message>, field 429 let tx = self.tx.clone(); in refresh_battery_info() localVariable 443 tx: Sender<Message>, field 459 let tx = self.tx.clone(); in on_client_registered() localVariable 478 let tx = self.tx.clone(); in on_client_connection_state() localVariable 494 let tx = self.tx.clone(); in on_search_complete() localVariable 511 let tx = self.tx.clone(); in on_characteristic_read() localVariable 522 let tx = self.tx.clone(); in on_notify() localVariable
|
D | callbacks.rs | 12 tx: Sender<Message>, field 43 let tx = self.tx.clone(); in add_callback() localVariable 46 let tx = tx.clone(); in add_callback() localVariable
|
D | suspend.rs | 156 tx: Sender<Message>, field 319 let tx = self.tx.clone(); in register_callback() localVariable 373 let tx = self.tx.clone(); in suspend() localVariable 390 let tx = self.tx.clone(); in suspend() localVariable 488 let tx = self.tx.clone(); in resume() localVariable 499 tx: Sender<Message>, field 512 let tx = self.tx.clone(); in on_device_disconnected() localVariable
|
D | battery_provider_manager.rs | 38 tx: Sender<Message>, field 125 let tx = self.tx.clone(); in set_battery_info() localVariable
|
D | bluetooth_admin.rs | 112 tx: Sender<Message>, field 347 tx: Sender<Message>, field 363 let tx = self.tx.clone(); in on_device_properties_changed() localVariable 373 let tx = self.tx.clone(); in on_device_found() localVariable 381 let tx = self.tx.clone(); in on_device_cleared() localVariable
|
D | socket_manager.rs | 405 tx: Sender<SocketRunnerActions>, field 517 tx: Sender<Message>, field 706 let tx = self.tx.clone(); in socket_connect() localVariable 824 let tx = rpc_tx.clone(); in listening_task() localVariable 1223 let tx = s.tx.clone(); in remove_callback() localVariable 1450 let tx = found.tx.clone(); in accept() localVariable 1470 let tx = found.tx.clone(); in close() localVariable
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/input/ |
D | DisplayInputSink.java | 83 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in createSurface() local 99 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in release() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/ |
D | BubbleAnimator.kt | 203 var tx = in <lambda>() variable 227 val tx = in <lambda>() constant 298 val tx = startTx + (endTx - startTx) * animator.animatedFraction in <lambda>() constant
|
/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/components/ |
D | MetricDisplay.java | 138 long tx = 0; in calculateTraffic() local 163 long tx = 0; in combinedTrafficFor() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | SwipePipToHomeAnimator.java | 181 final SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in SwipePipToHomeAnimator() local 249 private PictureInPictureSurfaceTransaction onAnimationUpdate(SurfaceControl.Transaction tx, in onAnimationUpdate() 260 float progress, SurfaceControl.Transaction tx, in onAnimationScaleAndCrop() 302 final SurfaceControl.Transaction tx = in getFinishTransaction() local
|
/packages/modules/Bluetooth/system/gd/common/ |
D | bidi_queue.h | 38 BidiQueueEnd(::bluetooth::os::IQueueEnqueue<TENQUEUE>* tx, in BidiQueueEnd()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/cluster/ |
D | ClusterDisplayController.java | 162 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in resizeTDA() local
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | UidTraffic.java | 35 public UidTraffic(int appUid, long rx, long tx) { in UidTraffic()
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | bluetooth_manager.rs | 142 let tx = self.proxy.get_tx(); in register_callback() localVariable 145 let tx = tx.clone(); in register_callback() localVariable
|
D | powerd_suspend_manager.rs | 196 tx: tokio::sync::mpsc::Sender<SuspendManagerMessage>, field 303 let tx = self.tx.clone(); in init() localVariable 339 let tx = self.tx.clone(); in init() localVariable
|
/packages/modules/Bluetooth/system/osi/src/ |
D | stack_power_telemetry.cc | 85 } rx, tx; member 107 } rx, tx; member 114 } rx, tx; member 180 } rx, tx; member 185 } rx, tx; member
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/net/ |
D | RefinedStatsTest.java | 146 private static FakeNetworkStats.CustomBucket buildBucket(int uid, int tag, long rx, long tx) { in buildBucket()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LabelDialogFragment.kt | 218 val tx = manager.beginTransaction() in show() constant
|
/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/math/ |
D | Matrix.java | 174 float tx = 2 * q.x; in makeRotation() local 230 float tx = 2 * q.x; in makeTrs() local
|
/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | sco_connection.cc | 98 for (auto tx : accepted_packets) { in GetLinkParameters() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/ |
D | ConnectivityPublisherTest.java | 595 int uid, int tag, long rx, long tx, int oemManaged, long timestampMillis) { in addWifiStats() 615 int uid, int tag, long rx, long tx, int oemManaged, long timestampMillis) { in addMobileStats()
|