Searched refs:dd (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 1161 int dd, err; in hci_open_dev() local 1164 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1165 if (dd < 0) in hci_open_dev() 1166 return dd; in hci_open_dev() 1172 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1175 return dd; in hci_open_dev() 1179 close(dd); in hci_open_dev() 1185 int hci_close_dev(int dd) in hci_close_dev() argument 1187 return close(dd); in hci_close_dev() 1193 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 1157 int dd, err; in hci_open_dev() local 1160 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1161 if (dd < 0) in hci_open_dev() 1162 return dd; in hci_open_dev() 1168 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1171 return dd; in hci_open_dev() 1175 close(dd); in hci_open_dev() 1181 int hci_close_dev(int dd) in hci_close_dev() argument 1183 return close(dd); in hci_close_dev() 1189 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 1157 int dd, err; in hci_open_dev() local 1160 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1161 if (dd < 0) in hci_open_dev() 1162 return dd; in hci_open_dev() 1168 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1171 return dd; in hci_open_dev() 1175 close(dd); in hci_open_dev() 1181 int hci_close_dev(int dd) in hci_close_dev() argument 1183 return close(dd); in hci_close_dev() 1189 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 1162 int dd, err; in hci_open_dev() local 1165 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in hci_open_dev() 1166 if (dd < 0) in hci_open_dev() 1167 return dd; in hci_open_dev() 1173 if (bind(dd, (struct sockaddr *) &a, sizeof(a)) < 0) in hci_open_dev() 1176 return dd; in hci_open_dev() 1180 close(dd); in hci_open_dev() 1186 int hci_close_dev(int dd) in hci_close_dev() argument 1188 return close(dd); in hci_close_dev() 1194 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) in hci_send_cmd() argument [all …]
|
/hardware/intel/bootstub/ |
D | bootstub.mk | 59 $(hide) cat $< /dev/zero | dd bs=$(BOOTSTUB_SIZE) count=1 > $@
|
/hardware/interfaces/radio/1.0/ |
D | IRadioIndication.hal | 104 * @param nitzTime NITZ time string in the form "yy/mm/dd,hh:mm:ss(+/-)tz,dt"
|