Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 13 of 13) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallEndpointControllerTest.java120 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedToBluetooth() local
141 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedToStreaming() local
162 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedBetweenBluetooth() local
183 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testAvailableEndpointChanged() local
204 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testAvailableBluetoothEndpointChanged() local
226 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testMuteStateChanged() local
245 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testNotifyForcely() local
281 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testEndpointChangeRequest_EndpointDoesNotExist() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCallEndpointController.java89 public void requestCallEndpointChange(CallEndpoint endpoint, ResultReceiver callback) { in requestCallEndpointChange()
175 public String getBluetoothAddress(CallEndpoint endpoint) { in getBluetoothAddress()
248 CallEndpoint endpoint = findMatchingBluetoothEndpoint(device); in createAvailableCallEndpoints() local
264 CallEndpoint endpoint = findMatchingTypeEndpoint(type); in createAvailableCallEndpoints() local
DTransactionalServiceWrapper.java522 public void onCallEndpointChanged(Call call, CallEndpoint endpoint) { in onCallEndpointChanged()
525 mICallEventCallback.onCallEndpointChanged(call.getId(), endpoint); in onCallEndpointChanged() local
DInCallAdapter.java401 public void requestCallEndpointChange(CallEndpoint endpoint, ResultReceiver callback) { in requestCallEndpointChange()
DConnectionServiceWrapper.java765 public void requestCallEndpointChange(String callId, CallEndpoint endpoint, in requestCallEndpointChange()
/packages/services/Telecomm/testapps/transactionalVoipApp/src/com/android/server/telecom/transactionalVoipApp/
DInCallActivity.java211 private void updateCurrentEndpointWithOnResult(CallEndpoint endpoint) { in updateCurrentEndpointWithOnResult()
285 private void requestEndpointChange(CallEndpoint endpoint, String tag) { in requestEndpointChange()
/packages/modules/adb/client/openscreen/
Dmdns_service_info.cpp26 const discovery::DnsSdInstanceEndpoint& endpoint) { in DnsSdInstanceEndpointToServiceInfo()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DEndpointChangeTransaction.java34 public EndpointChangeTransaction(CallEndpoint endpoint, CallsManager callsManager) { in EndpointChangeTransaction()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServerInterface.java276 private byte[] connectAndGetData(ProvisioningAttempt metrics, String endpoint, byte[] input, in connectAndGetData()
/packages/modules/adb/client/
Dusb_osx.cpp361 UInt8 endpoint; in CheckInterface() local
Dusb_libusb.cpp107 static bool endpoint_is_output(uint8_t endpoint) { in endpoint_is_output()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java1025 public void onDisconnectConferenceParticipant(Uri endpoint) { in onDisconnectConferenceParticipant()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DVpnTest.java3071 public InetAddress resolve(final String endpoint) { in resolve()