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

/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h139 Status<void> CloseChannelLocked(int32_t channel_id);
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp323 return CloseChannelLocked(channel_id);
326 Status<void> Endpoint::CloseChannelLocked(int32_t channel_id) { function in class:android::pdx::uds::Endpoint
327 ALOGD_IF(TRACE, "Endpoint::CloseChannelLocked: channel_id=%d", channel_id);
339 "Endpoint::CloseChannelLocked: Failed to remove channel from endpoint: "

Completed in 68 milliseconds