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.java647 private ParcelFileDescriptor[] mConnectionServiceToInCallStreams; field in Call
950 if (mConnectionServiceToInCallStreams != null) { in closeRttStreams()
951 for (ParcelFileDescriptor fd : mConnectionServiceToInCallStreams) { in closeRttStreams()
2208 mConnectionServiceToInCallStreams = null; in setConnectionProperties()
3762 && mConnectionServiceToInCallStreams != null; in areRttStreamsInitialized()
3770 mConnectionServiceToInCallStreams = ParcelFileDescriptor.createReliablePipe(); in createRttStreams()
3833 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForCs()
3834 : mConnectionServiceToInCallStreams[RTT_PIPE_WRITE_SIDE_INDEX]; in getCsToInCallRttPipeForCs()
3843 return mConnectionServiceToInCallStreams == null ? null in getCsToInCallRttPipeForInCall()
3844 : mConnectionServiceToInCallStreams[RTT_PIPE_READ_SIDE_INDEX]; in getCsToInCallRttPipeForInCall()