Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs134 tx: Sender<Message>, field
212 let tx = self.tx.clone(); in register_callback() localVariable
269 let tx = self.tx.clone(); in suspend() localVariable
360 let tx = self.tx.clone(); in resume() localVariable
401 let tx = self.tx.clone(); in le_rand_cb() localVariable
420 let tx = self.tx.clone(); in le_rand_cb() localVariable
Dbattery_service.rs33 tx: Sender<Message>, field
105 let tx = tx.clone(); in new() localVariable
378 tx: Sender<Message>, field
389 let tx = self.tx.clone(); in refresh_battery_info() localVariable
403 tx: Sender<Message>, field
419 let tx = self.tx.clone(); in on_client_registered() localVariable
438 let tx = self.tx.clone(); in on_client_connection_state() localVariable
454 let tx = self.tx.clone(); in on_search_complete() localVariable
471 let tx = self.tx.clone(); in on_characteristic_read() localVariable
482 let tx = self.tx.clone(); in on_notify() localVariable
Dcallbacks.rs12 tx: Sender<Message>, field
43 let tx = self.tx.clone(); in add_callback() localVariable
46 let tx = tx.clone(); in add_callback() localVariable
Dbattery_provider_manager.rs38 tx: Sender<Message>, field
114 let tx = self.tx.clone(); in set_battery_info() localVariable
Dsocket_manager.rs405 tx: Sender<SocketRunnerActions>, field
517 tx: Sender<Message>, field
722 let tx = self.tx.clone(); in socket_connect() localVariable
840 let tx = rpc_tx.clone(); in listening_task() localVariable
1242 let tx = s.tx.clone(); in remove_callback() localVariable
1471 let tx = found.tx.clone(); in accept() localVariable
1494 let tx = found.tx.clone(); in close() localVariable
Ddis.rs35 tx: Sender<Message>, field
153 tx: Sender<Message>, field
/packages/apps/Car/SystemUI/src/com/android/systemui/car/input/
DDisplayInputSink.java83 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in createSurface() local
99 SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in release() local
/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/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSwipePipToHomeAnimator.java189 final SurfaceControl.Transaction tx = new SurfaceControl.Transaction(); in SwipePipToHomeAnimator() local
237 private PictureInPictureSurfaceTransaction onAnimationUpdate(SurfaceControl.Transaction tx, in onAnimationUpdate()
248 float progress, SurfaceControl.Transaction tx, in onAnimationScaleAndCrop()
290 final SurfaceControl.Transaction tx = in getFinishTransaction() local
/packages/modules/Bluetooth/system/gd/common/
Dbidi_queue.h33 …BidiQueueEnd(::bluetooth::os::IQueueEnqueue<TENQUEUE>* tx, ::bluetooth::os::IQueueDequeue<TDEQUEUE… in BidiQueueEnd()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/cluster/
DClusterDisplayController.java162 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/modules/Bluetooth/system/osi/src/
Dstack_power_telemetry.cc88 } rx, tx; member
110 } rx, tx; member
117 } rx, tx; member
187 } rx, tx; member
192 } rx, tx; member
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dbluetooth_manager.rs142 let tx = self.proxy.get_tx(); in register_callback() localVariable
145 let tx = tx.clone(); in register_callback() localVariable
Dpowerd_suspend_manager.rs196 tx: tokio::sync::mpsc::Sender<SuspendManagerMessage>, field
301 let tx = self.tx.clone(); in init() localVariable
334 let tx = self.tx.clone(); in init() localVariable
Dstate_machine.rs122 tx: mpsc::Sender<Message>, field
175 tx: mpsc::Sender<Message>, field
186 let tx = self.tx.clone(); in start_bluetooth() localVariable
195 let tx = self.tx.clone(); in stop_bluetooth() localVariable
203 let tx = self.tx.clone(); in restart_bluetooth() localVariable
275 let tx = self.tx.clone(); in set_desired_default_adapter() localVariable
/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.cc103 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/linux/service/src/
Dinterface_manager.rs271 let tx = tx.clone(); in dispatch() localVariable
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollPreviewFragment.java320 final TypedValue tx = new TypedValue(); in configureTransform() local
/packages/services/Car/tests/NetworkPreferenceApp/src/com/google/android/car/networking/preferenceupdater/fragments/
DManagerFragment.java176 private void updateMetricIndicatorByType(int type, long rx, long tx) { in updateMetricIndicatorByType()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DEyePosition.java126 float tx = t * x; in onAccelerometerChanged() local

12