Searched refs:notifyErrorCallback (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | KeepaliveTracker.java | 419 notifyErrorCallback(mCallback, reason); in stop() 430 void notifyErrorCallback(ISocketKeepaliveCallback cb, int error) { in notifyErrorCallback() method in KeepaliveTracker 605 notifyErrorCallback(cb, ERROR_INVALID_NETWORK); in startNattKeepalive() 614 notifyErrorCallback(cb, ERROR_INVALID_IP_ADDRESS); in startNattKeepalive() 623 notifyErrorCallback(cb, e.error); in startNattKeepalive() 632 notifyErrorCallback(cb, ERROR_INVALID_SOCKET); in startNattKeepalive() 655 notifyErrorCallback(cb, ERROR_INVALID_NETWORK); in startTcpKeepalive() 663 notifyErrorCallback(cb, e.error); in startTcpKeepalive() 672 notifyErrorCallback(cb, ERROR_INVALID_SOCKET); in startTcpKeepalive() 696 notifyErrorCallback(cb, ERROR_INVALID_SOCKET); in startNattKeepalive() [all …]
|
/frameworks/base/services/ |
D | art-profile | 5427 PLcom/android/server/connectivity/KeepaliveTracker;->notifyErrorCallback(Landroid/net/ISocketKeepal…
|