Home
last modified time | relevance | path

Searched defs:tx (Results 1 – 25 of 44) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dcallbacks.rs11 tx: Sender<Message>, field
32 let tx = self.tx.clone(); in add_callback() localVariable
35 let tx = tx.clone(); in add_callback() localVariable
Dbattery_service.rs33 tx: Sender<Message>, field
102 let tx = tx.clone(); in new() localVariable
350 tx: Sender<Message>, field
361 let tx = self.tx.clone(); in refresh_battery_info() localVariable
375 tx: Sender<Message>, field
390 let tx = self.tx.clone(); in on_client_registered() localVariable
407 let tx = self.tx.clone(); in on_client_connection_state() localVariable
423 let tx = self.tx.clone(); in on_search_complete() localVariable
440 let tx = self.tx.clone(); in on_characteristic_read() localVariable
451 let tx = self.tx.clone(); in on_notify() localVariable
Dsuspend.rs98 tx: Sender<Message>, field
181 let tx = self.tx.clone(); in register_callback() localVariable
241 let tx = self.tx.clone(); in suspend() localVariable
309 let tx = self.tx.clone(); in resume() localVariable
346 let tx = self.tx.clone(); in le_rand_cb() localVariable
355 let tx = self.tx.clone(); in le_rand_cb() localVariable
Dbattery_provider_manager.rs33 tx: Sender<Message>, field
84 let tx = self.tx.clone(); in set_battery_info() localVariable
Dbluetooth_qa.rs17 tx: Sender<Message>, field
Dsocket_manager.rs399 tx: Sender<SocketRunnerActions>, field
503 tx: Sender<Message>, field
701 let tx = self.tx.clone(); in socket_connect() localVariable
815 let tx = rpc_tx.clone(); in listening_task() localVariable
1420 let tx = found.tx.clone(); in accept() localVariable
1443 let tx = found.tx.clone(); in close() localVariable
Ddis.rs34 tx: Sender<Message>, field
152 tx: Sender<Message>, field
/packages/apps/Car/SystemUI/src/com/android/systemui/car/input/
DDisplayInputSink.java84 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in createSurface() local
100 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in release() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java158 final SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in SwipePipToHomeAnimator() local
205 private PictureInPictureSurfaceTransaction onAnimationUpdate(SurfaceControl.Transaction tx, in onAnimationUpdate()
224 float progress, SurfaceControl.Transaction tx, Rect bounds) { in onAnimationScale()
236 float progress, SurfaceControl.Transaction tx, in onAnimationScaleAndCrop()
270 final SurfaceControl.Transaction tx = in getFinishTransaction() local
/packages/modules/Bluetooth/system/gd/rust/stack/src/hal/
Dsnoop.rs32 pub tx: Sender<CommandPacket>, field
41 pub tx: Sender<AclPacket>, field
50 pub tx: Sender<ScoPacket>, field
59 pub tx: Sender<IsoPacket>, field
/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/components/
DMetricDisplay.java138 long tx = 0; in calculateTraffic() local
163 long tx = 0; in combinedTrafficFor() local
/packages/modules/Bluetooth/system/gd/common/
Dbidi_queue.h33 …BidiQueueEnd(::bluetooth::os::IQueueEnqueue<TENQUEUE>* tx, ::bluetooth::os::IQueueDequeue<TDEQUEUE… in BidiQueueEnd()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dbluetooth_manager.rs110 let tx = self.proxy.get_tx(); in register_callback() localVariable
113 let tx = tx.clone(); in register_callback() localVariable
Dpowerd_suspend_manager.rs177 tx: tokio::sync::mpsc::Sender<SuspendManagerMessage>, field
277 let tx = self.tx.clone(); in init() localVariable
310 let tx = self.tx.clone(); in init() localVariable
/packages/apps/Car/SystemUI/src/com/android/systemui/car/cluster/
DClusterDisplayController.java155 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in resizeTDA() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DUidTraffic.java35 public UidTraffic(int appUid, long rx, long tx) { in UidTraffic()
/packages/apps/DeskClock/src/com/android/deskclock/
DLabelDialogFragment.kt218 val tx = manager.beginTransaction() in show() constant
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/net/
DRefinedStatsTest.java146 private static FakeNetworkStats.CustomBucket buildBucket(int uid, int tag, long rx, long tx) { in buildBucket()
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/
DMatrix.java174 float tx = 2 * q.x; in makeRotation() local
230 float tx = 2 * q.x; in makeTrs() local
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dsco_connection.cc99 for (auto tx : accepted_packets) { in GetLinkParameters() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/publisher/
DConnectivityPublisherTest.java595 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()
/packages/modules/Bluetooth/system/gd/rust/stack/src/link/acl/
Dcore.rs32 pub tx: Option<Sender<Bytes>>, field
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollPreviewFragment.java320 final TypedValue tx = new TypedValue(); in configureTransform() local
/packages/modules/NetworkStack/tests/integration/signature/android/net/
DNetworkStatsIntegrationTest.kt287 var tx = 0L in <lambda>() variable
/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs190 let tx = if let MockDatastoreEvents::Read( in test_characteristic_read() localVariable

12