Home
last modified time | relevance | path

Searched defs:instanceId (Results 1 – 8 of 8) 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()
256 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()
DBluetoothGatt.java528 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()
DBluetoothGattIncludedService.java49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattIncludedService()
DBluetoothGattServer.java404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { in getService()
/frameworks/base/core/jni/
Dandroid_hardware_location_ContextHubService.cpp97 int instanceId; // systemwide unique instance id - assigned member
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java728 int cdmaSubscription, Integer instanceId) { in RIL()