Home
last modified time | relevance | path

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

/system/dev/bus/platform/
A Dplatform-device.cpp410 zx_handle_t req_handles[ZX_CHANNEL_MAX_MSG_HANDLES]; in DdkRxrpc() local
415 auto status = zx_channel_read(channel, 0, &req_buf, req_handles, sizeof(req_buf), in DdkRxrpc()
416 fbl::count_of(req_handles), &actual, &req_handle_count); in DdkRxrpc()
579 status = bus_->Proxy(req_header, actual, req_handles, req_handle_count, resp_header, in DdkRxrpc()

Completed in 3 milliseconds