Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_cl.cc141 uint8_t rt = GATT_INTERNAL_ERROR; in gatt_act_read() local
221 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, op_code, attr.handle, in gatt_act_write() local
237 uint8_t rt = gatt_send_write_msg(tcb, p_clcb, GATT_REQ_WRITE, in gatt_act_write() local
276 uint8_t rt; in gatt_send_queue_write_cancel() local
348 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.cc304 bool rt = true; in bta_gattc_sm_execute() local
367 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.cpp709 int rt = scratches.obtain(); in filter8() local
/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.cc1377 uint8_t flag = 0, rt = 0; in btm_ble_is_discoverable() local
2103 bool rt = false; in btm_ble_adv_states_operation() local
2481 bool rt = false; in btm_ble_topology_check() local
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc2805 for (int rt = NCI_ROUTE_ORDER_AID; rt <= NCI_ROUTE_ORDER_TECHNOLOGY; rt++) { in nfa_ee_lmrt_to_nfcc() local
/system/vold/
Dcryptfs.cpp439 static void cryptfs_reboot(RebootType rt) { in cryptfs_reboot()