Home
last modified time | relevance | path

Searched refs:doReceive (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java34 private native byte[] doReceive(); in doReceive() method in NativeP2pDevice
37 return doReceive(); in receive()
H A DNativeLlcpSocket.java67 private native int doReceive(byte[] recvBuff); in doReceive() method in NativeLlcpSocket
70 int receiveLength = doReceive(recvBuff); in receive()
/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h118 status_t talkWithDriver(bool doReceive=true);
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h179 status_t talkWithDriver(bool doReceive=true);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h179 status_t talkWithDriver(bool doReceive=true);
/aosp12/system/libhwbinder/
H A DIPCThreadState.cpp884 status_t IPCThreadState::talkWithDriver(bool doReceive) in talkWithDriver() argument
898 const size_t outAvail = (!doReceive || needRead) ? mOut.dataSize() : 0; in talkWithDriver()
904 if (doReceive && needRead) { in talkWithDriver()
922 << ", needRead: " << needRead << ", doReceive: " << doReceive << endl; in talkWithDriver()
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp975 status_t IPCThreadState::talkWithDriver(bool doReceive) in talkWithDriver() argument
989 const size_t outAvail = (!doReceive || needRead) ? mOut.dataSize() : 0; in talkWithDriver()
995 if (doReceive && needRead) { in talkWithDriver()
1014 << ", needRead: " << needRead << ", doReceive: " << doReceive << endl; in talkWithDriver()