Home
last modified time | relevance | path

Searched defs:evt (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/ble_host/bt_host/host/
A Dhci_core.c3537 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 Dhci_ecc.c90 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 Dhci_raw.c157 struct net_buf *bt_buf_get_evt(u8_t evt, bool discardable, k_timeout_t timeout) in bt_buf_get_evt()
A Dmonitor.c61 atomic_t evt; member
A Dhci_api.c137 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 Dbuild.js29 watch('./lib', { recursive: true }, function(evt, name) { argument
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_events.c174 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 DSDL_DirectFB_WM.c288 DirectFB_WM_ProcessEvent(_THIS, SDL_Window * window, DFBWindowEvent * evt) in DirectFB_WM_ProcessEvent()
/AliOS-Things-master/hardware/chip/haas1000/drivers/apps/key/
A Dapp_key.h9 #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 Dbt_vendor_drv.c23 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 Dhci_driver.h47 static inline bool bt_hci_evt_is_prio(u8_t evt) in bt_hci_evt_is_prio()
A Dhci.h36 u8_t evt; member
/AliOS-Things-master/components/epoll/example/
A Dtest_device.c77 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 Dtest_device.c77 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 Dinfra_compat.h127 #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 Dhci_driver.c72 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 Dinfra_compat.c323 void *iotx_event_callback(int evt) in iotx_event_callback()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c453 XEvent evt; in InitiateWindowMove() local
479 XEvent evt; in InitiateWindowResize() local
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh4_driver.c66 struct bt_hci_evt_hdr evt; member
/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h132 aos_hdl_t evt; member
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c1977 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 Dme_api.h1081 event_t *evt; member

Completed in 73 milliseconds