Searched defs:GetChannelId (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp422 int Message::GetChannelId() const { return info_.cid; } function in class:android::pdx::Message
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp248 CloseChannel(GetChannelId(channel_handle));
484 int32_t Endpoint::GetChannelId(const BorrowedHandle& channel_fd) { function in class:android::pdx::uds::Endpoint
493 int32_t channel_id = GetChannelId(channel_fd);
597 BuildCloseMessage(GetChannelId(channel_fd), message);
605 const int32_t channel_id = message->GetChannelId();

Completed in 109 milliseconds