Home
last modified time | relevance | path

Searched refs:CloseChannelLocked (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h139 Status<void> CloseChannelLocked(int32_t channel_id);
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp325 return CloseChannelLocked(channel_id); in CloseChannel()
328 Status<void> Endpoint::CloseChannelLocked(int32_t channel_id) { in CloseChannelLocked() function in android::pdx::uds::Endpoint