HomeSort by relevance Sort by last modified time
    Searched refs:findConnection (Results 1 - 6 of 6) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/public/
NetlinkServer.h 111 NetlinkConnection *findConnection(
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
NetlinkConnection.h 85 virtual NetlinkConnection *findConnection(
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 133 NetlinkConnection *connection = findConnection(hash);
196 NetlinkConnection *NetlinkServer::findConnection(
  /packages/apps/Nfc/nci/jni/
PeerToPeer.h 556 ** Function: findConnection
564 android::sp<NfaConn> findConnection (tNFA_HANDLE nfaConnHandle);
569 ** Function: findConnection
577 android::sp<NfaConn> findConnection (tJNI_HANDLE jniHandle);
PeerToPeer.cpp 784 ** Function: findConnection
792 sp<NfaConn> PeerToPeer::findConnection (tNFA_HANDLE nfaConnHandle)
823 ** Function: findConnection
831 sp<NfaConn> PeerToPeer::findConnection (tJNI_HANDLE jniHandle)
878 if ((pConn = findConnection (jniHandle)) == NULL)
936 if ((pConn = findConnection (jniHandle)) == NULL)
985 if ((pConn = findConnection(jniHandle)) == NULL)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java 802 private synchronized ImsPhoneConnection findConnection(ImsCall imsCall) {
825 ImsPhoneConnection conn = findConnection(imsCall);
    [all...]

Completed in 252 milliseconds