Home
last modified time | relevance | path

Searched defs:isDirect (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DRenderingRequest.java130 public boolean isDirect() { in isDirect() method in RenderingRequest
134 public void setDirect(boolean isDirect) { in setDirect()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java59 void clientConnect(int clientIf, String address, boolean isDirect, int transport); in clientConnect()
99 void serverConnect(int servertIf, String address, boolean isDirect, int transport); in serverConnect()
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java112 final int clientIf, final String serverAddress, boolean isDirect, int transport) { in clientConnect()
449 final int serverIf, final String clientAddress, boolean isDirect, int transport) { in serverConnect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java316 boolean isDirect, int transport, boolean opportunistic, int initiatingPhys); in gattClientConnectNative()
346 private native void gattServerConnectNative(int serverIf, String address, boolean isDirect, in gattServerConnectNative()
412 boolean isDirect, int transport, boolean opportunistic, int initiatingPhys) { in gattClientConnect()
578 public void gattServerConnect(int serverIf, String address, boolean isDirect, in gattServerConnect()
DGattService.java804 public void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect()
815 private void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect()
1273 public void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect()
1282 private void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect()
3632 void clientConnect(int clientIf, String address, int addressType, boolean isDirect, in clientConnect()
4533 void serverConnect(int serverIf, String address, boolean isDirect, int transport, in serverConnect()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl109 …void clientConnect(in int clientIf, in String address, in int addressType, in boolean isDirect, in… in clientConnect()
157 …void serverConnect(in int serverIf, in String address, in boolean isDirect, in int transport, in A… in serverConnect()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1470 jboolean isDirect, jint transport, in gattClientConnectNative()