Searched refs:mConnectionServiceToInCallStreams (Results 1 – 1 of 1) sorted by relevance
578 private ParcelFileDescriptor[] mConnectionServiceToInCallStreams; field in Call874 if (mConnectionServiceToInCallStreams != null) { in closeRttStreams()875 for (ParcelFileDescriptor fd : mConnectionServiceToInCallStreams) { in closeRttStreams()2002 mConnectionServiceToInCallStreams = null; in setConnectionProperties()3459 && mConnectionServiceToInCallStreams != null; in areRttStreamsInitialized()3467 mConnectionServiceToInCallStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()3522 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForCs()3523 : mConnectionServiceToInCallStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getCsToInCallRttPipeForCs()3532 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForInCall()3533 : mConnectionServiceToInCallStreams[RTT_PIPE_READ_SIDE_INDEX]; in getCsToInCallRttPipeForInCall()