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

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java 35 INITIALIZING, LIVE, ENDED, MUTED
MediaStreamTrack.java 34 INITIALIZING, LIVE, ENDED, FAILED
  /hardware/interfaces/broadcastradio/1.1/
types.hal 34 * Set when the program is currently playing live stream.
38 LIVE = 1 << 0,
  /external/libpcap/
pcap-sita.c 53 #define LIVE 1
335 if (flag == LIVE) u->fd = sockfd;
344 if (flag == LIVE) id = &units[chassis][geoslot].fd;
359 close_with_IOP(chassis, geoslot, LIVE);
372 if (units[chassis][geoslot].fd == fd) close_with_IOP(chassis, geoslot, LIVE);
828 open_with_IOP(u, LIVE); /* start a connection with that IOP */
    [all...]
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 357 assertEquals(MediaSource.State.LIVE, source.state());
364 assertEquals(MediaSource.State.LIVE, source.state());

Completed in 271 milliseconds