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()2000 mInCallToConnectionServiceStreams = null; in setConnectionProperties()3450 return mInCallToConnectionServiceStreams != null in areRttStreamsInitialized()3458 mInCallToConnectionServiceStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()3519 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForCs()3520 : mInCallToConnectionServiceStreams[RTT_PIPE_READ_SIDE_INDEX]; in getInCallToCsRttPipeForCs()3529 return mInCallToConnectionServiceStreams == null ? null in getInCallToCsRttPipeForInCall()3530 : mInCallToConnectionServiceStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getInCallToCsRttPipeForInCall()