OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mClientIf
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
FilterParams.java
21
private int
mClientIf
;
40
mClientIf
= client_if;
55
return
mClientIf
;
AdvtFilterOnFoundOnLostInfo.java
22
private int
mClientIf
;
48
mClientIf
= client_if;
64
return
mClientIf
;
/frameworks/base/core/java/android/bluetooth/le/
BluetoothLeScanner.java
283
private int
mClientIf
;
294
mClientIf
= 0;
301
if (
mClientIf
== -1) return;
310
if (
mClientIf
> 0) {
315
if (
mClientIf
== 0)
mClientIf
= -1;
324
if (
mClientIf
<= 0) {
325
Log.e(TAG, "Error state, mLeHandle: " +
mClientIf
);
329
mBluetoothGatt.stopScan(
mClientIf
, false);
330
mBluetoothGatt.unregisterClient(
mClientIf
);
[
all
...]
BluetoothLeAdvertiser.java
239
//
mClientIf
0: not registered
242
private int
mClientIf
;
254
mClientIf
= 0;
259
if (
mClientIf
== -1) return;
268
if (
mClientIf
> 0 && mIsAdvertising) {
270
} else if (
mClientIf
<= 0) {
272
// Registration timeout, reset
mClientIf
to -1 so no subsequent operations can
274
if (
mClientIf
== 0)
mClientIf
= -1;
281
mBluetoothGatt.unregisterClient(
mClientIf
);
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java
47
private int
mClientIf
;
150
mClientIf
= clientIf;
160
mService.clientConnect(
mClientIf
, mDevice.getAddress(),
269
mService.readCharacteristic(
mClientIf
, address, handle, AUTHENTICATION_MITM);
318
mService.writeCharacteristic(
mClientIf
, address, handle,
385
mService.readDescriptor(
mClientIf
, address, handle, AUTHENTICATION_MITM);
424
mService.writeDescriptor(
mClientIf
, address, handle,
605
if (DBG) Log.d(TAG, "unregisterApp() -
mClientIf
=" +
mClientIf
);
606
if (mService == null ||
mClientIf
== 0) return
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 5090 milliseconds