Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dchannel_manager.h19 LocalChannelHandle CreateHandle(LocalHandle data_fd, LocalHandle event_fd);
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_manager.cpp24 LocalChannelHandle ChannelManager::CreateHandle(LocalHandle data_fd, in CreateHandle() function in android::pdx::uds::ChannelManager
Dclient_channel_factory.cpp154 return ClientChannel::Create(ChannelManager::Get().CreateHandle( in Connect()
Dclient_channel.cpp35 *handle = ChannelManager::Get().CreateHandle( in GetLocalChannelHandle()
Dservice_endpoint.cpp51 *handle = ChannelManager::Get().CreateHandle( in GetLocalChannelHandle()