Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 25 of 150) sorted by relevance

123456

/device/linaro/dragonboard/shared/utils/qrtr/src/
Dns.c59 struct lookup { struct
291 struct lookup *lookup; in server_del() local
309 lookup = container_of(li, struct lookup, li); in server_del()
310 if (lookup->service && lookup->service != srv->service) in server_del()
312 if (lookup->instance && lookup->instance != srv->instance) in server_del()
315 lookup_notify(ctx, &lookup->sq, srv, false); in server_del()
387 struct lookup *lookup; in ctrl_cmd_del_client() local
404 lookup = container_of(li, struct lookup, li); in ctrl_cmd_del_client()
405 if (lookup->sq.sq_node != node_id) in ctrl_cmd_del_client()
407 if (lookup->sq.sq_port != port) in ctrl_cmd_del_client()
[all …]
/device/linaro/dragonboard/shared/utils/qrtr/
Dqrtr.py28 def lookup(self, srv, instance=0, ifilter=0): member in qrtr
62 def remove_lookup(self, lookup): argument
63 err = _qrtr.qrtr_remove_lookup(self.sock, *lookup)
94 svcs = qrtr().lookup(15) # 15 is the test service
DMakefile38 $(proj)-lookup-srcs := \
40 src/lookup.c \
43 $(proj)-lookup-cflags := -Ilib
52 targets := $(proj)-ns $(proj)-cfg $(proj)-lookup lib$(proj).so
DAndroid.bp60 name: "qrtr-lookup",
64 "src/lookup.c",
/device/google/cuttlefish/host/commands/assemble_cvd/
Dmisc_info.cc68 auto lookup = misc_info.find(key); in GetExpected() local
69 CF_EXPECTF(lookup != misc_info.end(), in GetExpected()
71 return lookup->second; in GetExpected()
/device/linaro/dragonboard/
Dfull.mk185 qrtr-lookup \
/device/google/coral/json-c/
DChangeLog106 * Fix subtle bug in linkhash where lookup could hang after all slots
/device/google/redbull/json-c/
DChangeLog106 * Fix subtle bug in linkhash where lookup could hang after all slots
/device/google/sunfish/json-c/
DChangeLog106 * Fix subtle bug in linkhash where lookup could hang after all slots
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/keymaps/
Dfr-ca999 # The keycode -> keysym lookup finds only one of the
Dar1021 # The keycode -> keysym lookup finds only one of the
Dth978 # The keycode -> keysym lookup finds only one of the
Det976 # The keycode -> keysym lookup finds only one of the
Dbepo1012 # The keycode -> keysym lookup finds only one of the
Den-us978 # The keycode -> keysym lookup finds only one of the
Dru979 # The keycode -> keysym lookup finds only one of the
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/keymaps/
Dru979 # The keycode -> keysym lookup finds only one of the
Dth978 # The keycode -> keysym lookup finds only one of the
Den-us978 # The keycode -> keysym lookup finds only one of the
Dmk978 # The keycode -> keysym lookup finds only one of the
Dfr-ca999 # The keycode -> keysym lookup finds only one of the
Dar1021 # The keycode -> keysym lookup finds only one of the
Det976 # The keycode -> keysym lookup finds only one of the
Dja982 # The keycode -> keysym lookup finds only one of the
Dbepo1012 # The keycode -> keysym lookup finds only one of the

123456