Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallRatTracker.java153 if (value.mConnectionIds != null) { in entryToProto()
196 private Set<Integer> mConnectionIds; field in VoiceCallRatTracker.Value
200 mConnectionIds = connectionIds; in Value()
206 mConnectionIds = null; in Value()
212 if (mConnectionIds != null) { in add()
213 mConnectionIds.addAll(connectionIds); in add()
220 if (mConnectionIds != null) { in endSession()
224 callCount = mConnectionIds.size(); in endSession()
225 mConnectionIds = null; // allow GC in endSession()
235 if (src.mConnectionIds != null || dest.mConnectionIds != null) { in mergeInPlace()
/frameworks/base/telecomm/java/android/telecom/
DParcelableConference.java41 private List<String> mConnectionIds = Collections.emptyList(); field in ParcelableConference.Builder
111 mConnectionIds = connectionIds; in setConnectionIds()
132 mConnectionProperties, mConnectionIds, mVideoProvider, mVideoState, in build()
144 private final List<String> mConnectionIds; field in ParcelableConference
182 mConnectionIds = connectionIds; in ParcelableConference()
212 .append(mConnectionIds) in toString()
243 return mConnectionIds; in getConnectionIds()
341 destination.writeList(mConnectionIds); in writeToParcel()
/frameworks/av/media/bufferpool/1.0/
DAccessorImpl.cpp155 mBufferPool.mConnectionIds.insert(id); in connect()
314 if (mConnectionIds.find(message.targetConnectionId) == mConnectionIds.end()) { in handleTransferTo()
464 mConnectionIds.erase(connectionId); in handleClose()
DAccessorImpl.h96 std::set<ConnectionId> mConnectionIds; member
/frameworks/av/media/bufferpool/2.0/
DAccessorImpl.cpp179 mBufferPool.mConnectionIds.insert(id); in connect()
499 if (mConnectionIds.find(message.targetConnectionId) == mConnectionIds.end()) { in handleTransferTo()
674 mConnectionIds.erase(connectionId); in handleClose()
DAccessorImpl.h118 std::set<ConnectionId> mConnectionIds; member
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt55653 Landroid/telecom/ParcelableConference;->mConnectionIds:Ljava/util/List;