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

/system/extras/alloc-stress/
H A Dalloc-stress.cpp84 template <typename T> void recv(T& v) { function in class:Pipe
/system/libhwbinder/vts/performance/
H A DPerfTest.h32 // Both parent and child hold a object. Each recv() on one side requires
45 recv(val);
55 int recv(T& v) { function in class:Pipe
H A DBenchmark_throughput.cpp83 template<typename T> void recv(T& v) { function in class:Pipe
386 worker_pipes[i].recv(tmp_results);
/system/bt/stack/smp/
H A Dsmp_act.cc61 static void smp_update_key_mask(tSMP_CB* p_cb, uint8_t key_type, bool recv) { argument
63 "%s before update role=%d recv=%d local_i_key = %02x, local_r_key = %02x",
64 __func__, p_cb->role, recv, p_cb->local_i_key, p_cb->local_r_key);
74 if (recv)
79 if (recv)
/system/bt/btif/src/
H A Dbtif_dm.cc2702 const char* recv = stack_config_get_interface()->get_pts_smp_options(); local
2706 strncpy(conf, recv, 64);

Completed in 1060 milliseconds