HomeSort by relevance Sort by last modified time
    Searched refs:to_port (Results 1 - 6 of 6) sorted by null

  /external/qemu/telephony/
remote_call.c 105 int to_port; member in struct:RemoteCallRec
158 remote_call_alloc( RemoteCallType type, int to_port, int from_port )
168 rcall->to_port = to_port;
209 rcall->channel = sys_channel_create_tcp_client( "localhost", to_port );
211 D("%s: could not create channel to port %d\n", __FUNCTION__, to_port);
274 call->from_port, call->to_port, events);
282 //S("%s: emulator %d quitted with %d: %s\n", __FUNCTION__, call->to_port, errno, errno_str);
294 call->from_port, call->to_port, call->buff_len - call->buff_pos );
318 __FUNCTION__, call->to_port, errno, errno_str)
367 int to_port = remote_number_string_to_port(to_number); local
    [all...]
  /frameworks/compile/libbcc/lib/Support/
LinkerConfig.cpp 312 mcld::StringEntry<llvm::StringRef>* to_port = local
316 to_port->setValue(to_port_str);
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 305 mcld::StringEntry<llvm::StringRef>* to_port = local
309 to_port->setValue(to_port_str);
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 1101 mcld::StringEntry<llvm::StringRef>* to_port = local
    [all...]
  /external/qemu/
vnc-android.c 2192 int to_port = 0; local
    [all...]
vnc.c 2188 int to_port = 0; local
    [all...]

Completed in 92 milliseconds