Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_dbus.c201 va_list ap_reply; in SDL_DBus_CallMethodInternal() local
202 va_copy(ap_reply, ap); /* copy the arg list so we don't compete with D-Bus for it */ in SDL_DBus_CallMethodInternal()
208 while ((firstarg = va_arg(ap_reply, int)) != DBUS_TYPE_INVALID) { in SDL_DBus_CallMethodInternal()
210 { void *dumpptr = va_arg(ap_reply, void*); (void) dumpptr; } in SDL_DBus_CallMethodInternal()
212 { const int dumpint = va_arg(ap_reply, int); (void) dumpint; } in SDL_DBus_CallMethodInternal()
215 firstarg = va_arg(ap_reply, int); in SDL_DBus_CallMethodInternal()
216 …(firstarg == DBUS_TYPE_INVALID) || dbus.message_get_args_valist(reply, NULL, firstarg, ap_reply)) { in SDL_DBus_CallMethodInternal()
222 va_end(ap_reply); in SDL_DBus_CallMethodInternal()

Completed in 3 milliseconds