Searched refs:channel_context (Results 1 – 2 of 2) sorted by relevance
558 Channel* channel_context = nullptr; in CheckChannel() local560 message, ref, channel ? &channel_context : nullptr); in CheckChannel()562 if (channel_context) in CheckChannel()563 *channel = channel_context->shared_from_this(); in CheckChannel()
377 std::string channel_context = endpoint_context; in CreateChannelSocketPair() local380 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()