Loading libcutils/include/cutils/qtaguid.h +5 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,9 @@ extern "C" { #endif /* * Set tags (and owning UIDs) for network sockets. * Set tags (and owning UIDs) for network sockets. The socket must be untagged * by calling qtaguid_untagSocket() before closing it, otherwise the qtaguid * module will keep a reference to it even after close. */ extern int qtaguid_tagSocket(int sockfd, int tag, uid_t uid); Loading Loading
libcutils/include/cutils/qtaguid.h +5 −3 Original line number Diff line number Diff line Loading @@ -26,7 +26,9 @@ extern "C" { #endif /* * Set tags (and owning UIDs) for network sockets. * Set tags (and owning UIDs) for network sockets. The socket must be untagged * by calling qtaguid_untagSocket() before closing it, otherwise the qtaguid * module will keep a reference to it even after close. */ extern int qtaguid_tagSocket(int sockfd, int tag, uid_t uid); Loading