Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_state.cpp52 _res_thread* rt = (_res_thread*) calloc(1, sizeof(*rt)); in res_thread_alloc() local
73 _res_thread* rt = (_res_thread*) _rt; in res_thread_free() local
89 _res_thread* rt = (_res_thread*) pthread_getspecific(_res_key); in res_thread_get() local
121 _res_thread* rt = res_thread_get(); in res_get_state() local
127 _res_thread* rt = res_thread_get(); in res_get_static() local
Dres_cache.cpp1741 int rt = getaddrinfo_numeric(servers[i], sbuf, hints, &nsaddrinfo[i]); in resolv_set_nameservers_for_net() local
/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/netd/resolv/dns_responder/
Ddns_tls_frontend.cpp407 if (const ssize_t rt = write(event_fd_.get(), &data, sizeof(data)); rt != sizeof(data)) { in sendToEventFd() local
416 if (const ssize_t rt = read(event_fd_.get(), &data, sizeof(data)); rt != sizeof(data)) { in handleEventFd() local
Ddns_responder.cpp980 if (const ssize_t rt = write(event_fd_.get(), &data, sizeof(data)); rt != sizeof(data)) { in sendToEventFd() local
989 if (const ssize_t rt = read(event_fd_.get(), &data, sizeof(data)); rt != sizeof(data)) { in handleEventFd() 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.c534 struct rtentry rt; in ifc_act_on_ipv4_route() local
671 struct rtentry rt; in ifc_remove_default_route() local
/system/bt/stack/btm/
Dbtm_ble_gap.cc1463 uint8_t flag = 0, rt = 0; in btm_ble_is_discoverable() local
2172 bool rt = false; in btm_ble_adv_states_operation() local
2550 bool rt = false; in btm_ble_topology_check() local
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc2801 for (int rt = NCI_ROUTE_ORDER_AID; rt <= NCI_ROUTE_ORDER_TECHNOLOGY; rt++) { in nfa_ee_lmrt_to_nfcc() local
/system/vold/
Dcryptfs.cpp235 static void cryptfs_reboot(RebootType rt) { in cryptfs_reboot()