Searched refs:mConnectionServiceToInCallStreams (Results 1 – 1 of 1) sorted by relevance
647 private ParcelFileDescriptor[] mConnectionServiceToInCallStreams; field in Call950 if (mConnectionServiceToInCallStreams != null) { in closeRttStreams()951 for (ParcelFileDescriptor fd : mConnectionServiceToInCallStreams) { in closeRttStreams()2208 mConnectionServiceToInCallStreams = null; in setConnectionProperties()3762 && mConnectionServiceToInCallStreams != null; in areRttStreamsInitialized()3770 mConnectionServiceToInCallStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()3833 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForCs()3834 : mConnectionServiceToInCallStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getCsToInCallRttPipeForCs()3843 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForInCall()3844 : mConnectionServiceToInCallStreams[RTT_PIPE_READ_SIDE_INDEX]; in getCsToInCallRttPipeForInCall()