Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dchannel_manager.h19 LocalChannelHandle CreateHandle(LocalHandle data_fd,
/frameworks/native/libs/vr/libpdx_uds/
Dchannel_manager.cpp24 LocalChannelHandle ChannelManager::CreateHandle(LocalHandle data_fd, in CreateHandle() function in android::pdx::uds::ChannelManager
Dchannel_parcelable.cpp33 return ChannelManager::Get().CreateHandle(std::move(data_fd_), in TakeChannelHandle()
Dclient_channel_factory.cpp166 return ClientChannel::Create(ChannelManager::Get().CreateHandle( in Connect()
Dclient_channel.cpp36 *handle = ChannelManager::Get().CreateHandle( in GetLocalChannelHandle()
Dservice_endpoint.cpp51 *handle = ChannelManager::Get().CreateHandle( in GetLocalChannelHandle()