Searched refs:mInCallToConnectionServiceStreams (Results 1 – 1 of 1) sorted by relevance
542 private ParcelFileDescriptor[] mInCallToConnectionServiceStreams; field in Call803 if (mInCallToConnectionServiceStreams != null) { in closeRttStreams()804 for (ParcelFileDescriptor fd : mInCallToConnectionServiceStreams) { in closeRttStreams()1789 mInCallToConnectionServiceStreams = null; in setConnectionProperties()3174 return mInCallToConnectionServiceStreams != null in areRttStreamsInitialized()3182 mInCallToConnectionServiceStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()3243 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForCs()3244 : mInCallToConnectionServiceStreams[RTT_PIPE_READ_SIDE_INDEX]; in getInCallToCsRttPipeForCs()3253 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForInCall()3254 : mInCallToConnectionServiceStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getInCallToCsRttPipeForInCall()