Home
last modified time | relevance | path

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

/system/ulib/trace-provider/
A Dtrace_provider.fidl.client.cpp43 FIDL_ALIGNDECL char _wr_bytes[_wr_num_bytes]; in fuchsia_tracelink_RegistryRegisterTraceProviderDeprecated() local
45 memset(_wr_bytes, 0, sizeof(_wr_bytes)); in fuchsia_tracelink_RegistryRegisterTraceProviderDeprecated()
53 return zx_channel_write(_channel, 0u, _wr_bytes, _wr_num_bytes, _handles, _wr_num_handles); in fuchsia_tracelink_RegistryRegisterTraceProviderDeprecated()
58 FIDL_ALIGNDECL char _wr_bytes[_wr_num_bytes]; in fuchsia_tracelink_RegistryRegisterTraceProvider() local
60 memset(_wr_bytes, 0, sizeof(_wr_bytes)); in fuchsia_tracelink_RegistryRegisterTraceProvider()
65 _request->name.data = &_wr_bytes[_next]; in fuchsia_tracelink_RegistryRegisterTraceProvider()
74 return zx_channel_write(_channel, 0u, _wr_bytes, _wr_num_bytes, _handles, _wr_num_handles); in fuchsia_tracelink_RegistryRegisterTraceProvider()
79 FIDL_ALIGNDECL char _wr_bytes[_wr_num_bytes]; in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously() local
81 memset(_wr_bytes, 0, sizeof(_wr_bytes)); in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
86 _request->name.data = &_wr_bytes[_next]; in fuchsia_tracelink_RegistryRegisterTraceProviderSynchronously()
[all …]

Completed in 2 milliseconds