Searched refs:mInCallToConnectionServiceStreams (Results 1 – 1 of 1) sorted by relevance
576 private ParcelFileDescriptor[] mInCallToConnectionServiceStreams; field in Call884 if (mInCallToConnectionServiceStreams != null) { in closeRttStreams()885 for (ParcelFileDescriptor fd : mInCallToConnectionServiceStreams) { in closeRttStreams()2004 mInCallToConnectionServiceStreams = null; in setConnectionProperties()3461 return mInCallToConnectionServiceStreams != null in areRttStreamsInitialized()3469 mInCallToConnectionServiceStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()3530 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForCs()3531 : mInCallToConnectionServiceStreams[RTT_PIPE_READ_SIDE_INDEX]; in getInCallToCsRttPipeForCs()3540 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForInCall()3541 : mInCallToConnectionServiceStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getInCallToCsRttPipeForInCall()