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

  /bionic/libc/kernel/uapi/linux/
rfkill.h 25 enum rfkill_type { enum
  /external/kernel-headers/original/uapi/linux/
rfkill.h 30 * enum rfkill_type - type of rfkill switch.
43 enum rfkill_type { enum
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rfkill.h 30 * enum rfkill_type - type of rfkill switch.
42 enum rfkill_type { enum
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 200 char rfkill_type[64]; local
205 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i);
206 if ((fd = open(rfkill_type, O_RDONLY)) < 0)
208 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
bt_vendor_qcom.c 333 char rfkill_type[64], *enable_ldo_path = NULL; local
369 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i);
370 if ((fd = open(rfkill_type, O_RDONLY)) < 0)
372 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno);
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
bt_vendor_qcom.c 320 char rfkill_type[64], *enable_ldo_path = NULL; local
356 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i);
357 if ((fd = open(rfkill_type, O_RDONLY)) < 0)
359 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno);
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
bt_vendor_qcom.c 349 char rfkill_type[64], *enable_ldo_path = NULL; local
385 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i);
386 if ((fd = open(rfkill_type, O_RDONLY)) < 0)
388 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
rfkill.c 34 enum rfkill_type { enum
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
bt_vendor_qcom.c 382 char rfkill_type[64], *enable_ldo_path = NULL; local
418 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i);
419 if ((fd = open(rfkill_type, O_RDONLY)) < 0)
421 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno);
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
bt_vendor_qcom.c 372 char rfkill_type[64], *enable_ldo_path = NULL; local
408 snprintf(rfkill_type, sizeof(rfkill_type), "/sys/class/rfkill/rfkill%d/type", i);
409 if ((fd = open(rfkill_type, O_RDONLY)) < 0)
411 ALOGE("open(%s) failed: %s (%d)\n", rfkill_type, strerror(errno), errno);
    [all...]

Completed in 694 milliseconds