Home
last modified time | relevance | path

Searched refs:make_context (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/gd/rust/linux/adapter/src/
H A Dmain.rs31 fn make_context(intf: BluetoothInterface) -> Context { in make_context() function
166 let mut context = make_context(intf); in main()
/aosp12/bionic/libc/dns/net/
H A Dgethnamaddr.c1562 static struct android_net_context make_context(unsigned netid, unsigned mark) { in make_context() function
1574 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbynamefornet()
1603 const struct android_net_context netcontext = make_context(netid, mark); in android_gethostbyaddrfornet()