Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 13 of 13) sorted by relevance

/system/utest/posixio/
A DREADME.md4 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 Drules.mk13 MODULE_SRCS += $(LOCAL_DIR)/thread-functions.cpp
/system/ulib/trace-engine/
A DREADME.md8 level trace instrumentation functions.
/system/core/userboot/
A Drules.mk33 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 Drules.mk21 MODULE_STATIC_LIBS := system/ulib/runtime system/utest/core/threads/thread-functions
/system/dev/usb/usb-peripheral/
A Dusb-peripheral.c113 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 Drules.mk30 MODULE_STATIC_LIBS += system/utest/core/threads/thread-functions
A DREADME.md26 functions from fdio.
/system/ulib/fidl/
A DREADME.md5 functions. This also includes the definitions of fidl data types such
/system/fidl/zircon-usb-peripheral/
A Dusb-peripheral.fidl45 // and reset the list of functions to empty.
/system/ulib/async/
A DREADME.md4 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 Dcoordinator.fidl35 // All functions in these interfaces have the most-significant-byte set to 0x01 to allow
/system/banjo/ddk-protocol-display-controller/
A Ddisplay-controller.banjo331 /// functions are called.

Completed in 23 milliseconds