Home
last modified time | relevance | path

Searched defs:instanceId (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMnsService.java66 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/
DBluetoothGattService.java113 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()
DBluetoothGattCharacteristic.java243 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()
DBluetoothGattIncludedService.java49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
DBluetoothGatt.java661 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()
DBluetoothGattDescriptor.java233 public void setInstanceId(int instanceId) { in setInstanceId()
DBluetoothGattServer.java484 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
/frameworks/base/services/core/jni/
Dcom_android_server_location_ContextHubService.cpp362 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/
DRIL.java595 int cdmaSubscription, Integer instanceId) { in RIL()