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

  /external/autotest/client/site_tests/network_CastTDLS/
network_CastTDLS.py 51 def _block_setup_dialog(self, driver, extension_id):
55 @param extension_id: Id of the extension to use.
58 CHROME_EXTENSION_BASE, extension_id, EXTENSION_TEST_UTILS_PAGE)
123 def _turn_on_tdls(self, driver, extension_id):
127 @param extension_id: The id of the Cast extension.
130 CHROME_EXTENSION_BASE, extension_id, EXTENSION_OPTIONS_PAGE)
134 def _start_mirroring(self, driver, extension_id, device_ip, url):
138 @param extension_id: The id of the Cast extension.
143 CHROME_EXTENSION_BASE, extension_id, EXTENSION_TEST_UTILS_PAGE)
157 def _stop_mirroring(self, driver, extension_id)
    [all...]
  /external/autotest/server/cros/
sonic_extension_downloader.py 34 def get_download_url_from_omaha(extension_id):
37 @param extension_id: The extension id of the chromecast extension.
44 UPDATE_CHECK_PARAMETER % extension_id)
  /external/autotest/server/hosts/
sonic_host.py 85 extension_id = sonic_client_utils.get_extension_id()
96 if extension_id in content:
99 append_str = ',%s' % extension_id
101 append_str = ' %s=%s' % (whitelist_flag, extension_id)
  /external/webrtc/webrtc/video/
replay.cc 86 int32_t extension_id) {
87 return extension_id >= -1 || extension_id < 15;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.cc 36 DEFINE_int32(extension_id, 3, "Extension id.");
  /external/aac/libSBRenc/src/
bit_sbr.h 233 INT extension_id; member in struct:SBR_ENV_DATA
  /external/webrtc/webrtc/audio/
audio_receive_stream_unittest.cc 184 int extension_id,
198 BuildOneByteExtension(header.begin() + webrtc::kRtpHeaderSize, extension_id,
  /external/aac/libSBRdec/src/
env_extr.cpp 555 int extension_id = FDKreadBits(hBs, 2); local
558 switch (extension_id) {
    [all...]
  /external/libxaac/decoder/
ixheaacd_env_extr.c 591 WORD extension_id = ixheaacd_read_bits_buf(it_bit_buff, SBR_CONT_ID_BITS); local
595 switch (extension_id) {
    [all...]

Completed in 1152 milliseconds