Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dtrace_task.c42 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 DSYSVIEW_AliOSThings.txt34 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 Duasyncio_event.py26 ev = asyncio.Event()
64 ev = asyncio.Event()
73 ev = asyncio.Event()
A Duasyncio_event_fair.py29 ev = asyncio.Event()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/
A Dapp_bt_func.h277 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 Dapp_bt.h29 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 Devent.py7 class Event: class
/AliOS-Things-master/components/py_engine/tests/multi_net/
A Duasyncio_tcp_close_write.py34 ev = asyncio.Event()
A Duasyncio_tcp_server_client.py34 ev = asyncio.Event()
A Duasyncio_tcp_client_rst.py33 ev = asyncio.Event()
A Duasyncio_tcp_readexactly.py41 ev = asyncio.Event()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_soc_ps.h20 u32 Event; member
/AliOS-Things-master/components/SDL2/src/hidapi/testgui/
A Dmac_support_cocoa.m87 //printf("Event happened: Type: %d\n", event->_type);
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamousetap.m27 /* 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 Dhaasdevice.py454 event = threading.Event()
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js20 …,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…
21Event(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 Dme_api.h1087 typedef void (*btif_global_handle)(const btif_event_t *Event);
/AliOS-Things-master/components/SDL2/src/video/khronos/vulkan/
A Dvulkan.hpp3949 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 DREADME.md240 Learn more about the events in the [Event overview](https://docs.littlevgl.com/en/html/overview/eve…

Completed in 184 milliseconds