Searched refs:mInCallToConnectionServiceStreams (Results 1 – 1 of 1) sorted by relevance
646 private ParcelFileDescriptor[] mInCallToConnectionServiceStreams; field in Call961 if (mInCallToConnectionServiceStreams != null) { in closeRttStreams()962 for (ParcelFileDescriptor fd : mInCallToConnectionServiceStreams) { in closeRttStreams()2207 mInCallToConnectionServiceStreams = null; in setConnectionProperties()3761 return mInCallToConnectionServiceStreams != null in areRttStreamsInitialized()3769 mInCallToConnectionServiceStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()3838 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForCs()3839 : mInCallToConnectionServiceStreams[RTT_PIPE_READ_SIDE_INDEX]; in getInCallToCsRttPipeForCs()3848 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForInCall()3849 : mInCallToConnectionServiceStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getInCallToCsRttPipeForInCall()