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

  /external/e2fsprogs/misc/
logsave.c 255 int send_flag = SEND_LOG; local
270 send_flag |= SEND_CONSOLE;
284 send_output("Log of ", 0, send_flag);
286 send_output("stdin", 0, send_flag);
289 send_output(*cpp, 0, send_flag);
290 send_output(" ", 0, send_flag);
293 send_output("\n", 0, send_flag);
295 send_output(ctime(&t), 0, send_flag); local
296 send_output("\n", 0, send_flag);
303 send_output("\n", 0, send_flag);
305 send_output(ctime(&t), 0, send_flag); local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channel.cc 750 SendFlags send_flag = send ? SEND_MICROPHONE : SEND_NOTHING; local
751 if (!media_channel()->SetSend(send_flag)) {
752 LOG(LS_ERROR) << "Failed to SetSend " << send_flag << " on voice channel";
    [all...]

Completed in 363 milliseconds