Searched refs:open (Results 1 - 15 of 15) sorted by relevance
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | upio.c | 148 int fd = open(path, O_RDONLY); in init_rfkill() 150 HILOGE("init_rfkill : open(%s) failed: %s (%d)\n", in init_rfkill() 317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 319 HILOGE("set_bluetooth_power : open(%s) for write failed: %s (%d)", in upio_set_bluetooth_power() 367 fd = open(VENDOR_LPM_PROC_NODE, O_WRONLY); in upio_set() 369 LOGE("upio_set : open(%s) for write failed: %s (%d)", in upio_set() 455 fd = open(VENDOR_BTWRITE_PROC_NODE, O_WRONLY); in upio_set() 457 LOGE("upio_set : open(%s) for write failed: %s (%d)", in upio_set()
|
H A D | userial_vendor.c | 124 HILOGE("userial vendor open: unsupported baud idx %i", cfg_baud); in userial_to_tcio_baud() 137 ** Description helper function to set the open state of the bt_wake if ioctl 212 HILOGI("userial vendor open: opening %s", vnd_userial.port_name); in userial_vendor_open() 214 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR)) == -1) { in userial_vendor_open() 239 HILOGI("device fd = %d open", vnd_userial.fd); in userial_vendor_open()
|
H A D | hardware.c | 633 if ((hw_cfg_cb.fw_fd = open(p_name, O_RDONLY)) == -1) { in hw_config_cback() 634 HILOGE("vendor lib preload failed to open [%s]", p_name); in hw_config_cback()
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | upio.c | 148 fd = open(path, O_RDONLY); in init_rfkill() 150 HILOGE("init_rfkill : open(%s) failed: %s (%d)\n", in init_rfkill() 317 fd = open(rfkill_state_path, O_WRONLY); in upio_set_bluetooth_power() 319 HILOGE("set_bluetooth_power : open(%s) for write failed: %s (%d)", in upio_set_bluetooth_power() 367 fd = open(VENDOR_LPM_PROC_NODE, O_WRONLY); in upio_set() 369 LOGE("upio_set : open(%s) for write failed: %s (%d)", in upio_set() 455 fd = open(VENDOR_BTWRITE_PROC_NODE, O_WRONLY); in upio_set() 457 LOGE("upio_set : open(%s) for write failed: %s (%d)", in upio_set()
|
H A D | userial_vendor.c | 124 HILOGE("userial vendor open: unsupported baud idx %i", cfg_baud); in userial_to_tcio_baud() 137 ** Description helper function to set the open state of the bt_wake if ioctl 229 HILOGI("userial vendor open: opening %s", vnd_userial.port_name); in userial_vendor_open() 231 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR)) == -1) { in userial_vendor_open() 256 HILOGI("device fd = %d open", vnd_userial.fd); in userial_vendor_open()
|
H A D | hardware.c | 682 if ((hw_cfg_cb.fw_fd = open(p_name, O_RDONLY)) == -1) { in hw_config_cback() 683 HILOGE("vendor lib preload failed to open [%s]", p_name); in hw_config_cback()
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/ |
H A D | gif2imgs.py | 27 im = Image.open(gifimg)
|
H A D | img2code.py | 82 with open(codeFile, 'w+') as f: # 输出到.c文件
|
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/ |
H A D | gif2imgs.py | 27 im = Image.open(gifimg)
|
H A D | img2code.py | 83 with open(codeFile, 'w+') as f: # 输出到.c文件
|
/vendor/hisilicon/hispark_taurus_linux/hals/utils/sys_param/ |
H A D | hal_sys_param.c | 38 int fd = open(SN_FILE, O_RDONLY, S_IRUSR | S_IWUSR);
in HalGetSerial()
|
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/ |
H A D | video2bin.py | 28 with open(binFile, 'wb+') as f:
|
H A D | bin2stream.py | 73 with open(binFile, 'rb') as f:
|
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/ |
H A D | app_demo_histreaming.c | 164 if (link->open(link) != 0) {
in HistreamingOpen()
|
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | app_demo_histreaming.c | 209 if (link->open(link) != 0) { in HistreamingOpen()
|
Completed in 10 milliseconds