Home
last modified time | relevance | path

Searched refs:channel_context (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/
Dservice.cpp558 Channel* channel_context = nullptr; in CheckChannel() local
560 message, ref, channel ? &channel_context : nullptr); in CheckChannel()
562 if (channel_context) in CheckChannel()
563 *channel = channel_context->shared_from_this(); in CheckChannel()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp377 std::string channel_context = endpoint_context; in CreateChannelSocketPair() local
380 auto pos = channel_context.find(suffix); in CreateChannelSocketPair()
382 channel_context.replace(pos, suffix.size(), "_channel_socket"); in CreateChannelSocketPair()
387 channel_context.c_str(), suffix.c_str()); in CreateChannelSocketPair()
389 ALOGE_IF(setsockcreatecon_raw(channel_context.c_str()) == -1, in CreateChannelSocketPair()