Home
last modified time | relevance | path

Searched refs:removeServerConnection (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/binder/
H A DRpcSession.cpp158 LOG_ALWAYS_FATAL_IF(!removeServerConnection(connection), in join()
288 bool RpcSession::removeServerConnection(const sp<RpcConnection>& connection) { in removeServerConnection() function in android::RpcSession
/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcSession.h136 bool removeServerConnection(const sp<RpcConnection>& connection);
/aosp12/packages/apps/Nfc/nci/jni/
H A DPeerToPeer.h686 bool removeServerConnection(PeerToPeer::tJNI_HANDLE jniHandle);
H A DPeerToPeer.cpp592 if (mServers[ii]->removeServerConnection(jniHandle)) { in removeConn()
1688 removeServerConnection(connJniHandle); in accept()
1809 bool P2pServer::removeServerConnection(PeerToPeer::tJNI_HANDLE jniHandle) { in removeServerConnection() function in P2pServer