Searched refs:SRC (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/car_bt/ |
D | BtCarMediaConnectionTest.py | 37 self.SRC = self.TG 54 car_bt_utils.set_car_profile_priorities_off(self.SNK, self.SRC) 58 self.SNK, self.SRC, [BtEnum.BluetoothProfile.A2DP_SINK], 82 if (is_a2dp_connected(self.SNK, self.SRC)): 86 self.SRC, self.SNK, 92 self.SRC, self.SNK, [BtEnum.BluetoothProfile.A2DP.value]) 98 self.SRC, self.SNK.droid.bluetoothGetLocalAddress()): 99 self.SRC.log.error("Failed to disconnect on A2dp") 103 if (is_a2dp_connected(self.SNK, self.SRC)): 130 if is_a2dp_connected(self.SNK, self.SRC): [all …]
|
D | BtCarMediaPassthroughTest.py | 55 self.SRC = self.TG 90 self.SNK, self.SRC, set([BtEnum.BluetoothProfile.A2DP_SINK.value])) 130 if not (is_a2dp_connected(self.SNK,self.SRC)): 132 self.SRC, self.SNK, set([BtEnum.BluetoothProfile.A2DP.value])) 135 self.SRC, self.SNK.droid.bluetoothGetLocalAddress()): 136 self.SRC.log.error("Failed to connect on A2dp") 238 if not (is_a2dp_connected(self.SNK,self.SRC)): 332 self.SRC, self.SNK, [BtEnum.BluetoothProfile.A2DP.value]) 335 self.SRC, self.SNK.droid.bluetoothGetLocalAddress()): 336 self.SRC.log.error("Failed to disconnect on A2dp") [all …]
|
/tools/external_updater/ |
D | regen_bp.sh | 71 SRC=`ls ./target.tmp/*/debug/build/$PKGNAME-*/out/$OUTF || 73 if [ "$SRC" != "" ]; then 74 echo "Copying $SRC to out/$OUTF" 76 cp $SRC out/$OUTF
|
/tools/asuite/aidegen/idea/ |
D | iml.py | 180 SRC=os.path.join(self._android_root, src), 184 SRC=os.path.join(self._android_root, src), 189 SRC=os.path.join(self._android_root, test), 193 SRC=os.path.join(self._android_root, test), 209 SRC=os.path.join(self._android_root, src), 213 SRC=os.path.join(self._android_root, test),
|
/tools/asuite/aidegen/lib/ |
D | eclipse_project_file_gen.py | 286 SRC=''.join(sorted(src_entries)),
|