Home
last modified time | relevance | path

Searched defs:txl (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_qa.rs122 let txl = self.tx.clone(); in add_media_player() localVariable
128 let txl = self.tx.clone(); in rfcomm_send_msc() localVariable
134 let txl = self.tx.clone(); in fetch_discoverable_mode() localVariable
140 let txl = self.tx.clone(); in fetch_connectable() localVariable
146 let txl = self.tx.clone(); in set_connectable() localVariable
152 let txl = self.tx.clone(); in fetch_alias() localVariable
161 let txl = self.tx.clone(); in get_hid_report() localVariable
167 let txl = self.tx.clone(); in set_hid_report() localVariable
173 let txl = self.tx.clone(); in send_hid_data() localVariable
179 let txl = self.tx.clone(); in send_hid_virtual_unplug() localVariable
Ddis.rs162 let txl = self.tx.clone(); in on_server_registered() localVariable
169 let txl = self.tx.clone(); in on_service_added() localVariable
183 let txl = self.tx.clone(); in on_characteristic_read_request() localVariable
Dbluetooth.rs1408 let txl = self.tx.clone(); in connect_profiles_internal() localVariable
1423 let txl = self.tx.clone(); in connect_profiles_internal() localVariable
1671 let txl = self.tx.clone(); in adapter_state_changed() localVariable
1695 let txl = self.tx.clone(); in adapter_state_changed() localVariable
2313 let txl = self.tx.clone(); in set_discoverable() localVariable
2795 let txl = self.tx.clone(); in disconnect_all_enabled_profiles() localVariable
2812 let txl = self.tx.clone(); in disconnect_all_enabled_profiles() localVariable
2830 let txl = self.tx.clone(); in disconnect_all_enabled_profiles() localVariable
2837 let txl = self.tx.clone(); in disconnect_all_enabled_profiles() localVariable
Dlib.rs293 let txl = api_tx.clone(); in dispatch() localVariable
360 let txl = tx.clone(); in dispatch() localVariable
Dbluetooth_media.rs837 let txl = self.tx.clone(); in dispatch_csis_callbacks() localVariable
1962 let txl = self.tx.clone(); in uhid_create() localVariable
2350 let txl = self.tx.clone(); in notify_media_capability_updated() localVariable
2435 let txl = self.tx.clone(); in notify_media_capability_updated() localVariable
Dsuspend.rs322 let txl = self.tx.clone(); in resume() localVariable
Dbluetooth_adv.rs1965 let txl = self.tx.clone(); in on_advertising_set_started() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs274 let txl = tx.clone(); in handle_sigterm() localVariable
287 let txl = tx.clone(); in handle_sigterm() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_lower_cubemap_to_array.c404 nir_tex_instr *txl = nir_tex_instr_create(b->shader, num_srcs); in lower_tex_to_txl() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c970 nir_tex_instr *txl = nir_tex_instr_create(b->shader, tex->num_srcs); in lower_txb_to_txl() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dstate_machine.rs497 let txl = hci_tx.clone(); in configure_hci() localVariable