HomeSort by relevance Sort by last modified time
    Searched refs:dev_type (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/sepolicy/
tee.te 6 type tee_device, dev_type;
attributes 6 attribute dev_type;
app.te 131 neverallow { appdomain -unconfineddomain } dev_type:blk_file { read write };
  /external/bluetooth/bluedroid/btif/include/
btif_dm.h 116 tBT_DEVICE_TYPE dev_type);
  /external/wpa_supplicant_8/src/wps/
wps_common.c 456 int wps_dev_type_str2bin(const char *str, u8 dev_type[WPS_DEV_TYPE_LEN])
461 WPA_PUT_BE16(dev_type, atoi(str));
466 if (hexstr2bin(pos, &dev_type[2], 4))
472 WPA_PUT_BE16(&dev_type[6], atoi(pos));
479 char * wps_dev_type_bin2str(const u8 dev_type[WPS_DEV_TYPE_LEN], char *buf,
485 WPA_GET_BE16(dev_type), WPA_GET_BE32(&dev_type[2]),
486 WPA_GET_BE16(&dev_type[6]));
wps_dev_attr.c 346 const u8 *dev_type)
352 if (dev_type == NULL) {
357 os_memcpy(dev->pri_dev_type, dev_type, WPS_DEV_TYPE_LEN);
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 467 p_data->dev_type = BTA_HH_DEVT_UNKNOWN;
475 p_data->dev_type = p_report[0];
480 p_data->dev_type = p_report[0];
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 313 char dev_type[32]; local
329 if (dhd_get_dev_type(name, dev_type, type) >= 0 &&
330 !strncmp(dev_type, type, strlen(dev_type) - 1))
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 144 DEV_CLASS dev_class, tBT_DEVICE_TYPE dev_type);
401 bt_device_type_t dev_type; local
430 dev_type = device_type;
432 BT_PROPERTY_TYPE_OF_DEVICE, sizeof(dev_type), &dev_type);
1003 bt_device_type_t dev_type; local
    [all...]
  /bionic/libc/kernel/common/linux/
mod_devicetable.h 80 __u16 dev_type; member in struct:ccw_device_id
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /external/kernel-headers/original/linux/
mod_devicetable.h 139 __u16 dev_type; /* device type */ member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
mod_devicetable.h 74 __u16 dev_type; member in struct:ccw_device_id

Completed in 1191 milliseconds

1 2 3 4 5