Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DServiceDeclaration.java38 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()
DHandleMap.java41 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/
DTunerChannel.java168 int serviceType = mProto.serviceType; in getServiceTypeName() local
DPsipData.java167 public VctItem(String shortName, String longName, int serviceType, int channelTsid, in VctItem()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
DSectionParser.java534 int serviceType = (data[pos + 27] & 0x3f); in parseVCT() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java3441 private native boolean notifyDeviceStatusNative(int networkState, int serviceType, int signal, in notifyDeviceStatusNative()