Searched refs:CloseChannel (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_service_endpoint.h15 MOCK_METHOD1(CloseChannel, Status<void>(int channel_id));
H A Dservice_endpoint.h55 virtual Status<void> CloseChannel(int channel_id) = 0;
H A Dservice.h445 Status<void> CloseChannel(int channel_id);
582 * Service::{GetChannel,SetChannel,CloseChannel,PushChannel}() or
/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);
616 return CloseChannel(channel_id);
620 return CloseChannel(channel_id);
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h44 Status<void> CloseChannel(int channel_id) override;
/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);

Completed in 101 milliseconds