/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/ |
A D | trace_task.c | 42 uint8_t Event = TRACE_EVENT_TX_COMPLETED; in traceuart_tx_cb() local 43 os_msg_send(trace.QueueHandleEvent, &Event, 0); in traceuart_tx_cb() 73 uint8_t Event; in trace_task() local 75 if (os_msg_recv(trace.QueueHandleEvent, &Event, 0xFFFFFFFF) == true) in trace_task() 77 switch (Event) in trace_task() 143 uint8_t Event = TRACE_EVENT_TX; in trace_print() local 144 os_msg_send(trace.QueueHandleEvent, &Event, 0); in trace_print()
|
/AliOS-Things-master/components/trace/Config/ |
A D | SYSVIEW_AliOSThings.txt | 34 61 event_create Create Event=%s 35 62 event_get Get Event=%s 36 63 event_get_block Get Event=%s Block 37 64 event_task_wake Take Event=%s Wake 38 65 event_del Del Event=%s
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uasyncio_event.py | 26 ev = asyncio.Event() 64 ev = asyncio.Event() 73 ev = asyncio.Event()
|
A D | uasyncio_event_fair.py | 29 ev = asyncio.Event()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/ |
A D | app_bt_func.h | 277 void app_bt_accessible_manager_process(const btif_event_t *Event); 278 void app_bt_role_manager_process(const btif_event_t* Event); 279 void app_bt_sniff_manager_process(const btif_event_t *Event);
|
A D | app_bt.h | 29 typedef void (*APP_BT_GOLBAL_HANDLE_HOOK_HANDLER)(const btif_event_t*Event); 67 void app_bt_global_handle(const btif_event_t *Event);
|
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/ |
A D | event.py | 7 class Event: class
|
/AliOS-Things-master/components/py_engine/tests/multi_net/ |
A D | uasyncio_tcp_close_write.py | 34 ev = asyncio.Event()
|
A D | uasyncio_tcp_server_client.py | 34 ev = asyncio.Event()
|
A D | uasyncio_tcp_client_rst.py | 33 ev = asyncio.Event()
|
A D | uasyncio_tcp_readexactly.py | 41 ev = asyncio.Event()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_soc_ps.h | 20 u32 Event; member
|
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/ |
A D | mac_support_cocoa.m | 87 //printf("Event happened: Type: %d\n", event->_type);
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamousetap.m | 27 /* Event taps are forbidden in the Mac App Store, so we can only enable this 211 …tapdata->thread = SDL_CreateThreadInternal(&Cocoa_MouseTapThread, "Event Tap Loop", 512 * 1024, ta…
|
/AliOS-Things-master/components/amp-utility/tftp/ |
A D | haasdevice.py | 454 event = threading.Event()
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 20 …,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.ind… 21 …Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.sr… class in o 42 …s.options[l],j=(l==this.widgetEventPrefix?l:this.widgetEventPrefix+l);m=c.Event(m);m.type=j;if(m.o…
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | me_api.h | 1087 typedef void (*btif_global_handle)(const btif_event_t *Event);
|
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/ |
A D | vulkan.hpp | 3949 class Event class 3952 VULKAN_HPP_CONSTEXPR Event() in Event() function in VULKAN_HPP_NAMESPACE::Event 3956 VULKAN_HPP_CONSTEXPR Event( std::nullptr_t ) in Event() function in VULKAN_HPP_NAMESPACE::Event 3960 VULKAN_HPP_TYPESAFE_EXPLICIT Event( VkEvent event ) in Event() function in VULKAN_HPP_NAMESPACE::Event 3965 Event & operator=(VkEvent event) in operator =() 3972 Event & operator=( std::nullptr_t ) in operator =() 3978 bool operator==( Event const & rhs ) const in operator ==() 3983 bool operator!=(Event const & rhs ) const in operator !=() 3988 bool operator<(Event const & rhs ) const in operator <() 41936 Event event; in createEvent() [all …]
|
/AliOS-Things-master/components/littlevgl/ |
A D | README.md | 240 Learn more about the events in the [Event overview](https://docs.littlevgl.com/en/html/overview/eve…
|