Searched refs:channel_context (Results 1 – 2 of 2) sorted by relevance
567 Channel* channel_context = nullptr; in CheckChannel() local569 message, ref, channel ? &channel_context : nullptr); in CheckChannel()571 if (channel_context) in CheckChannel()572 *channel = channel_context->shared_from_this(); in CheckChannel()
375 std::string channel_context = endpoint_context; in CreateChannelSocketPair() local378 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()