Searched defs:serviceType (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | ServiceDeclaration.java | 38 int serviceType = 0; field in ServiceDeclaration.Entry 42 Entry(UUID uuid, int serviceType, int instance) { in Entry() 49 Entry(UUID uuid, int serviceType, int instance, boolean advertisePreferred) { in Entry() 77 void addService(UUID uuid, int serviceType, int instance, int minHandles, in addService() 89 void addIncludedService(UUID uuid, int serviceType, int instance) { in addIncludedService()
|
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() 101 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService() 136 int getServiceHandle(UUID uuid, int serviceType, int instance) { in getServiceHandle()
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/data/ |
D | TunerChannel.java | 168 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/usbtuner/src/com/android/usbtuner/ts/ |
D | SectionParser.java | 534 int serviceType = (data[pos + 27] & 0x3f); in parseVCT() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 3441 private native boolean notifyDeviceStatusNative(int networkState, int serviceType, int signal, in notifyDeviceStatusNative()
|