Searched defs:CloseChannel (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp514 Status<void> Service::CloseChannel(int channel_id) { function in class:android::pdx::Service
515 PDX_TRACE_NAME("Service::CloseChannel");
518 const auto status = endpoint_->CloseChannel(channel_id);
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp251 CloseChannel(GetChannelId(channel_handle));
323 Status<void> Endpoint::CloseChannel(int channel_id) { function in class:android::pdx::uds::Endpoint
507 CloseChannel(channel_id);
549 CloseChannel(channel_id);
615 return CloseChannel(channel_id);
619 return CloseChannel(channel_id);

Completed in 111 milliseconds