OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARG_IN
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h
42
enum dbus_arg_direction {
ARG_IN
, ARG_OUT };
50
#define END_ARGS { NULL, NULL,
ARG_IN
}
dbus_new.c
[
all
...]
dbus_new_introspect.c
76
include_dir ? (arg->dir ==
ARG_IN
? "in" : "out") :
dbus_new_helpers.c
133
if (arg->dir ==
ARG_IN
) {
Completed in 183 milliseconds