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

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_track_metrics_host.h 40 void OnAddTrack(uint64 id, bool is_audio, bool is_remote);
44 // specifies whether it's an audio or video track, |is_remote|
50 bool is_remote; member in struct:content::MediaStreamTrackMetricsHost::TrackInfo
media_stream_track_metrics_host.cc 51 bool is_remote) {
55 TrackInfo info = {is_audio, is_remote, base::TimeTicks::Now()};
70 if (info.is_remote) {
  /ndk/sources/host-tools/make-3.81/
remote-stub.c 55 a unique identification, and set *IS_REMOTE to zero if the job is local,
60 int *is_remote UNUSED, int *id_ptr UNUSED,
remote-cstms.c 139 identification, and set *IS_REMOTE to nonzero if the job is remote, zero
144 int *is_remote, int *id_ptr, int *used_stdin)
261 *is_remote = 0;
job.c 193 int *is_remote, int *id_ptr, int *used_stdin));
1187 int is_remote, id, used_stdin; local
    [all...]
  /external/qemu/telephony/
android_modem.c 200 char is_remote; member in struct:AVoiceCallRec
863 if (call->is_remote) {
865 call->is_remote = 0;
919 vcall->is_remote = (remote_number_string_to_port(number) > 0);
960 if (call->is_remote)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
capabilities.cc 369 bool is_remote = chrome_options->HasKey("debuggerAddress"); local
394 } else if (is_remote) {
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h     [all...]
web_contents_impl.cc     [all...]

Completed in 886 milliseconds