Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_cl.cc134 uint8_t rt = GATT_INTERNAL_ERROR; in gatt_act_read() local
215 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, op_code, attr.handle, in gatt_act_write() local
231 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, GATT_REQ_WRITE, in gatt_act_write() local
270 uint8_t rt; in gatt_send_queue_write_cancel() local
343 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, GATT_REQ_PREPARE_WRITE, in gatt_send_prepare_write() local
/system/bt/bta/gatt/
Dbta_gattc_main.cc301 bool rt = true; in bta_gattc_sm_execute() local
356 bool rt = true; in bta_gattc_hdl_event() local
/system/core/libpixelflinger/codeflinger/
Dmips_opcode.h53 unsigned rt: 5; member
67 unsigned rt: 5; member
86 unsigned rt: 5; member
98 unsigned rt: 5; member
Dtexturing.cpp718 int rt = scratches.obtain(); in filter8() local
/system/bt/stack/btm/
Dbtm_ble_addr.cc232 bool rt = false; in btm_ble_addr_resolvable() local
Dbtm_ble_gap.cc1567 uint8_t flag = 0, rt = 0; in btm_ble_is_discoverable() local
2275 bool rt = false; in btm_ble_adv_states_operation() local
2655 bool rt = false; in btm_ble_topology_check() local
Dbtm_ble_bgconn.cc624 bool rt = false; in btm_send_pending_direct_conn() local
Dbtm_ble_privacy.cc684 bool rt = false; in btm_ble_resolving_list_load_dev() local
/system/core/libnetutils/
Difc_utils.c534 struct rtentry rt; in ifc_act_on_ipv4_route() local
671 struct rtentry rt; in ifc_remove_default_route() local
/system/bt/stack/l2cap/
Dl2c_ble.cc970 bool rt = false; in l2cble_create_conn() local
/system/nfc/src/nfa/ee/
Dnfa_ee_act.c2304 for (int rt = NCI_ROUTE_ORDER_AID; rt <= NCI_ROUTE_ORDER_TECHNOLOGY; rt++) { in nfa_ee_lmrt_to_nfcc() local
/system/vold/
Dcryptfs.cpp198 static void cryptfs_reboot(enum RebootType rt) in cryptfs_reboot()