Searched defs:serviceType (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | HandleMap.java | 41 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() 134 int getServiceHandle(UUID uuid, int serviceType, int instance) { in getServiceHandle()
|
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/ |
D | MdnsDiscovery.java | 148 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
|
/packages/apps/TV/src/com/android/tv/tuner/data/ |
D | TunerChannel.java | 165 int serviceType = mProto.serviceType; in getServiceTypeName() local
|
D | PsipData.java | 167 public VctItem(String shortName, String longName, int serviceType, int channelTsid, in VctItem()
|
/packages/apps/TV/src/com/android/tv/tuner/ts/ |
D | SectionParser.java | 574 int serviceType = (data[pos + 27] & 0x3f); in parseVCT() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 3415 int networkState, int serviceType, int signal, int batteryCharge); in notifyDeviceStatusNative()
|