Searched refs:register_profile (Results 1 - 9 of 9) sorted by relevance
/external/fio/ |
H A D | profile.h | 45 int register_profile(struct profile_ops *);
|
H A D | profile.c | 64 int register_profile(struct profile_ops *ops) function
|
/external/autotest/server/cros/bluetooth/ |
H A D | bluetooth_device.py | 224 def register_profile(self, path, uuid, options): member in class:BluetoothDevice 235 return self._proxy.register_profile(path, uuid, options)
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/ |
H A D | bluetooth_SDP_ServiceSearchRequestBasic.py | 93 self.device.register_profile(path_str, uuid_str, {})
|
/external/fio/profiles/ |
H A D | tiobench.c | 124 if (register_profile(&tiobench_profile))
|
H A D | act.c | 472 if (register_profile(&act_profile))
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/ |
H A D | bluetooth_SDP_ServiceAttributeRequest.py | 433 self.device.register_profile(self.FAKE_SERVICE_PATH,
|
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/ |
H A D | bluetooth_SDP_ServiceSearchAttributeRequest.py | 460 self.device.register_profile(self.FAKE_SERVICE_PATH,
|
/external/autotest/client/cros/bluetooth/ |
H A D | bluetooth_device_xmlrpc_server.py | 493 def register_profile(self, path, uuid, options): member in class:BluetoothDeviceXmlRpcDelegate
|
Completed in 280 milliseconds