Home
last modified time | relevance | path

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

/system/bt/gd/rust/shim/src/
Dmessage_loop_thread.rs35 rt: Arc<Runtime>, field
42 let rt = crate::stack::RUNTIME.clone(); in main_message_loop_thread_create() localVariable
Dhci.rs26 rt: Arc<Runtime>, field
/system/bt/gd/rust/main/src/
Dlib.rs21 rt: Arc<Runtime>, field
79 let rt = self.rt.clone(); in stop_blocking() localVariable
/system/bt/bta/gatt/
Dbta_gattc_main.cc303 bool rt = true; in bta_gattc_sm_execute() local
366 bool rt = true; in bta_gattc_hdl_event() local
/system/bt/stack/gatt/
Dgatt_cl.cc147 tGATT_STATUS rt = GATT_INTERNAL_ERROR; in gatt_act_read() local
229 tGATT_STATUS rt = gatt_send_write_msg(tcb, p_clcb, op_code, attr.handle, in gatt_act_write() local
245 tGATT_STATUS rt = gatt_send_write_msg( in gatt_act_write() local
284 tGATT_STATUS rt; in gatt_send_queue_write_cancel() local
357 tGATT_STATUS rt = gatt_send_write_msg( in gatt_send_prepare_write() local
/system/bt/gd/rust/facade/src/
Dmain.rs26 let rt = Arc::new(Runtime::new().unwrap()); in main() localVariable
Dlib.rs19 rt: Arc<Runtime>, field
/system/core/libnetutils/
Difc_utils.c536 struct rtentry rt; in ifc_act_on_ipv4_route() local
673 struct rtentry rt; in ifc_remove_default_route() local
/system/bt/stack/btm/
Dbtm_ble_gap.cc2192 bool rt = false; in btm_ble_adv_states_operation() local
2595 bool rt = false; in btm_ble_topology_check() local
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc2844 for (int rt = NCI_ROUTE_ORDER_AID; rt <= NCI_ROUTE_ORDER_TECHNOLOGY; rt++) { in nfa_ee_lmrt_to_nfcc() local
/system/vold/
Dcryptfs.cpp522 static void cryptfs_reboot(RebootType rt) { in cryptfs_reboot()