Searched refs:ProxyClient (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/bus/platform/
H A Dplatform-proxy-client.h18 class ProxyClient;
19 using ProxyClientType = ddk::Device<ProxyClient>;
21 class ProxyClient : public ProxyClientType, class in namespace:platform_bus
22 public ddk::PlatformProxyProtocol<ProxyClient> {
24 explicit ProxyClient(uint32_t proto_id, zx_device_t* parent, fbl::RefPtr<PlatformProxy> proxy) function in class:platform_bus::ProxyClient
38 DISALLOW_COPY_ASSIGN_AND_MOVE(ProxyClient);
H A Dplatform-proxy-client.cpp24 zx_status_t ProxyClient::Create(uint32_t proto_id, zx_device_t* parent,
27 auto client = fbl::make_unique_checked<ProxyClient>(&ac, proto_id, parent, proxy);
33 snprintf(name, sizeof(name), "ProxyClient[%08x]", proto_id);
49 void ProxyClient::DdkRelease() {
54 zx_status_t ProxyClient::RegisterProtocol(uint32_t proto_id, const void* protocol) {
64 zx_status_t ProxyClient::Proxy(platform_proxy_args_t* args) {
H A Dplatform-proxy.cpp201 status = ProxyClient::Create(resp.protocols[i], zxdev(),

Completed in 26 milliseconds