Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_multi_adv.c203 tBTM_STATUS rt; in btm_ble_enable_multi_adv() local
258 tBTM_STATUS rt; in btm_ble_multi_adv_set_params() local
342 tBTM_STATUS rt; in btm_ble_multi_adv_write_rpa() local
549 tBTM_STATUS rt = BTM_NO_RESOURCES; in BTM_BleEnableAdvInstance() local
617 tBTM_STATUS rt = BTM_ILLEGAL_VALUE; in BTM_BleUpdateAdvInstParam() local
669 tBTM_STATUS rt; in BTM_BleCfgAdvInstData() local
719 tBTM_STATUS rt = BTM_ILLEGAL_VALUE; in BTM_BleDisableAdvInstance() local
Dbtm_ble_bgconn.c197 BOOLEAN rt = TRUE; in btm_execute_wl_dev_operation() local
714 BOOLEAN rt = FALSE; in btm_send_pending_direct_conn() local
Dbtm_ble_gap.c2349 UINT8 *p_flag, flag = 0, rt = 0; in btm_ble_is_discoverable() local
3019 BOOLEAN rt = FALSE; in btm_ble_adv_states_operation() local
3062 tBTM_STATUS rt = BTM_NO_RESOURCES; in btm_ble_start_adv() local
3106 tBTM_STATUS rt = BTM_SUCCESS; in btm_ble_stop_adv() local
3443 BOOLEAN rt = FALSE; in btm_ble_topology_check() local
Dbtm_ble_addr.c274 BOOLEAN rt = FALSE; in btm_ble_addr_resolvable() local
Dbtm_ble_privacy.c763 BOOLEAN rt = FALSE; in btm_ble_resolving_list_load_dev() local
Dbtm_ble.c1567 tBTM_STATUS rt = BTM_NO_RESOURCES; in btm_ble_start_encrypt() local
/system/bt/bta/gatt/
Dbta_gattc_main.c271 BOOLEAN rt = TRUE; in bta_gattc_sm_execute() local
336 BOOLEAN rt = TRUE; in bta_gattc_hdl_event() local
/system/bt/stack/gatt/
Dgatt_cl.c140 UINT8 rt = GATT_INTERNAL_ERROR; in gatt_act_read() local
228 UINT8 rt = GATT_SUCCESS, op_code = 0; in gatt_act_write() local
300 UINT8 rt ; in gatt_send_queue_write_cancel() local
367 UINT8 rt = GATT_SUCCESS; in gatt_send_prepare_write() local
Dgatt_db.c1171 BOOLEAN rt = FALSE; in gatts_db_add_service_declaration() local
Dgatt_utils.c2821 BOOLEAN rt = TRUE; in gatt_update_listen_mode() 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.cpp716 int rt = scratches.obtain(); in filter8() local
/system/core/libnetutils/
Difc_utils.c538 struct rtentry rt; in ifc_act_on_ipv4_route() local
675 struct rtentry rt; in ifc_remove_default_route() local
/system/bt/stack/l2cap/
Dl2c_ble.c951 BOOLEAN rt = FALSE; in l2cble_create_conn() local
/system/vold/
Dcryptfs.c443 static void cryptfs_reboot(enum RebootType rt) in cryptfs_reboot()