Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/
Dservice.cpp567 Channel* channel_context = nullptr; in CheckChannel() local
569 message, ref, channel ? &channel_context : nullptr); in CheckChannel()
571 if (channel_context) in CheckChannel()
572 *channel = channel_context->shared_from_this(); in CheckChannel()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp375 std::string channel_context = endpoint_context; in CreateChannelSocketPair() local
378 auto pos = channel_context.find(suffix); in CreateChannelSocketPair()
380 channel_context.replace(pos, suffix.size(), "_channel_socket"); in CreateChannelSocketPair()
385 channel_context.c_str(), suffix.c_str()); in CreateChannelSocketPair()
387 ALOGE_IF(setsockcreatecon_raw(channel_context.c_str()) == -1, in CreateChannelSocketPair()