/aosp12/hardware/qcom/gps/msm8998/android/ |
H A D | AGnssRil.cpp | 61 int socketFd = -1; in createSocket() local 83 static inline void closeSocket(const int socketFd) { in closeSocket() 92 int socketFd = createSocket(); in sendConnectionEvent() local
|
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/ |
H A D | AGnssRil.cpp | 61 int socketFd = -1; in createSocket() local 83 static inline void closeSocket(const int socketFd) { in closeSocket() 92 int socketFd = createSocket(); in sendConnectionEvent() local
|
/aosp12/hardware/qcom/gps/msm8909w_3100/gnss/ |
H A D | XtraSystemStatusObserver.cpp | 88 int socketFd = createSocket(); in sendEvent() local 114 int socketFd = -1; in createSocket() local 136 void XtraSystemStatusObserver::closeSocket(const int socketFd) { in closeSocket()
|
/aosp12/system/netd/client/ |
H A D | NetdClient.cpp | 98 int checkSocket(int socketFd) { in checkSocket() 113 bool shouldMarkSocket(int socketFd, const sockaddr* dst) { in shouldMarkSocket() 191 int socketFd = libcSocket(domain, type, protocol); in netdClientSocket() local 274 int socketFd = socketFunc(AF_INET6, SOCK_DGRAM | SOCK_CLOEXEC, 0); in setNetworkForTarget() local 459 extern "C" int getNetworkForSocket(unsigned* netId, int socketFd) { in getNetworkForSocket() 476 extern "C" int setNetworkForSocket(unsigned netId, int socketFd) { in setNetworkForSocket() 490 extern "C" int protectFromVpn(int socketFd) { in protectFromVpn() 496 extern "C" int setNetworkForUser(uid_t uid, int socketFd) { in setNetworkForUser() 507 extern "C" int tagSocket(int socketFd, uint32_t tag, uid_t uid) { in tagSocket() 513 extern "C" int untagSocket(int socketFd) { in untagSocket()
|
/aosp12/frameworks/base/cmds/bu/src/com/android/commands/bu/ |
H A D | Backup.java | 83 private void doBackup(int socketFd, @UserIdInt int userId) { in doBackup() 169 private void doRestore(int socketFd, @UserIdInt int userId) { in doRestore()
|
/aosp12/system/netd/server/ |
H A D | FwmarkServer.cpp | 75 int socketFd = -1; in onDataAvailable() local 101 int FwmarkServer::processClient(SocketClient* client, int* socketFd) { in processClient()
|
H A D | XfrmController.cpp | 454 netdutils::Status XfrmController::ipSecSetEncapSocketOwner(int socketFd, int newUid, in ipSecSetEncapSocketOwner() 761 int socketFd, int32_t transformId, int32_t direction, const std::string& sourceAddress, in ipSecApplyTransportModeTransform() 831 netdutils::Status XfrmController::ipSecRemoveTransportModeTransform(int socketFd) { in ipSecRemoveTransportModeTransform()
|
/aosp12/system/core/libsysutils/src/ |
H A D | SocketListener.cpp | 43 SocketListener::SocketListener(int socketFd, bool listen) { in SocketListener() 51 void SocketListener::init(const char *socketName, int socketFd, bool listen, bool useCmdNum) { in init()
|
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 144 int socketFd = -1; in createSocket() local 166 static inline void closeSocket(const int socketFd) { in closeSocket() 175 int socketFd = createSocket(); in sendConnectionEvent() local
|
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 990 int socketFd = -1; in createSocket() local 1012 static inline void closeSocket(const int socketFd) { in closeSocket() 1021 int socketFd = createSocket(); in sendConnectionEvent() local
|
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 995 int socketFd = -1; in createSocket() local 1017 static inline void closeSocket(const int socketFd) { in closeSocket() 1026 int socketFd = createSocket(); in sendConnectionEvent() local
|
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 990 int socketFd = -1; in createSocket() local 1012 static inline void closeSocket(const int socketFd) { in closeSocket() 1021 int socketFd = createSocket(); in sendConnectionEvent() local
|
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc.cpp | 143 int socketFd = -1; in createSocket() local 165 static inline void closeSocket(const int socketFd) { in closeSocket() 174 int socketFd = createSocket(); in sendConnectionEvent() local
|
/aosp12/frameworks/native/libs/nativewindow/ |
H A D | AHardwareBuffer.cpp | 241 int AHardwareBuffer_sendHandleToUnixSocket(const AHardwareBuffer* buffer, int socketFd) { in AHardwareBuffer_sendHandleToUnixSocket() 297 int AHardwareBuffer_recvHandleFromUnixSocket(int socketFd, AHardwareBuffer** outBuffer) { in AHardwareBuffer_recvHandleFromUnixSocket()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 393 int socketFd = gSystemServerSocketFd; in sendSigChildStatus() local
|