Searched refs:functions (Results 1 – 13 of 13) sorted by relevance
| /system/utest/posixio/ |
| A D | README.md | 4 loosely defined as the set of functions that fdio implements. The goal 5 is to test the error cases of each of these functions. It is not a
|
| /system/utest/core/threads/thread-functions/ |
| A D | rules.mk | 13 MODULE_SRCS += $(LOCAL_DIR)/thread-functions.cpp
|
| /system/ulib/trace-engine/ |
| A D | README.md | 8 level trace instrumentation functions.
|
| /system/core/userboot/ |
| A D | rules.mk | 33 userboot-string-functions := memcmp memcpy memset strlen strncmp memmove 35 $(userboot-string-functions:%=third_party/ulib/musl/src/string/%.c)
|
| /system/utest/core/threads/ |
| A D | rules.mk | 21 MODULE_STATIC_LIBS := system/ulib/runtime system/utest/core/threads/thread-functions
|
| /system/dev/usb/usb-peripheral/ |
| A D | usb-peripheral.c | 113 list_node_t functions; member 196 list_for_every_entry(&dev->functions, function, usb_function_t, node) { in usb_device_function_registered() 224 list_for_every_entry(&dev->functions, function, usb_function_t, node) { in usb_device_function_registered() 482 list_for_every_entry(&dev->functions, function, usb_function_t, node) { in usb_dev_set_configuration() 591 list_for_every_entry(&dev->functions, function, usb_function_t, node) { in usb_dev_set_connected() 667 list_add_tail(&dev->functions, &function->node); in usb_dev_do_add_function() 684 list_for_every_entry(&dev->functions, function, usb_function_t, node) { in usb_dev_remove_function_devices_locked() 708 list_for_every_entry(&dev->functions, function, usb_function_t, node) { in usb_dev_add_function_devices_locked() 810 if (list_is_empty(&dev->functions)) { in usb_dev_do_bind_functions() 836 while ((function = list_remove_head_type(&dev->functions, usb_function_t, node)) != NULL) { in usb_dev_do_clear_functions() [all …]
|
| /system/utest/core/ |
| A D | rules.mk | 30 MODULE_STATIC_LIBS += system/utest/core/threads/thread-functions
|
| A D | README.md | 26 functions from fdio.
|
| /system/ulib/fidl/ |
| A D | README.md | 5 functions. This also includes the definitions of fidl data types such
|
| /system/fidl/zircon-usb-peripheral/ |
| A D | usb-peripheral.fidl | 45 // and reset the list of functions to empty.
|
| /system/ulib/async/ |
| A D | README.md | 4 asynchronous operations and dispatching their results to callback functions. 33 - `libasync-default.so` provides functions for getting or setting a thread-local 231 For this reason, the `libasync-default.so` shared library provides functions
|
| /system/fidl/fuchsia-device-manager/ |
| A D | coordinator.fidl | 35 // All functions in these interfaces have the most-significant-byte set to 0x01 to allow
|
| /system/banjo/ddk-protocol-display-controller/ |
| A D | display-controller.banjo | 331 /// functions are called.
|
Completed in 23 milliseconds