/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/ |
A D | aos_hal_uart.c | 85 uart_recv_notify_t *notify = (uart_recv_notify_t *)args; in uart_recv_handler() local 127 uart_recv_notify_t *notify = uart_recv_notifiers[uart->port]; in aos_hal_uart_callback() local 155 uart_recv_notify_t *notify = uart_recv_notifiers[uart->port]; in aos_hal_uart_finalize() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/src/ble/profile/client/ |
A D | ancs_client.c | 104 bool ancs_set_notification_source_notify(uint8_t conn_id, bool notify) in ancs_set_notification_source_notify() 133 bool ancs_set_data_source_notify(uint8_t conn_id, bool notify) in ancs_set_data_source_notify() 464 static T_APP_RESULT ancs_client_notify_ind_cb(uint8_t conn_id, bool notify, uint16_t handle, in ancs_client_notify_ind_cb()
|
A D | bas_client.c | 135 bool bas_set_notify(uint8_t conn_id, bool notify) in bas_set_notify() 522 static T_APP_RESULT bas_client_notify_ind_cb(uint8_t conn_id, bool notify, uint16_t handle, in bas_client_notify_ind_cb()
|
A D | simple_ble_client.c | 176 bool simp_ble_client_set_v3_notify(uint8_t conn_id, bool notify) in simp_ble_client_set_v3_notify() 625 static T_APP_RESULT simp_ble_client_notif_ind_result_cb(uint8_t conn_id, bool notify, in simp_ble_client_notif_ind_result_cb()
|
A D | gcs_client.c | 334 static T_APP_RESULT gcs_client_notify_ind_cb(uint8_t conn_id, bool notify, in gcs_client_notify_ind_cb()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/timer/ |
A D | module_timer.c | 27 timer_irq_notify_param_t *notify; member 127 timer_irq_notify_param_t *notify; in native_timer_setTimeout() local 232 timer_irq_notify_param_t *notify; in native_timer_setInterval() local
|
/AliOS-Things-master/components/drivers/peripheral/spi/src/ |
A D | spi_dev.c | 26 poll_notify_t notify; member 412 int spi_device_poll (file_t *f, int flag, poll_notify_t notify, void *fd, void *arg) { in spi_device_poll()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/gpio/ |
A D | module_gpio.c | 227 gpio_irq_notify_param_t *notify = aos_malloc(sizeof(gpio_irq_notify_param_t)); in gpio_irq() local 256 gpio_irq_notify_param_t *notify = NULL; in native_gpio_on() local
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/uart/ |
A D | module_uart.c | 54 uart_notify_t *notify = (uart_notify_t *)pdata; in uart_recv_notify() local 79 uart_notify_t *notify; in uart_recv_callback() local
|
/AliOS-Things-master/components/drivers/peripheral/uart/src/ |
A D | uart_dev.c | 27 poll_notify_t notify; member 451 int uart_device_poll (file_t *f, int flag, poll_notify_t notify, void *fd, void *arg) { in uart_device_poll()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/uart/ |
A D | module_uart.c | 69 uart_notify_t *notify = (uart_notify_t *)pdata; in uart_recv_notify() local 95 uart_notify_t *notify; in uart_recv_callback() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/udp/ |
A D | module_udp.c | 134 udp_send_notify_param_t *notify = (udp_send_notify_param_t *)pdata; in udp_send_notify() local 305 udp_recv_notify_param_t *notify = (udp_recv_notify_param_t *)pdata; in udp_recv_notify() local
|
/AliOS-Things-master/components/linksdk/components/bootstrap/ |
A D | aiot_bootstrap_api.h | 92 } notify; member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/bluetooth/profile/client/ |
A D | bas_client.h | 130 bool notify; member
|
A D | gcs_client.h | 124 bool notify; member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/gpio/ |
A D | module_gpio.c | 203 gpio_irq_notify_param_t *notify; in gpio_irq() local
|
/AliOS-Things-master/components/ble_host/bt_host/aos/ |
A D | ble.c | 771 ble_attr_notify_t *notify = (ble_attr_notify_t *)user_data; in ble_gatt_attr_notify() local 792 ble_attr_notify_t *notify = (ble_attr_notify_t *)user_data; in ble_gatt_attr_indicate() local 807 ble_attr_notify_t notify; in ble_stack_gatt_notificate() local 837 ble_attr_notify_t notify; in ble_stack_gatt_indicate() local
|
/AliOS-Things-master/components/epoll/src/ |
A D | device.c | 458 static int epoll_poll(file_t *f, int setup, poll_notify_t notify, in epoll_poll()
|
/AliOS-Things-master/components/epoll/example/ |
A D | test_device.c | 164 static int event_poll(file_t *f, int setup, poll_notify_t notify, in event_poll()
|
/AliOS-Things-master/components/select/example/ |
A D | test_device.c | 164 static int event_poll(file_t *f, int setup, poll_notify_t notify, in event_poll()
|
/AliOS-Things-master/components/linksdk/components/task/ |
A D | aiot_task_api.h | 208 task_desc_t notify; /* 云端主动推送任务的数据 */ member
|
/AliOS-Things-master/components/vfs/ |
A D | vfs_aos.c | 71 int aos_do_pollfd(int fd, int flag, poll_notify_t notify, void *fds, void *arg) in aos_do_pollfd()
|
A D | vfs.c | 596 int32_t vfs_do_pollfd(int32_t fd, int32_t flag, vfs_poll_notify_t notify, in vfs_do_pollfd()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | gatt.h | 1362 bt_gatt_notify_func_t notify; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | avrcp_api.h | 1515 avrcp_adv_notify_parms_t notify; member
|