OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_chameleond_proxy
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/cros/chameleon/
usb_controller.py
22
self.
_chameleond_proxy
= chameleon_connection.chameleond_proxy
39
self.
_chameleond_proxy
.SetUSBDriverPlaybackConfigs(playback_data_format)
56
self.
_chameleond_proxy
.SetUSBDriverCaptureConfigs(capture_data_foramt)
audio_board.py
116
self.
_chameleond_proxy
= chameleon_connection.chameleond_proxy
141
self.
_chameleond_proxy
.AudioBoardConnect(self.bus_index, endpoint)
154
self.
_chameleond_proxy
.AudioBoardDisconnect(self.bus_index, endpoint)
237
self.
_chameleond_proxy
= chameleon_connection.chameleond_proxy
238
if not self.
_chameleond_proxy
.AudioBoardHasJackPlugger():
246
self.
_chameleond_proxy
.AudioBoardAudioJackPlug()
252
self.
_chameleond_proxy
.AudioBoardAudioJackUnplug()
269
self.
_chameleond_proxy
= chameleon_connection.chameleond_proxy
274
self.
_chameleond_proxy
.AudioBoardResetBluetooth()
280
self.
_chameleond_proxy
.AudioBoardDisableBluetooth(
[
all
...]
chameleon_bluetooth_audio.py
162
self.
_chameleond_proxy
= chameleon_connection.chameleond_proxy
167
self.
_chameleond_proxy
.ResetBluetoothRef()
173
self.
_chameleond_proxy
.EnableBluetoothRef()
178
self.
_chameleond_proxy
.DisableBluetoothRef()
190
return self.
_chameleond_proxy
.IsBluetoothRefEnabled()
chameleon.py
226
self.
_chameleond_proxy
= chameleon_connection
228
if self.
_chameleond_proxy
.HasAudioBoard():
241
self.
_chameleond_proxy
.Reset()
267
self.
_chameleond_proxy
.Reboot()
284
ports = self.
_chameleond_proxy
.ProbePorts()
285
return [ChameleonPort(self.
_chameleond_proxy
, port) for port in ports]
293
ports = self.
_chameleond_proxy
.ProbeInputs()
294
return [ChameleonPort(self.
_chameleond_proxy
, port) for port in ports]
302
ports = self.
_chameleond_proxy
.ProbeOutputs()
303
return [ChameleonPort(self.
_chameleond_proxy
, port) for port in ports
[
all
...]
Completed in 1449 milliseconds