Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp248 CloseChannel(GetChannelId(channel_handle)); in AcceptConnection()
321 Status<void> Endpoint::CloseChannel(int channel_id) { in CloseChannel() function in android::pdx::uds::Endpoint
500 CloseChannel(channel_id); in ReceiveMessageForChannel()
542 CloseChannel(channel_id); in ReceiveMessageForChannel()
613 return CloseChannel(channel_id); in MessageReply()
617 return CloseChannel(channel_id); in MessageReply()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_service_endpoint.h15 MOCK_METHOD1(CloseChannel, Status<void>(int channel_id));
Dservice_endpoint.h55 virtual Status<void> CloseChannel(int channel_id) = 0;
Dservice.h445 Status<void> CloseChannel(int channel_id);
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h44 Status<void> CloseChannel(int channel_id) override;
/frameworks/native/libs/vr/libpdx/
Dservice.cpp517 Status<void> Service::CloseChannel(int channel_id) { in CloseChannel() function in android::pdx::Service
521 const auto status = endpoint_->CloseChannel(channel_id); in CloseChannel()