HomeSort by relevance Sort by last modified time
    Searched defs:get_interface (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/ppapi/cpp/
module_impl.h 24 template <typename T> inline T const* get_interface() { function in namespace:pp::__anon13992
31 return get_interface<T>() != NULL;
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_module.h 42 PP_GetInterface_Func get_interface; member in struct:mojo::examples::PluginModule::EntryPoints
  /external/dhcpcd/
ifaddrs.c 33 struct ifaddrs *get_interface(const char *name, sa_family_t family) function
116 ifa = get_interface(de->d_name, AF_INET);
121 ifa = get_interface(de->d_name, AF_PACKET);
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 61 static int get_interface(char *name) function
185 int interface = get_interface(argv[1]);
  /external/chromium_org/content/public/common/
pepper_plugin_info.h 28 GetInterfaceFunc get_interface; member in struct:content::PepperPluginInfo::EntryPoints
  /external/chromium_org/third_party/freetype/include/freetype/
ftmodapi.h 184 /* get_interface :: The interface requesting function. */
198 FT_Module_Requester get_interface; member in struct:FT_Module_Class_
  /external/freetype/include/
ftmodapi.h 184 /* get_interface :: The interface requesting function. */
198 FT_Module_Requester get_interface; member in struct:FT_Module_Class_
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftmodapi.h 184 /* get_interface :: The interface requesting function. */
198 FT_Module_Requester get_interface; member in struct:FT_Module_Class_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftmodapi.h 184 /* get_interface :: The interface requesting function. */
198 FT_Module_Requester get_interface; member in struct:FT_Module_Class_
  /external/chromium_org/third_party/freetype/include/freetype/internal/
sfnt.h 503 FT_Module_Requester get_interface; member in struct:SFNT_Interface_
    [all...]
  /external/freetype/include/internal/
sfnt.h 503 FT_Module_Requester get_interface; member in struct:SFNT_Interface_
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 351 static void get_interface(unsigned int iface, char *ifc) function
412 get_interface(iface, ifc);
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
sfnt.h 503 FT_Module_Requester get_interface; member in struct:SFNT_Interface_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
sfnt.h 503 FT_Module_Requester get_interface; member in struct:SFNT_Interface_
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 478 static int get_interface(const char *name, interface_info *info) function
519 if (get_interface(de->d_name, ifinfo) != WIFI_SUCCESS) {
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 636 static int get_interface(const char *name, interface_info *info) function
677 if (get_interface(de->d_name, ifinfo) != WIFI_SUCCESS) {

Completed in 847 milliseconds