Searched refs:read_version (Results 1 - 4 of 4) sorted by relevance

/external/autotest/server/cros/bluetooth/
H A Dbluetooth_device.py258 def read_version(self): member in class:BluetoothDevice
265 return json.loads(self._proxy.read_version())
/external/vulkan-validation-layers/windowsRuntimeInstaller/
H A Dconfigure_runtime.c129 int read_version(const char* version_string, struct SDKVersion* version);
341 CHECK_ERROR(read_version(value, (*install_versions) + *count));
401 int read_version(const char* version_string, struct SDKVersion* version) function
/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_socket.py476 (version, revision) = self.read_version()
481 def read_version(self): member in class:BluetoothControlSocket
/external/autotest/client/cros/bluetooth/
H A Dbluetooth_device_xmlrpc_server.py544 def read_version(self): member in class:BluetoothDeviceXmlRpcDelegate
551 return json.dumps(self._control.read_version())

Completed in 292 milliseconds