Searched refs:mConnectionServiceToInCallStreams (Results 1 – 1 of 1) sorted by relevance
543 private ParcelFileDescriptor[] mConnectionServiceToInCallStreams; field in Call792 if (mConnectionServiceToInCallStreams != null) { in closeRttStreams()793 for (ParcelFileDescriptor fd : mConnectionServiceToInCallStreams) { in closeRttStreams()1790 mConnectionServiceToInCallStreams = null; in setConnectionProperties()3175 && mConnectionServiceToInCallStreams != null; in areRttStreamsInitialized()3183 mConnectionServiceToInCallStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()3238 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForCs()3239 : mConnectionServiceToInCallStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getCsToInCallRttPipeForCs()3248 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForInCall()3249 : mConnectionServiceToInCallStreams[RTT_PIPE_READ_SIDE_INDEX]; in getCsToInCallRttPipeForInCall()