Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DImsFeatureBinderRepository.java346 @Nullable ImsFeatureContainer newConnection) { in addConnection() argument
351 + ImsFeature.FEATURE_LOG_MAP.get(type) + ", conn=" + newConnection); in addConnection()
354 m.addFeatureContainer(newConnection); in addConnection()
/frameworks/av/media/module/bufferpool/1.0/
DAccessorImpl.cpp143 sp<Connection> newConnection = new Connection(); in connect() local
147 if (newConnection) { in connect()
152 newConnection->initialize(accessor, id); in connect()
153 *connection = newConnection; in connect()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java131 public void onOriginalConnectionReplaced(Connection newConnection); in onOriginalConnectionReplaced() argument
200 public void onOriginalConnectionReplaced(Connection newConnection) {} in onOriginalConnectionReplaced() argument
1435 public void onOriginalConnectionReplaced(Connection newConnection) { in onOriginalConnectionReplaced() argument
1437 l.onOriginalConnectionReplaced(newConnection); in onOriginalConnectionReplaced()
/frameworks/av/media/module/bufferpool/2.0/
DAccessorImpl.cpp187 sp<Connection> newConnection = new Connection(); in connect() local
191 if (newConnection) { in connect()
196 newConnection->initialize(accessor, id); in connect()
197 *connection = newConnection; in connect()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4976 Connection newConnection = in handleMessage() local
4978 oldConnection.onOriginalConnectionReplaced(newConnection); in handleMessage()
5021 Connection newConnection = in handleMessage() local
5023 oldConnection.onOriginalConnectionReplaced(newConnection); in handleMessage()