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

/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp419 int Message::GetChannelId() const { return info_.cid; } function in class:android::pdx::Message
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp251 CloseChannel(GetChannelId(channel_handle));
491 int32_t Endpoint::GetChannelId(const BorrowedHandle& channel_fd) { function in class:android::pdx::uds::Endpoint
500 int32_t channel_id = GetChannelId(channel_fd);
608 const int32_t channel_id = message->GetChannelId();

Completed in 56 milliseconds