OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_socketpair
(Results
1 - 10
of
10
) sorted by null
/bootable/recovery/minadbd/
services.c
124
if(
adb_socketpair
(s)) {
sysdeps.h
224
extern int
adb_socketpair
( int sv[2] );
445
static __inline__ int
adb_socketpair
( int sv[2] )
function
transport.c
473
if(
adb_socketpair
(s)) {
515
if(
adb_socketpair
(s)){
fdevent.c
670
if(
adb_socketpair
(s)) {
/system/core/adb/
sysdeps.h
225
extern int
adb_socketpair
( int sv[2] );
465
static __inline__ int
adb_socketpair
( int sv[2] )
function
jdwp_service.c
413
if (
adb_socketpair
(fds) < 0) {
services.c
152
if(
adb_socketpair
(s)) {
transport.c
628
if(
adb_socketpair
(s)) {
673
if(
adb_socketpair
(s)){
fdevent.c
670
if(
adb_socketpair
(s)) {
sysdeps_win32.c
1189
int
adb_socketpair
( int sv[2] )
function
1202
D("
adb_socketpair
: not enough memory to allocate pipes\n" );
1224
D( "
adb_socketpair
: returns (%d, %d)\n", sv[0], sv[1] );
[
all
...]
Completed in 54 milliseconds