/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | hci_core.c | 3537 struct bt_hci_evt_io_capa_req *evt = (void *)buf->data; in io_capa_req() local 3827 struct bt_hci_evt_inquiry_result_with_rssi *evt; in inquiry_result_with_rssi() local 4081 struct bt_hci_evt_role_change *evt = (void *)buf->data; in role_change() local 4598 struct bt_hci_evt_remote_version_info *evt; in bt_hci_evt_read_remote_version_complete() local 4862 struct bt_hci_evt_cmd_complete *evt; in hci_cmd_complete() local 4887 struct bt_hci_evt_cmd_status *evt; in hci_cmd_status() local 5421 struct bt_hci_evt_le_ext_advertising_info *evt; in le_adv_ext_report() local 5451 struct bt_hci_evt_le_advertising_info *evt; in le_adv_report() local 5505 struct bt_hci_evt_le_adv_set_terminated *evt; in le_adv_set_terminated() local 5584 struct bt_hci_evt_le_scan_req_received *evt; in le_scan_req_received() local [all …]
|
A D | hci_ecc.c | 90 struct bt_hci_evt_cmd_status *evt; in send_cmd_status() local 135 struct bt_hci_evt_le_p256_public_key_complete *evt; in emulate_le_p256_public_key_cmd() local 174 struct bt_hci_evt_le_generate_dhkey_complete *evt; in emulate_le_generate_dhkey() local
|
A D | hci_raw.c | 157 struct net_buf *bt_buf_get_evt(u8_t evt, bool discardable, k_timeout_t timeout) in bt_buf_get_evt()
|
A D | monitor.c | 61 atomic_t evt; member
|
A D | hci_api.c | 137 struct bt_hci_evt_num_completed_packets *evt = (void *)buf->data; in hci_num_completed_packets() local 206 struct bt_hci_evt_cmd_complete *evt; in hci_cmd_complete() local 231 struct bt_hci_evt_cmd_status *evt; in hci_cmd_status() local 1716 struct bt_hci_evt_data_buf_overflow *evt = (void *)buf->data; in hci_data_buf_overflow() local
|
/AliOS-Things-master/components/amp/libjs/ |
A D | build.js | 29 watch('./lib', { recursive: true }, function(evt, name) { argument
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_events.c | 174 ProcessWindowEvent(_THIS, SDL_Window *sdlwin, DFBWindowEvent * evt) in ProcessWindowEvent() 418 DFBWindowEvent evt; in DirectFB_PumpEventsWindow() local 580 DirectFB_TranslateKey(_THIS, DFBWindowEvent * evt, SDL_Keysym * keysym, Uint32 *unicode) in DirectFB_TranslateKey() 610 DirectFB_TranslateKeyInputEvent(_THIS, DFBInputEvent * evt, in DirectFB_TranslateKeyInputEvent()
|
A D | SDL_DirectFB_WM.c | 288 DirectFB_WM_ProcessEvent(_THIS, SDL_Window * window, DFBWindowEvent * evt) in DirectFB_WM_ProcessEvent()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/key/ |
A D | app_key.h | 9 #define APP_KEY_SET_MESSAGE(appevt, code, evt) (appevt = (((uint32_t)code&0xffffff)<<8)|(evt&0xff)) argument 11 #define APP_KEY_GET_EVENT(appevt, evt) (evt = appevt&0xff) argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | bt_vendor_drv.c | 23 static bool bt_vendor_init_callback(T_HCI_IF_EVT evt, bool status, uint8_t *p_buf, uint32_t len) in bt_vendor_init_callback()
|
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/ |
A D | hci_driver.h | 47 static inline bool bt_hci_evt_is_prio(u8_t evt) in bt_hci_evt_is_prio()
|
A D | hci.h | 36 u8_t evt; member
|
/AliOS-Things-master/components/epoll/example/ |
A D | test_device.c | 77 dev_event_t *evt; in _event_write() local 142 dev_event_t *evt = (dev_event_t *)pdev->bufs.next; in event_read() local
|
/AliOS-Things-master/components/select/example/ |
A D | test_device.c | 77 dev_event_t *evt; in _event_write() local 142 dev_event_t *evt = (dev_event_t *)pdev->bufs.next; in event_read() local
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_compat.h | 127 #define IOT_RegisterCallback(evt, cb) iotx_register_for_##evt(cb) argument 128 #define DECLARE_EVENT_CALLBACK(evt, cb) int iotx_register_for_##evt(cb); argument 129 #define DEFINE_EVENT_CALLBACK(evt, cb) \ argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/hci_driver/ |
A D | hci_driver.c | 72 struct bt_hci_evt_hdr evt; member 298 static bool hci_if_callback(T_HCI_IF_EVT evt, bool status, uint8_t *p_buf, uint32_t len) in hci_if_callback()
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_compat.c | 323 void *iotx_event_callback(int evt) in iotx_event_callback()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11events.c | 453 XEvent evt; in InitiateWindowMove() local 479 XEvent evt; in InitiateWindowResize() local
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h4_driver.c | 66 struct bt_hci_evt_hdr evt; member
|
/AliOS-Things-master/components/a2sa/include/ |
A D | sound_pcm.h | 132 aos_hdl_t evt; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 1977 event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len) in event_callback()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | me_api.h | 1081 event_t *evt; member
|