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

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osRgstry_parser.c 117 IN NDIS_HANDLE config_handle, IN PNDIS_STRING keyword, IN NDIS_PARAMETER_TYPE param_type )
153 if( param_type == NdisParameterString )
183 else if( param_type == NdisParameterInteger )
198 print_err("NdisReadConfiguration(): unknow parameter type %d for %s\n", param_type, name );
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
ioctl_utils.h 49 int util_get_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
50 int util_set_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len );
51 int util_get_report_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
52 int util_set_report_param( struct net_device *dev, UINT32 param_type, ULONG *data, UINT32 max_param_len);
osRgstry_parser.c 113 IN NDIS_HANDLE config_handle, IN PNDIS_STRING keyword, IN NDIS_PARAMETER_TYPE param_type )
149 if( param_type == NdisParameterString )
179 else if( param_type == NdisParameterInteger )
194 print_err("NdisReadConfiguration(): unknow parameter type %d for %s\n", param_type, name );
202 /* (param_type == NdisParameterString) ? 'S' : 'D', name );*/
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osRgstry_parser.c 117 IN NDIS_HANDLE config_handle, IN PNDIS_STRING keyword, IN NDIS_PARAMETER_TYPE param_type )
152 if( param_type == NdisParameterString )
182 else if( param_type == NdisParameterInteger )
197 print_err("NdisReadConfiguration(): unknow parameter type %d for %s\n", param_type, name );
  /external/stlport/stlport/stl/
type_traits.h 459 typename ::boost::add_reference<_Tp>::type>::_Ret param_type; typedef in struct:__call_traits
462 typedef _Tp& param_type;
469 typedef _Tp& param_type; typedef in struct:__call_traits
474 typedef _Tp& param_type; typedef in struct:__call_traits
_function.h 197 typedef typename __call_traits<argument_type>::param_type _ArgParamType;
232 typedef typename __call_traits<argument_type>::param_type _ArgParamType;
  /external/bluetooth/glib/gobject/
gparam.c 386 * @param_type: the #GType for the property; must be derived from #G_TYPE_PARAM
413 g_param_spec_internal (GType param_type,
421 g_return_val_if_fail (G_TYPE_IS_PARAM (param_type) && param_type != G_TYPE_PARAM, NULL);
426 pspec = (gpointer) g_type_create_instance (param_type);
    [all...]
gparam.h 369 gpointer g_param_spec_internal (GType param_type,
gparamspecs.h 1026 GType param_type,
gparamspecs.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 1017 char **str_ptr, const char *token, int param_type, void *dst, int param_max_len);
    [all...]

Completed in 182 milliseconds