OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:android_setsocknetwork
(Results
1 - 17
of
17
) sorted by null
/development/ndk/platforms/android-23/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/frameworks/native/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
multinetwork.h
65
int
android_setsocknetwork
(net_handle_t network, int fd);
70
* (and not explicitly bound via
android_setsocknetwork
()) will be bound to
/frameworks/base/native/android/
net.c
45
int
android_setsocknetwork
(net_handle_t network, int fd) {
function
/cts/tests/tests/net/jni/
NativeMultinetworkJni.c
83
int rval =
android_setsocknetwork
(handle, fd);
144
rval =
android_setsocknetwork
(handle, fd);
/system/extras/multinetwork/
httpurl.cpp
154
if (
android_setsocknetwork
(nethandle, fd) != 0) {
156
std::cerr << "
android_setsocknetwork
() failed;"
Completed in 422 milliseconds