Home
last modified time | relevance | path

Searched defs:serviceType (Results 1 – 25 of 37) sorted by relevance

12

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsDiscoveryManager.java60 public void put(@NonNull String serviceType, @Nullable Network network, in put()
67 public MdnsServiceTypeClient get(@NonNull String serviceType, @Nullable Network network) { in get()
72 public List<MdnsServiceTypeClient> getByServiceType(@NonNull String serviceType) { in getByServiceType()
148 public void registerListener( in registerListener()
157 private void handleRegisterListener( in handleRegisterListener()
209 public void unregisterListener( in unregisterListener()
215 private void handleUnregisterListener( in handleUnregisterListener()
270 MdnsServiceTypeClient createServiceTypeClient(@NonNull String serviceType, in createServiceTypeClient()
DMdnsServiceCache.java50 CacheKey(@NonNull String serviceType, @Nullable Network network) { in CacheKey()
91 public List<MdnsResponse> getCachedServices(@NonNull String serviceType, in getCachedServices()
120 @NonNull String serviceType, @Nullable Network network) { in getCachedService()
138 public void addOrUpdateService(@NonNull String serviceType, @Nullable Network network, in addOrUpdateService()
158 public MdnsResponse removeService(@NonNull String serviceName, @NonNull String serviceType, in removeService()
DMdnsServiceInfo.java75 private final String[] serviceType; field in MdnsServiceInfo
95 String[] serviceType, in MdnsServiceInfo()
119 String[] serviceType, in MdnsServiceInfo()
148 String[] serviceType, in MdnsServiceInfo()
178 String[] serviceType, in MdnsServiceInfo()
DMdnsResponseDecoder.java42 @Nullable private final String[] serviceType; field in MdnsResponseDecoder
46 public MdnsResponseDecoder(@NonNull Clock clock, @Nullable String[] serviceType) { in MdnsResponseDecoder()
DMdnsServiceTypeClient.java56 private final String serviceType; field in MdnsServiceTypeClient
89 public MdnsServiceTypeClient( in MdnsServiceTypeClient()
100 public MdnsServiceTypeClient( in MdnsServiceTypeClient()
DEnqueueMdnsQueryCallable.java85 @NonNull String serviceType, in EnqueueMdnsQueryCallable()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/nsd/
DWifiP2pDnsSdServiceInfo.java95 String serviceType, Map<String, String> txtMap) { in newInstance() argument
125 String serviceType) { in createPtrServiceQuery()
152 String serviceType, in createTxtServiceQuery()
DWifiP2pDnsSdServiceRequest.java75 public static WifiP2pDnsSdServiceRequest newInstance(String serviceType) { in newInstance()
97 String serviceType) { in newInstance()
DWifiP2pServiceRequest.java98 private WifiP2pServiceRequest(int serviceType, int length, in WifiP2pServiceRequest()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java41 public int serviceType = 0; field in HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java109 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService()
124 int instanceId, int serviceType) { in BluetoothGattService()
138 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService()
DBluetoothGattIncludedService.java50 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
DBluetoothHidDeviceAppQosSettings.java59 int serviceType, in BluetoothHidDeviceAppQosSettings()
/packages/modules/NetworkStack/apishim/33/com/android/networkstack/apishim/api33/
DNsdShimImpl.java72 public void discoverServices(@NonNull NsdManager nsdManager, @NonNull String serviceType, in discoverServices()
80 public void discoverServices(@NonNull NsdManager nsdManager, @NonNull String serviceType, in discoverServices()
/packages/modules/NetworkStack/apishim/29/com/android/networkstack/apishim/api29/
DNsdShimImpl.java67 public void discoverServices(@NonNull NsdManager nsdManager, @NonNull String serviceType, in discoverServices()
75 public void discoverServices(@NonNull NsdManager nsdManager, @NonNull String serviceType, in discoverServices()
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DNsdManager.java383 private PerNetworkDiscoveryTracker(String serviceType, int protocolType, in PerNetworkDiscoveryTracker()
456 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
466 public void onDiscoveryStarted(String serviceType) { in onDiscoveryStarted()
472 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
485 public void onDiscoveryStopped(String serviceType) { in onDiscoveryStopped()
715 public void onStartDiscoveryFailed(String serviceType, int errorCode); in onStartDiscoveryFailed()
717 public void onStopDiscoveryFailed(String serviceType, int errorCode); in onStopDiscoveryFailed()
719 public void onDiscoveryStarted(String serviceType); in onDiscoveryStarted()
721 public void onDiscoveryStopped(String serviceType); in onDiscoveryStopped()
1107 public void discoverServices(String serviceType, int protocolType, DiscoveryListener listener) { in discoverServices()
[all …]
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DNsdShim.java58 void discoverServices(@NonNull NsdManager nsdManager, @NonNull String serviceType, in discoverServices()
73 void discoverServices(@NonNull NsdManager nsdManager, @NonNull String serviceType, in discoverServices()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java772 @CarEvsServiceType int serviceType = CarEvsUtils.convertToServiceType(type); in setCameraIdFromCommand() local
811 @CarEvsServiceType int serviceType = CarEvsUtils.convertToServiceType(type); in getCameraIdFromCommand() local
837 @CarEvsServiceType int serviceType = CarEvsUtils.convertToServiceType(typeString); in enableServiceTypeFromCommand() local
868 @CarEvsServiceType int serviceType = CarEvsUtils.convertToServiceType(type); in isServiceTypeEnabledFromCommand() local
DCarEvsServiceUtils.java122 @CarEvsServiceType int serviceType = INVALID_SERVICE_TYPE; in parse() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/
DMdnsDiscoveryManagerTests.java141 private SocketCreationCallback expectSocketCreationCallback(String serviceType, in expectSocketCreationCallback()
337 private MdnsPacket createMdnsPacket(String serviceType) { in createMdnsPacket()
DMdnsAnnouncerTest.kt148 val serviceType = arrayOf("_testtype", "_tcp", "local") in <lambda>() constant
/packages/services/Car/car-lib/src/android/car/evs/
DICarEvsService.aidl43 int startVideoStream(int serviceType, in IBinder token, in ICarEvsStreamCallback callback); in startVideoStream()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessor.java72 private CallRedirectionAttempt(ComponentName componentName, String serviceType) { in CallRedirectionAttempt()
420 private void processTimeoutForCallRedirection(String serviceType) { in processTimeoutForCallRedirection()
DCallRedirectionProcessorHelper.java100 protected ComponentName getComponentName(Intent intent, String serviceType) { in getComponentName()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java80 Channel.AtscServiceType serviceType = in TunerChannel() local
183 Channel.AtscServiceType serviceType = in TunerChannel() local
298 int serviceType = getServiceType(); in getServiceTypeName() local

12