Searched refs:mInCallToConnectionServiceStreams (Results 1 – 1 of 1) sorted by relevance
577 private ParcelFileDescriptor[] mInCallToConnectionServiceStreams; field in Call885 if (mInCallToConnectionServiceStreams != null) { in closeRttStreams()886 for (ParcelFileDescriptor fd : mInCallToConnectionServiceStreams) { in closeRttStreams()2001 mInCallToConnectionServiceStreams = null; in setConnectionProperties()3458 return mInCallToConnectionServiceStreams != null in areRttStreamsInitialized()3466 mInCallToConnectionServiceStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()3527 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForCs()3528 : mInCallToConnectionServiceStreams[RTT_PIPE_READ_SIDE_INDEX]; in getInCallToCsRttPipeForCs()3537 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForInCall()3538 : mInCallToConnectionServiceStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getInCallToCsRttPipeForInCall()