HomeSort by relevance Sort by last modified time
    Searched defs:out_bytes (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/remoting/protocol/
auth_util.cc 62 unsigned char out_bytes[kAuthDigestLength]; local
63 if (!response.Sign(shared_secret, out_bytes, kAuthDigestLength)) {
68 return std::string(out_bytes, out_bytes + kAuthDigestLength);
authentication_method.cc 67 unsigned char out_bytes[kSharedSecretHashLength]; local
68 if (!response.Sign(shared_secret, out_bytes, sizeof(out_bytes))) {
72 return std::string(out_bytes, out_bytes + sizeof(out_bytes));
  /external/qemu/slirp/
if.h 47 u_int out_bytes; /* Output bytes */ member in struct:slirp_ifstats
  /external/qemu/slirp-android/
if.h 47 u_int out_bytes; /* Output bytes */ member in struct:slirp_ifstats
  /system/extras/sound/
playwav.c 32 uint32_t out_bytes; member in struct:msm_audio_stats
83 fprintf(stderr,"%10d\n", stats.out_bytes);
  /external/chromium_org/ipc/
ipc_channel_posix.cc 366 const char* out_bytes = reinterpret_cast<const char*>(msg->data()) + local
370 struct iovec iov = {const_cast<char*>(out_bytes), amt_to_write};
435 bytes_written = HANDLE_EINTR(write(pipe_, out_bytes, amt_to_write));
  /system/core/adb/
sysdeps_win32.c 47 DWORD out_bytes; local
49 if ( !ReadFile( file, data, file_size, &out_bytes, NULL ) ||
50 out_bytes != file_size )
    [all...]

Completed in 314 milliseconds