Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp251 CloseChannel(GetChannelId(channel_handle)); in AcceptConnection()
323 Status<void> Endpoint::CloseChannel(int channel_id) { in CloseChannel() function in android::pdx::uds::Endpoint
507 CloseChannel(channel_id); in ReceiveMessageForChannel()
552 CloseChannel(channel_id); in ReceiveMessageForChannel()
619 return CloseChannel(channel_id); in MessageReply()
623 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.h454 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/fuzz/
Dhelpers.h120 Status<void> CloseChannel(int channel_id) { in CloseChannel() function
/frameworks/native/libs/vr/libpdx/
Dservice.cpp508 Status<void> Service::CloseChannel(int channel_id) { in CloseChannel() function in android::pdx::Service
512 const auto status = endpoint_->CloseChannel(channel_id); in CloseChannel()