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

  /frameworks/native/libs/vr/libpdx/
service.cpp 564 Channel* channel_context = nullptr; local
566 message, ref, channel ? &channel_context : nullptr);
568 if (channel_context)
569 *channel = channel_context->shared_from_this();
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 377 std::string channel_context = endpoint_context; local
380 auto pos = channel_context.find(suffix);
382 channel_context.replace(pos, suffix.size(), "_channel_socket");
387 channel_context.c_str(), suffix.c_str());
389 ALOGE_IF(setsockcreatecon_raw(channel_context.c_str()) == -1,

Completed in 73 milliseconds