/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattService.java | 113 int instanceId, int serviceType) { in BluetoothGattService() argument 116 mInstanceId = instanceId; in BluetoothGattService() 126 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() argument 129 mInstanceId = instanceId; in BluetoothGattService() 242 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic() argument 245 && characteristic.getInstanceId() == instanceId) in getCharacteristic() 256 public void setInstanceId(int instanceId) { in setInstanceId() argument 257 mInstanceId = instanceId; in setInstanceId()
|
D | BluetoothGattCharacteristic.java | 243 UUID uuid, int instanceId, in BluetoothGattCharacteristic() argument 245 initCharacteristic(service, uuid, instanceId, properties, permissions); in BluetoothGattCharacteristic() 252 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic() argument 254 initCharacteristic(null, uuid, instanceId, properties, permissions); in BluetoothGattCharacteristic() 258 UUID uuid, int instanceId, in initCharacteristic() argument 261 mInstance = instanceId; in initCharacteristic() 348 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor() argument 351 && descriptor.getInstanceId() == instanceId) { in getDescriptor()
|
D | BluetoothGattIncludedService.java | 49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService() argument 51 mInstanceId = instanceId; in BluetoothGattIncludedService()
|
D | BluetoothGatt.java | 528 int instanceId, int type) { in getService() argument 532 svc.getInstanceId() == instanceId && in getService() 545 …ckage*/ BluetoothGattCharacteristic getCharacteristicById(BluetoothDevice device, int instanceId) { in getCharacteristicById() argument 548 if (charac.getInstanceId() == instanceId) in getCharacteristicById() 559 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { in getDescriptorById() argument 563 if (desc.getInstanceId() == instanceId) in getDescriptorById()
|
D | BluetoothGattServer.java | 404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService() argument 407 svc.getInstanceId() == instanceId && in getService()
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMnsService.java | 66 int instanceId = msg.arg1; in handleMessage() local 69 Handler cb = mCallbacks.get(instanceId); in handleMessage() 76 + instanceId); in handleMessage() 151 public void registerCallback(int instanceId, Handler callback) { in registerCallback() argument 155 mCallbacks.put(instanceId, callback); in registerCallback() 166 public void unregisterCallback(int instanceId) { in unregisterCallback() argument 170 mCallbacks.remove(instanceId); in unregisterCallback()
|
/frameworks/base/core/jni/ |
D | android_hardware_location_ContextHubService.cpp | 97 int instanceId; // systemwide unique instance id - assigned member 235 entry.instanceId = appInstanceHandle; in add_app_instance() 243 hubHandle, entry.instanceId, entry.truncName, in add_app_instance()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 728 int cdmaSubscription, Integer instanceId) { in RIL() argument 739 mInstanceId = instanceId; in RIL()
|