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

  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarMediaConnectionTest.py 35 self.SNK = self.CT
53 car_bt_utils.set_car_profile_priorities_off(self.SNK, self.SRC)
57 self.SNK, self.SRC, [BtEnum.BluetoothProfile.A2DP_SINK],
101 if (car_media_utils.is_a2dp_connected(self.log, self.SNK, self.SRC)):
104 if (not bt_test_utils.connect_pri_to_sec(self.SRC, self.SNK, set(
109 self.SRC, self.SNK, [BtEnum.BluetoothProfile.A2DP.value])
115 self.SRC, self.SNK.droid.bluetoothGetLocalAddress()):
120 if (car_media_utils.is_a2dp_connected(self.log, self.SNK, self.SRC)):
121 self.SNK.log.error("Still connected after a disconnect")
135 1. Initiate a connection on A2DP Sink profile from SNK
    [all...]
BtCarMediaPassthroughTest.py 52 self.SNK = self.CT
86 self.SNK, self.SRC, set([BtEnum.BluetoothProfile.A2DP_SINK.value]))
122 if not (car_media_utils.is_a2dp_connected(self.log, self.SNK,
125 self.SRC, self.SNK, set([BtEnum.BluetoothProfile.A2DP.value]))
128 self.SRC, self.SNK.droid.bluetoothGetLocalAddress()):
230 if not (car_media_utils.is_a2dp_connected(self.log, self.SNK,
232 self.SNK.log.error('No A2dp Connection')
324 self.SRC, self.SNK, [BtEnum.BluetoothProfile.A2DP.value])
327 self.SRC, self.SNK.droid.bluetoothGetLocalAddress()):
350 BT connect SRC and SNK when the SRC is already playing music and verify SNK strarts streamin
    [all...]
  /external/autotest/server/site_tests/firmware_PDTrySrc/
firmware_PDTrySrc.py 24 variation in connecting as SRC and SNK.
31 SNK = 0
46 @returns list with number of SNK and SRC connections
62 stats[self.SNK] += 1;
63 logging.info('Power Role = SNK')
69 logging.info('SNK = %d: SRC = %d: Total = %d',
92 6. Compute DUT SRC/SNK connect ratios for both modes
105 # sequence does not affect the SRC/SNK connection. Plankton provides
135 total_on = float(stats_on[self.SNK] + stats_on[self.SRC])
136 total_off = float(stats_off[self.SNK] + stats_off[self.SRC]
    [all...]
  /external/autotest/server/site_tests/firmware_PDPowerSwap/
firmware_PDPowerSwap.py 31 SNK = 'SNK_READY'
190 dual_mode = 'snk'
  /external/autotest/client/cros/
ec.py 249 Port C0 is enabled, Role:SNK UFP Polarity:CC2 State:SNK_READY
272 pinfo['power_role'] = 'sink' if match.group(3) == 'SNK' else 'source'

Completed in 154 milliseconds