HomeSort by relevance Sort by last modified time
    Searched refs:is_remote (Results 1 - 7 of 7) 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) {
53 TrackInfo info = {is_audio, is_remote, base::TimeTicks::Now()};
67 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 313 bool is_remote = chrome_options->HasKey("debuggerAddress"); local
334 } else if (is_remote) {

Completed in 100 milliseconds