Home
last modified time | relevance | path

Searched defs:devices (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/trace_collection/
Dconnection.ts31 devices(): Device; method
Dproxy_connection.ts43 devices() { method in ProxyConnection
Dproxy_client.ts261 devices: Device = {}; property in ProxyClient
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
DMainActivity.java284 AudioDeviceInfo[] devices = audioManager.getDevices(AudioManager.GET_DEVICES_OUTPUTS); in speakerIsSupported() local