Searched defs:rt (Results 1 – 12 of 12) sorted by relevance
/system/netd/resolv/ |
D | res_state.cpp | 52 _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
|
D | res_cache.cpp | 1741 int rt = getaddrinfo_numeric(servers[i], sbuf, hints, &nsaddrinfo[i]); in resolv_set_nameservers_for_net() local
|
/system/bt/stack/gatt/ |
D | gatt_cl.cc | 141 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/ |
D | bta_gattc_main.cc | 304 bool rt = true; in bta_gattc_sm_execute() local 367 bool rt = true; in bta_gattc_hdl_event() local
|
/system/netd/resolv/dns_responder/ |
D | dns_tls_frontend.cpp | 407 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
|
D | dns_responder.cpp | 980 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/ |
D | mips_opcode.h | 53 unsigned rt: 5; member 67 unsigned rt: 5; member 86 unsigned rt: 5; member 98 unsigned rt: 5; member
|
D | texturing.cpp | 709 int rt = scratches.obtain(); in filter8() local
|
/system/core/libnetutils/ |
D | ifc_utils.c | 534 struct rtentry rt; in ifc_act_on_ipv4_route() local 671 struct rtentry rt; in ifc_remove_default_route() local
|
/system/bt/stack/btm/ |
D | btm_ble_gap.cc | 1463 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/ |
D | nfa_ee_act.cc | 2801 for (int rt = NCI_ROUTE_ORDER_AID; rt <= NCI_ROUTE_ORDER_TECHNOLOGY; rt++) { in nfa_ee_lmrt_to_nfcc() local
|
/system/vold/ |
D | cryptfs.cpp | 235 static void cryptfs_reboot(RebootType rt) { in cryptfs_reboot()
|