Searched defs:instanceId (Results 1 – 8 of 8) 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() 256 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()
|
D | BluetoothGatt.java | 528 int instanceId, int type) { in getService() 545 …ckage*/ BluetoothGattCharacteristic getCharacteristicById(BluetoothDevice device, int instanceId) { in getCharacteristicById() 559 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { in getDescriptorById()
|
D | BluetoothGattIncludedService.java | 49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
|
D | BluetoothGattServer.java | 404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
|
/frameworks/base/core/jni/ |
D | android_hardware_location_ContextHubService.cpp | 97 int instanceId; // systemwide unique instance id - assigned member
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 728 int cdmaSubscription, Integer instanceId) { in RIL()
|