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.java718 private ParcelFileDescriptor[] mConnectionServiceToInCallStreams; field in Call
1062 if (mConnectionServiceToInCallStreams != null) { in closeRttStreams()
1063 for (ParcelFileDescriptor fd : mConnectionServiceToInCallStreams) { in closeRttStreams()
2366 mConnectionServiceToInCallStreams = null; in setConnectionProperties()
3968 && mConnectionServiceToInCallStreams != null; in areRttStreamsInitialized()
3976 mConnectionServiceToInCallStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()
4039 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForCs()
4040 : mConnectionServiceToInCallStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getCsToInCallRttPipeForCs()
4049 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForInCall()
4050 : mConnectionServiceToInCallStreams[RTT_PIPE_READ_SIDE_INDEX]; in getCsToInCallRttPipeForInCall()