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.java577 private ParcelFileDescriptor[] mConnectionServiceToInCallStreams; field in Call
873 if (mConnectionServiceToInCallStreams != null) { in closeRttStreams()
874 for (ParcelFileDescriptor fd : mConnectionServiceToInCallStreams) { in closeRttStreams()
2005 mConnectionServiceToInCallStreams = null; in setConnectionProperties()
3462 && mConnectionServiceToInCallStreams != null; in areRttStreamsInitialized()
3470 mConnectionServiceToInCallStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()
3525 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForCs()
3526 : mConnectionServiceToInCallStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getCsToInCallRttPipeForCs()
3535 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForInCall()
3536 : mConnectionServiceToInCallStreams[RTT_PIPE_READ_SIDE_INDEX]; in getCsToInCallRttPipeForInCall()