Searched refs:__EXPORT (Results 1 – 20 of 20) sorted by relevance
| /system/ulib/fdio/ |
| A D | stubs.c | 104 __EXPORT 109 __EXPORT 116 __EXPORT 121 __EXPORT 128 __EXPORT 132 __EXPORT 136 __EXPORT 142 __EXPORT 146 __EXPORT 150 __EXPORT [all …]
|
| A D | unistd.c | 136 __EXPORT 195 __EXPORT 226 __EXPORT 370 __EXPORT 613 __EXPORT 757 __EXPORT 773 __EXPORT 804 __EXPORT 817 __EXPORT 822 __EXPORT [all …]
|
| A D | bsdsocket.c | 75 __EXPORT 120 __EXPORT 140 __EXPORT 153 __EXPORT 172 __EXPORT 255 __EXPORT 381 __EXPORT 386 __EXPORT 407 __EXPORT 428 __EXPORT [all …]
|
| A D | get-vmo.c | 128 __EXPORT 139 __EXPORT 150 __EXPORT
|
| A D | namespace.c | 242 __EXPORT 279 __EXPORT 449 __EXPORT 461 __EXPORT 475 __EXPORT 548 __EXPORT 598 __EXPORT 613 __EXPORT 701 __EXPORT 746 __EXPORT
|
| A D | uname.c | 21 __EXPORT
|
| A D | remoteio.c | 242 __EXPORT 258 __EXPORT 272 __EXPORT 287 __EXPORT 300 __EXPORT 318 __EXPORT 490 __EXPORT
|
| A D | zxio.c | 219 __EXPORT 236 __EXPORT 465 __EXPORT 483 __EXPORT 514 __EXPORT 618 __EXPORT 914 __EXPORT 995 __EXPORT
|
| A D | watcher.c | 139 __EXPORT
|
| A D | spawn.c | 388 __EXPORT 397 __EXPORT 429 __EXPORT
|
| /system/ulib/memfs/include/lib/memfs/ |
| A D | memfs.h | 23 __EXPORT zx_status_t memfs_create_filesystem(async_dispatcher_t* dispatcher, 31 __EXPORT zx_status_t memfs_create_filesystem_with_page_limit(async_dispatcher_t* dispatcher, 43 __EXPORT void memfs_free_filesystem(memfs_filesystem_t* fs, sync_completion_t* unmounted); 52 __EXPORT zx_status_t memfs_install_at(async_dispatcher_t* dispatcher, const char* path); 58 __EXPORT zx_status_t memfs_install_at_with_page_limit(async_dispatcher_t* dispatcher,
|
| /system/core/devmgr/devhost/ |
| A D | api.cpp | 101 __EXPORT zx_status_t device_remove(zx_device_t* dev) { in device_remove() 109 __EXPORT zx_status_t device_rebind(zx_device_t* dev) { in device_rebind() 115 __EXPORT void device_make_visible(zx_device_t* dev) { in device_make_visible() 122 __EXPORT const char* device_get_name(zx_device_t* dev) { in device_get_name() 126 __EXPORT zx_device_t* device_get_parent(zx_device_t* dev) { in device_get_parent() 154 __EXPORT zx_off_t device_get_size(zx_device_t* dev) { in device_get_size() 168 __EXPORT zx_status_t device_ioctl(zx_device_t* dev, uint32_t op, in device_ioctl() 181 __EXPORT zx_handle_t get_root_resource() { in get_root_resource() 185 __EXPORT zx_status_t load_firmware(zx_device_t* dev, const char* path, in load_firmware() 217 __EXPORT zx_status_t device_get_metadata(zx_device_t* dev, uint32_t type, in device_get_metadata() [all …]
|
| A D | devhost.cpp | 825 __EXPORT void driver_printf(uint32_t flags, const char* fmt, ...) { in driver_printf() 1166 __EXPORT int device_host_main(int argc, char** argv) { in device_host_main()
|
| /system/dev/lib/usb/ |
| A D | usb.c | 36 __EXPORT zx_status_t usb_claim_additional_interfaces(usb_composite_protocol_t* comp, in usb_claim_additional_interfaces() 65 __EXPORT zx_status_t usb_desc_iter_init(usb_protocol_t* usb, usb_desc_iter_t* iter) { in usb_desc_iter_init() 83 __EXPORT void usb_desc_iter_release(usb_desc_iter_t* iter) { in usb_desc_iter_release() 89 __EXPORT void usb_desc_iter_reset(usb_desc_iter_t* iter) { in usb_desc_iter_reset() 94 __EXPORT usb_descriptor_header_t* usb_desc_iter_next(usb_desc_iter_t* iter) { in usb_desc_iter_next() 102 __EXPORT usb_descriptor_header_t* usb_desc_iter_peek(usb_desc_iter_t* iter) { in usb_desc_iter_peek() 114 __EXPORT usb_interface_descriptor_t* usb_desc_iter_next_interface(usb_desc_iter_t* iter, in usb_desc_iter_next_interface() 132 __EXPORT usb_endpoint_descriptor_t* usb_desc_iter_next_endpoint(usb_desc_iter_t* iter) { in usb_desc_iter_next_endpoint()
|
| A D | usb-request.c | 30 __EXPORT zx_status_t usb_request_alloc(usb_request_t** out, uint64_t data_size, in usb_request_alloc() 71 __EXPORT zx_status_t usb_request_alloc_vmo(usb_request_t** out, zx_handle_t vmo_handle, in usb_request_alloc_vmo() 121 __EXPORT zx_status_t usb_request_init(usb_request_t* req, zx_handle_t vmo_handle, in usb_request_init() 162 __EXPORT zx_status_t usb_request_set_sg_list(usb_request_t* req, in usb_request_set_sg_list() 202 __EXPORT zx_status_t usb_request_mmap(usb_request_t* req, void** data) { in usb_request_mmap() 272 __EXPORT void usb_request_release(usb_request_t* req) { in usb_request_release() 322 __EXPORT size_t usb_request_phys_iter_next(phys_iter_t* iter, zx_paddr_t* out_paddr) { in usb_request_phys_iter_next() 326 __EXPORT void usb_request_pool_init(usb_request_pool_t* pool, uint64_t node_offset) { in usb_request_pool_init() 364 __EXPORT void usb_request_pool_release(usb_request_pool_t* pool) { in usb_request_pool_release() 377 __EXPORT zx_status_t usb_req_list_add_head(list_node_t* list, usb_request_t* req, in usb_req_list_add_head() [all …]
|
| /system/ulib/async/include/lib/async/ |
| A D | default.h | 15 __EXPORT async_dispatcher_t* async_get_default_dispatcher(void); 19 __EXPORT void async_set_default_dispatcher(async_dispatcher_t* dispatcher);
|
| /system/ulib/trace-engine/ |
| A D | nonce.cpp | 16 __EXPORT uint64_t trace_generate_nonce() { in trace_generate_nonce()
|
| A D | context_impl.h | 32 #define EXPORT __EXPORT 35 #define EXPORT __EXPORT 36 #define EXPORT_NO_DDK __EXPORT
|
| /system/public/zircon/driver/ |
| A D | binding.h | 262 zx_driver_rec_t __zircon_driver_rec__ __EXPORT = {\ 267 extern const struct zircon_driver_note __zircon_driver_note__ __EXPORT;\
|
| /system/public/zircon/ |
| A D | compiler.h | 63 #define __EXPORT __attribute__ ((__visibility__("default"))) macro
|
Completed in 50 milliseconds