Searched refs:instanceId (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattService.java113 int instanceId, int serviceType) {
116 mInstanceId = instanceId;
126 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { argument
129 mInstanceId = instanceId;
239 * Get characteristic by UUID and instanceId.
242 /*package*/ BluetoothGattCharacteristic getCharacteristic(UUID uuid, int instanceId) { argument
245 && characteristic.getInstanceId() == instanceId)
256 public void setInstanceId(int instanceId) { argument
257 mInstanceId = instanceId;
112 BluetoothGattService(BluetoothDevice device, UUID uuid, int instanceId, int serviceType) argument
H A DBluetoothGattIncludedService.java49 public BluetoothGattIncludedService(UUID uuid, int instanceId, int serviceType) { argument
51 mInstanceId = instanceId;
H A DBluetoothGattCharacteristic.java243 UUID uuid, int instanceId,
245 initCharacteristic(service, uuid, instanceId, properties, permissions);
252 public BluetoothGattCharacteristic(UUID uuid, int instanceId, argument
254 initCharacteristic(null, uuid, instanceId, properties, permissions);
258 UUID uuid, int instanceId,
261 mInstance = instanceId;
348 /*package*/ BluetoothGattDescriptor getDescriptor(UUID uuid, int instanceId) { argument
351 && descriptor.getInstanceId() == instanceId) {
242 BluetoothGattCharacteristic(BluetoothGattService service, UUID uuid, int instanceId, int properties, int permissions) argument
257 initCharacteristic(BluetoothGattService service, UUID uuid, int instanceId, int properties, int permissions) argument
H A DBluetoothGatt.java528 int instanceId, int type) {
532 svc.getInstanceId() == instanceId &&
542 * Returns a characteristic with id equal to instanceId.
545 /*package*/ BluetoothGattCharacteristic getCharacteristicById(BluetoothDevice device, int instanceId) { argument
548 if (charac.getInstanceId() == instanceId)
556 * Returns a descriptor with id equal to instanceId.
559 /*package*/ BluetoothGattDescriptor getDescriptorById(BluetoothDevice device, int instanceId) { argument
563 if (desc.getInstanceId() == instanceId)
527 getService(BluetoothDevice device, UUID uuid, int instanceId, int type) argument
H A DBluetoothGattServer.java404 /*package*/ BluetoothGattService getService(UUID uuid, int instanceId, int type) { argument
407 svc.getInstanceId() == instanceId &&
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsService.java66 int instanceId = msg.arg1;
69 Handler cb = mCallbacks.get(instanceId);
76 + instanceId);
151 public void registerCallback(int instanceId, Handler callback) { argument
155 mCallbacks.put(instanceId, callback);
166 public void unregisterCallback(int instanceId) { argument
170 mCallbacks.remove(instanceId);
/frameworks/base/core/jni/
H A Dandroid_hardware_location_ContextHubService.cpp97 int instanceId; // systemwide unique instance id - assigned member in struct:android::__anon900::app_instance_info_s
235 entry.instanceId = appInstanceHandle;
243 hubHandle, entry.instanceId, entry.truncName,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java728 int cdmaSubscription, Integer instanceId) {
739 mInstanceId = instanceId;
727 RIL(Context context, int preferredNetworkType, int cdmaSubscription, Integer instanceId) argument

Completed in 2844 milliseconds