Searched defs:instanceId (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
D | BluetoothMnsService.java | 66 int instanceId = msg.arg1; in handleMessage() local 151 public void registerCallback(int instanceId, Handler callback) { in registerCallback() 166 public void unregisterCallback(int instanceId) { in unregisterCallback()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothGattService.java | 113 int instanceId, int serviceType) { in BluetoothGattService() 126 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() 242 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { in getCharacteristic() 255 public void setInstanceId(int instanceId) { in setInstanceId()
|
D | BluetoothGattCharacteristic.java | 243 UUID uuid, int instanceId, in BluetoothGattCharacteristic() 252 public BluetoothGattCharacteristic(UUID uuid, int instanceId, in BluetoothGattCharacteristic() 258 UUID uuid, int instanceId, in initCharacteristic() 348 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { in getDescriptor() 399 public void setInstanceId(int instanceId) { in setInstanceId()
|
D | BluetoothGattIncludedService.java | 49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
|
D | BluetoothGatt.java | 661 int instanceId, int type) { in getService() 678 …ckage*/ BluetoothGattCharacteristic getCharacteristicById(BluetoothDevice device, int instanceId) { in getCharacteristicById() 692 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { in getDescriptorById()
|
D | BluetoothGattDescriptor.java | 233 public void setInstanceId(int instanceId) { in setInstanceId()
|
D | BluetoothGattServer.java | 484 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_ContextHubService.cpp | 362 jint instanceId; // system wide unique instance id - assigned member 512 jint instanceId = generateId(); in startLoadAppTxn() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 595 int cdmaSubscription, Integer instanceId) { in RIL()
|