Home
last modified time | relevance | path

Searched refs:param (Results 1 - 25 of 38) sorted by relevance

12

/vendor/hihope/dayu210/bluetooth/src/
H A Dconf.c38 int userial_set_port(char *p_conf_name, char *p_conf_value, int param);
39 int hw_set_patch_file_path(char *p_conf_name, char *p_conf_value, int param);
40 int hw_set_patch_file_name(char *p_conf_name, char *p_conf_value, int param);
42 int hw_set_patch_settlement_delay(char *p_conf_name, char *p_conf_value, int param);
54 typedef int(conf_action_t)(char *p_conf_name, char *p_conf_value, int param);
59 int param; member
127 p_entry->p_action(p_name, p_value, p_entry->param); in vnd_load_conf()
H A Dbt_vendor_brcm.c40 #define BTVNDDBG(param, ...) \
42 HILOGD(param, ##__VA_ARGS__); \
45 #define BTVNDDBG(param, ...) \
47 HILOGD(param, ##__VA_ARGS__); \
142 static int op(bt_opcode_t opcode, void *param) in op() argument
158 int(*fd_array)[] = (int(*)[])param; in op()
179 uint32_t *timeout_ms = (uint32_t *)param; in op()
199 hw_process_event((HC_BT_HDR *)param); in op()
H A Duserial_vendor.c49 #define VNDUSERIALDBG(param, ...) \
51 HILOGD(param, ##__VA_ARGS__); \
54 #define VNDUSERIALDBG(param, ...) \
56 HILOGD(param, ##__VA_ARGS__); \
342 int userial_set_port(char *p_conf_name, char *p_conf_value, int param) in userial_set_port() argument
H A Dupio.c51 #define UPIODBG(param, ...) \
53 HILOGD(param, ##__VA_ARGS__); \
56 #define UPIODBG(param, ...) \
58 HILOGD(param, ##__VA_ARGS__); \
/vendor/hihope/rk3568/bluetooth/src/
H A Dconf.c38 int userial_set_port(char *p_conf_name, char *p_conf_value, int param);
39 int hw_set_patch_file_path(char *p_conf_name, char *p_conf_value, int param);
40 int hw_set_patch_file_name(char *p_conf_name, char *p_conf_value, int param);
42 int hw_set_patch_settlement_delay(char *p_conf_name, char *p_conf_value, int param);
54 typedef int(conf_action_t)(char *p_conf_name, char *p_conf_value, int param);
59 int param; member
127 p_entry->p_action(p_name, p_value, p_entry->param); in vnd_load_conf()
H A Dbt_vendor_brcm.c40 #define BTVNDDBG(param, ...) \
42 HILOGD(param, ##__VA_ARGS__); \
45 #define BTVNDDBG(param, ...) \
47 HILOGD(param, ##__VA_ARGS__); \
142 static int op(bt_opcode_t opcode, void *param) in op() argument
158 int(*fd_array)[] = (int(*)[])param; in op()
179 uint32_t *timeout_ms = (uint32_t *)param; in op()
199 hw_process_event((HC_BT_HDR *)param); in op()
H A Duserial_vendor.c49 #define VNDUSERIALDBG(param, ...) \
51 HILOGD(param, ##__VA_ARGS__); \
54 #define VNDUSERIALDBG(param, ...) \
56 HILOGD(param, ##__VA_ARGS__); \
359 int userial_set_port(char *p_conf_name, char *p_conf_value, int param) in userial_set_port() argument
H A Dupio.c51 #define UPIODBG(param, ...) \
53 HILOGD(param, ##__VA_ARGS__); \
56 #define UPIODBG(param, ...) \
58 HILOGD(param, ##__VA_ARGS__); \
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
H A Dapp_demo_gl5537_1.h20 void GetGpio5Voltage(const char *param);
H A Dapp_demo_gl5537_1.c82 void GetGpio5Voltage(const char *param) in GetGpio5Voltage() argument
90 hi_unref_param(param); in GetGpio5Voltage()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dapp_demo_gl5537_1.h20 void GetGpio5Voltage(const char *param);
H A Dapp_demo_gl5537_1.c80 void GetGpio5Voltage(const char *param) in GetGpio5Voltage() argument
88 hi_unref_param(param); in GetGpio5Voltage()
/vendor/hisilicon/hispark_pegasus/demo/nfc_demo/
H A Dapp_demo_gl5537_1.h20 void GetGpio5Voltage(char *param);
H A Dapp_demo_nfc.c74 void *NfcTask(const char* param) in NfcTask() argument
76 (void) param; in NfcTask()
109 void *AppNfcDisplay(char* param) in AppNfcDisplay() argument
H A Dapp_demo_gl5537_1.c81 void GetGpio5Voltage(char *param) in GetGpio5Voltage() argument
89 hi_unref_param(param); in GetGpio5Voltage()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Dapp_demo_gl5537_1.h20 void GetGpio5Voltage(const char *param);
H A Dapp_demo_gl5537_1.c80 void GetGpio5Voltage(const char *param) in GetGpio5Voltage() argument
88 hi_unref_param(param); in GetGpio5Voltage()
/vendor/hisilicon/hispark_pegasus/demo/traffic_light_demo/
H A Dapp_demo_gl5537_1.h20 void GetGpio5Voltage(const char *param);
H A Dapp_demo_gl5537_1.c80 void GetGpio5Voltage(const char *param) in GetGpio5Voltage() argument
88 hi_unref_param(param); in GetGpio5Voltage()
/vendor/hihope/neptune_iotlink_demo/ble/source/
H A Dble_server_demo.c425 BleAdvParams param; in ble_server_demo() local
428 memset_s(&param, sizeof(param), 0, sizeof(param)); in ble_server_demo()
446 param.advFilterPolicy = 0; in ble_server_demo()
447 param.advType = OHOS_BLE_ADV_IND; in ble_server_demo()
448 param.channelMap = 0x07; in ble_server_demo()
449 param.ownAddrType = 0; in ble_server_demo()
450 param.duration = 0; in ble_server_demo()
451 param in ble_server_demo()
[all...]
/vendor/hisilicon/hispark_pegasus/demo/interconnection_client_demo/
H A Dapp_demo_uart.c45 static hi_void *UartDemoTask(char *param) in UartDemoTask() argument
48 hi_unref_param(param); in UartDemoTask()
/vendor/hisilicon/hispark_pegasus/demo/robot_demo/robot_car/
H A Drobot_control.c85 unsigned char get_gpio5_voltage(void *param) in get_gpio5_voltage() argument
100 hi_unref_param(param); in get_gpio5_voltage()
218 void *RobotCarTestTask(void* param) in RobotCarTestTask() argument
/vendor/hihope/dayu210/bluetooth/include/
H A Dbt_vendor_lib.h59 * @param int (*)[HCI_MAX_CHANNEL].
77 * @param (uint_32 *)milliseconds, btc will return the value of lpm timer.
104 * @param (void *)buf, struct of HC_BT_HDR.
172 int (*op)(bt_opcode_t opcode, void* param);
/vendor/hihope/rk3568/bluetooth/include/
H A Dbt_vendor_lib.h59 * @param int (*)[HCI_MAX_CHANNEL].
77 * @param (uint_32 *)milliseconds, btc will return the value of lpm timer.
104 * @param (void *)buf, struct of HC_BT_HDR.
172 int (*op)(bt_opcode_t opcode, void* param);
/vendor/hisilicon/hispark_pegasus/demo/udp_demo/
H A Dudp_server.c99 void *UdpServerDemo(const char *param) in UdpServerDemo() argument
107 (char*)(param); in UdpServerDemo()

Completed in 9 milliseconds

12