Home
last modified time | relevance | path

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

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeLlcpServiceSocket.java38 private native NativeLlcpSocket doAccept(int miu, int rw, int linearBufferLength); in doAccept()
DNativeNfcManager.java210 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/
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.cpp1271 …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()
DPeerToPeer.cpp532 bool PeerToPeer::createClient (tJNI_HANDLE jniHandle, uint16_t miu, uint8_t 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/Camera2/src/com/android/camera/ui/
DFaceView.java156 int rw, rh; in onDraw() local
/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java204 int rw, int linearBufferLength) throws LlcpException; in createLlcpServerSocket()
206 public LlcpSocket createLlcpSocket(int sap, int miu, int rw, in createLlcpSocket()
DNfcService.java1828 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/
DImageStraighten.java193 double rw = outRect.width(); in getUntranslatedStraightenCropBounds() local
/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_image.c311 float rw; in wprint_image_set_output_properties() local