HomeSort by relevance Sort by last modified time
    Searched refs:DBUS_VERSION_MINOR (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/
Android.mk 919 DBUS_VERSION_MINOR=$(word 2,$(dbus_version))
923 ifeq ($(DBUS_VERSION_MINOR),)
924 DBUS_VERSION_MINOR=0
927 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
Makefile 898 DBUS_VERSION_MINOR=$(word 2,$(dbus_version))
902 ifeq ($(DBUS_VERSION_MINOR),)
903 DBUS_VERSION_MINOR=0
906 DBUS_INCLUDE += -DDBUS_VERSION_MINOR=$(DBUS_VERSION_MINOR)
ctrl_iface_dbus.c 25 #define _DBUS_VERSION (DBUS_VERSION_MAJOR << 8 | DBUS_VERSION_MINOR)
    [all...]

Completed in 103 milliseconds