Searched defs:recv (Results 1 - 3 of 3) sorted by relevance

/system/extras/alloc-stress/
H A Dalloc-stress.cpp84 template <typename T> void recv(T& v) { function in class:Pipe
/system/bt/stack/smp/
H A Dsmp_act.c108 static void smp_update_key_mask (tSMP_CB *p_cb, UINT8 key_type, BOOLEAN recv) argument
110 SMP_TRACE_DEBUG("%s before update role=%d recv=%d local_i_key = %02x, local_r_key = %02x",
111 __func__, p_cb->role, recv, p_cb->local_i_key, p_cb->local_r_key);
125 if (recv)
132 if (recv)
/system/bt/btif/src/
H A Dbtif_dm.c2953 const char* recv = stack_config_get_interface()->get_pts_smp_options(); local
2957 strncpy(conf, recv, 64);

Completed in 641 milliseconds