Searched defs:rw (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeLlcpServiceSocket.java | 38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
|
D | NativeNfcManager.java | 210 int rw, int linearBufferLength); in doCreateLlcpServiceSocket() 213 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket() 233 private native NativeLlcpSocket doCreateLlcpSocket(int sap, int miu, int rw, in doCreateLlcpSocket() 236 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, in createLlcpSocket()
|
/packages/apps/Nfc/nci/jni/ |
D | NativeLlcpServiceSocket.cpp | 50 static jobject nativeLlcpServiceSocket_doAccept(JNIEnv *e, jobject o, jint miu, jint rw, jint /*lin… in nativeLlcpServiceSocket_doAccept() argument
|
D | NativeLlcpSocket.cpp | 205 jint rw = PeerToPeer::getInstance().getRemoteRecvWindow (jniHandle); in nativeLlcpSocket_doGetRemoteSocketRW() local
|
D | NativeNfcManager.cpp | 1271 …eLlcpServiceSocket (JNIEnv* e, jobject, jint nSap, jstring sn, jint miu, jint rw, jint linearBuffe… in nfcManager_doCreateLlcpServiceSocket() 1426 static jobject nfcManager_doCreateLlcpSocket (JNIEnv* e, jobject, jint nSap, jint miu, jint rw, jin… in nfcManager_doCreateLlcpSocket()
|
D | PeerToPeer.cpp | 532 bool PeerToPeer::createClient (tJNI_HANDLE jniHandle, uint16_t miu, uint8_t rw) in createClient()
|
/packages/apps/Gallery2/jni/filters/ |
D | bwfilter.c | 20 …terBwFilter, nativeApplyFilter, jobject bitmap, jint width, jint height, jint rw, jint gw, jint bw) in JNIFUNCF()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | FaceView.java | 156 int rw, rh; in onDraw() local
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | DeviceHost.java | 204 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket() 206 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, in createLlcpSocket()
|
D | NfcService.java | 1828 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength) in createLlcpSocket() 1844 public LlcpServerSocket createLlcpServerSocket(int sap, String sn, int miu, int rw, in createLlcpServerSocket()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageStraighten.java | 193 double rw = outRect.width(); in getUntranslatedStraightenCropBounds() local
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.c | 311 float rw; in wprint_image_set_output_properties() local
|