HomeSort by relevance Sort by last modified time
    Searched defs:GetChannelId (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/vr/libpdx/
service.cpp 419 int Message::GetChannelId() const { return info_.cid; }
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 251 CloseChannel(GetChannelId(channel_handle));
491 int32_t Endpoint::GetChannelId(const BorrowedHandle& channel_fd) {
500 int32_t channel_id = GetChannelId(channel_fd);
608 const int32_t channel_id = message->GetChannelId();

Completed in 642 milliseconds