Home
last modified time | relevance | path

Searched defs:rw (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcManager.java201 int rw, int linearBufferLength); in doCreateLlcpServiceSocket()
204 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
224 private native NativeLlcpSocket doCreateLlcpSocket(int sap, int miu, int rw, in doCreateLlcpSocket()
227 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, in createLlcpSocket()
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java143 int rw, int linearBufferLength); in doCreateLlcpServiceSocket()
146 int rw, int linearBufferLength) throws LlcpException { in createLlcpServerSocket()
166 private native NativeLlcpSocket doCreateLlcpSocket(int sap, int miu, int rw, in doCreateLlcpSocket()
169 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, in createLlcpSocket()
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
/packages/apps/Nfc/nci/jni/
DNativeLlcpServiceSocket.cpp50 static jobject nativeLlcpServiceSocket_doAccept(JNIEnv *e, jobject o, jint miu, jint rw, jint /*lin… in nativeLlcpServiceSocket_doAccept() argument
DNativeLlcpSocket.cpp205 jint rw = PeerToPeer::getInstance().getRemoteRecvWindow (jniHandle); in nativeLlcpSocket_doGetRemoteSocketRW() local
DNativeNfcManager.cpp1127 …eLlcpServiceSocket (JNIEnv* e, jobject, jint nSap, jstring sn, jint miu, jint rw, jint linearBuffe… in nfcManager_doCreateLlcpServiceSocket()
1278 static jobject nfcManager_doCreateLlcpSocket (JNIEnv* e, jobject, jint nSap, jint miu, jint rw, jin… in nfcManager_doCreateLlcpSocket()
DPeerToPeer.cpp516 bool PeerToPeer::createClient (tJNI_HANDLE jniHandle, UINT16 miu, UINT8 rw) in createClient()
/packages/apps/Gallery2/jni/filters/
Dbwfilter.c20 …terBwFilter, nativeApplyFilter, jobject bitmap, jint width, jint height, jint rw, jint gw, jint bw) in JNIFUNCF()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeLlcpServiceSocket.cpp70 static jobject com_NativeLlcpServiceSocket_doAccept(JNIEnv *e, jobject o, jint miu, jint rw, jint l… in com_NativeLlcpServiceSocket_doAccept()
Dcom_android_nfc_NativeNfcManager.cpp1980 …LlcpServiceSocket(JNIEnv *e, jobject o, jint nSap, jstring sn, jint miu, jint rw, jint linearBuffe… in com_android_nfc_NfcManager_doCreateLlcpServiceSocket()
2109 …NfcManager_doCreateLlcpSocket(JNIEnv *e, jobject o, jint nSap, jint miu, jint rw, jint linearBuffe… in com_android_nfc_NfcManager_doCreateLlcpSocket()
/packages/apps/Camera2/src/com/android/camera/ui/
DFaceView.java174 int rw, rh; in onDraw() local
/packages/apps/Camera/src/com/android/camera/ui/
DFaceView.java182 int rw = sn.getUncroppedRenderWidth(); in onDraw() local
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java194 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket()
196 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, in createLlcpSocket()
DNfcService.java1599 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, int linearBufferLength) in createLlcpSocket()
1615 public LlcpServerSocket createLlcpServerSocket(int sap, String sn, int miu, int rw, in createLlcpServerSocket()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageStraighten.java193 double rw = outRect.width(); in getUntranslatedStraightenCropBounds() local