Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallEndpointControllerTest.java130 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedToBluetooth() local
151 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedToStreaming() local
172 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedBetweenBluetooth() local
261 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testAvailableEndpointChanged() local
282 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testAvailableBluetoothEndpointChanged() local
304 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testMuteStateChanged() local
323 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testNotifyForcely() local
359 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testEndpointChangeRequest_EndpointDoesNotExist() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/signals/
DDBEncoderEndpointTest.java40 DBEncoderEndpoint endpoint = in testCreateEndPoint() local
51 DBEncoderEndpoint endpoint = in testBuildEndPoint() local
/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/services/Telecomm/src/com/android/server/telecom/
DCallEndpointController.java91 public void requestCallEndpointChange(CallEndpoint endpoint, ResultReceiver callback) { in requestCallEndpointChange()
182 public String getBluetoothAddress(CallEndpoint endpoint) { in getBluetoothAddress()
303 CallEndpoint endpoint = findMatchingBluetoothEndpoint(device); in createAvailableCallEndpoints() local
319 CallEndpoint endpoint = findMatchingTypeEndpoint(type); in createAvailableCallEndpoints() local
DTransactionalServiceWrapper.java577 public void onCallEndpointChanged(Call call, CallEndpoint endpoint) { in onCallEndpointChanged()
580 mICallEventCallback.onCallEndpointChanged(call.getId(), endpoint); in onCallEndpointChanged() local
DInCallAdapter.java402 public void requestCallEndpointChange(CallEndpoint endpoint, ResultReceiver callback) { in requestCallEndpointChange()
DConnectionServiceWrapper.java811 public void requestCallEndpointChange(String callId, CallEndpoint endpoint, in requestCallEndpointChange()
/packages/modules/adb/client/openscreen/
Dmdns_service_info.cpp26 const discovery::DnsSdInstanceEndpoint& endpoint) { in DnsSdInstanceEndpointToServiceInfo()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/
DEncoderEndpointsDao.java35 long registerEndpoint(DBEncoderEndpoint endpoint); in registerEndpoint()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DEndpointChangeTransaction.java35 public EndpointChangeTransaction(CallEndpoint endpoint, CallsManager callsManager) { in EndpointChangeTransaction()
/packages/modules/AdServices/adservices/tests/cts/assets/scenarios/data/
DUpdateSignalsResponse.json18 "endpoint": "<encode-signals-script>" string
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/signals/updateprocessors/
DUpdateEncoderEventHandler.java87 DBEncoderEndpoint endpoint = in handle() local
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc84 MockBluetoothAudioClientInterfaceBidirEndpoint endpoint; member in __anon8cbaf6460111::MockBluetoothAudioClientInterfaceHidl
114 MockBluetoothAudioClientInterfaceBidirEndpoint endpoint; member in __anon8cbaf6460111::MockBluetoothAudioClientInterfaceAidl
/packages/modules/adb/client/
Dusb_osx.cpp360 UInt8 endpoint; in CheckInterface() local
Dusb_libusb.cpp107 static bool endpoint_is_output(uint8_t endpoint) { in endpoint_is_output()