Home
last modified time | relevance | path

Searched refs:mConnectionServiceToInCallStreams (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java543 private ParcelFileDescriptor[] mConnectionServiceToInCallStreams; field in Call
792 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()