Searched refs:iface (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylanddyn.c | 89 #define SDL_WAYLAND_INTERFACE(iface) const struct wl_interface *WAYLAND_##iface = NULL; argument 107 #define SDL_WAYLAND_INTERFACE(iface) WAYLAND_##iface = NULL; in SDL_WAYLAND_UnloadSymbols() argument 145 #define SDL_WAYLAND_INTERFACE(iface) WAYLAND_##iface = (struct wl_interface *) WAYLAND_GetSym(#ifac… in SDL_WAYLAND_LoadSymbols() argument 161 #define SDL_WAYLAND_INTERFACE(iface) WAYLAND_##iface = &iface; in SDL_WAYLAND_LoadSymbols()
|
A D | SDL_waylanddyn.h | 54 #define SDL_WAYLAND_INTERFACE(iface) extern const struct wl_interface *WAYLAND_##iface; argument
|
A D | SDL_waylandsym.h | 33 #define SDL_WAYLAND_INTERFACE(iface) argument
|
/AliOS-Things-master/components/py_engine/engine/extmod/webrepl/ |
A D | webrepl.py | 26 iface = network.WLAN(i) 27 if iface.active(): 28 print("WebREPL daemon started on ws://%s:%d" % (iface.ifconfig()[0], port))
|
/AliOS-Things-master/components/a2sa/internal/driver/core/ |
A D | control.h | 45 { .iface = AOS_CTL_ELEM_IFACE_MIXER, \ 54 { .iface = AOS_CTL_ELEM_IFACE_MIXER, \ 73 int iface; /* interface id */ member 150 unsigned int iface; /* interface identifier */ member
|
/AliOS-Things-master/components/a2sa/src/driver/core/ |
A D | control.c | 66 kctl->id.iface = ncontrol->iface; in audio_ctl_new1() 117 LOGD(LOG_TAG, "%s:%d, ----kcontrol->id.iface: %d", __func__, __LINE__, kcontrol->id.iface); in audio_ctl_add() 194 if (kctl->id.iface != id->iface) in audio_ctl_find_id() 280 LOGD(LOG_TAG, "%s:%d, ----id->iface: %d", __func__, __LINE__, id->iface); in audio_ctl_elem_list() 317 LOGD(LOG_TAG, "%s:%d, ----id->iface: %d", __func__, __LINE__, info->id.iface); in audio_ctl_elem_info()
|
/AliOS-Things-master/components/SDL2/ |
A D | libtool | 7871 iface=$func_arith_result 7874 verstring="$verstring_prefix$major.$iface:$verstring" 7898 iface=$func_arith_result 7901 verstring="$verstring:${iface}.0"
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | libtool | 6790 iface=$func_arith_result 6793 verstring="$verstring_prefix$major.$iface:$verstring" 6817 iface=$func_arith_result 6820 verstring="$verstring:${iface}.0"
|
A D | ltmain.sh | 6297 iface=$func_arith_result 6300 verstring="$verstring_prefix$major.$iface:$verstring" 6324 iface=$func_arith_result 6327 verstring="$verstring:${iface}.0"
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | ltmain.sh | 7432 iface=$func_arith_result 7435 verstring="$verstring_prefix$major.$iface:$verstring" 7459 iface=$func_arith_result 7462 verstring="$verstring:${iface}.0"
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ltmain.sh | 7445 iface=$func_arith_result 7448 verstring="$verstring_prefix$major.$iface:$verstring" 7472 iface=$func_arith_result 7475 verstring="$verstring:${iface}.0"
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | ltmain.sh | 7445 iface=$func_arith_result 7448 verstring="$verstring_prefix$major.$iface:$verstring" 7472 iface=$func_arith_result 7475 verstring="$verstring:${iface}.0"
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | ltmain.sh | 8923 iface=$func_arith_result 8926 verstring=$verstring_prefix$major.$iface:$verstring 8950 iface=$func_arith_result 8953 verstring=$verstring:$iface.0
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | ltmain.sh | 8923 iface=$func_arith_result 8926 verstring=$verstring_prefix$major.$iface:$verstring 8950 iface=$func_arith_result 8953 verstring=$verstring:$iface.0
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | ltmain.sh | 8932 iface=$func_arith_result 8935 verstring=$verstring_prefix$major.$iface:$verstring 8959 iface=$func_arith_result 8962 verstring=$verstring:$iface.0
|
Completed in 94 milliseconds