Searched refs:ocf (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/cros/bluetooth/ |
D | hcitool.py | 19 def _execute_hcitool_cmd(self, ogf, ocf, *parameter): argument 31 params = ['hcitool', 'cmd', hex(ogf), hex(ocf)] 54 return HciToolParser.parse_payload(event_bytearray, ogf, ocf) 74 def _execute_hcitool_cmd_or_raise(self, ogf, ocf, *parameter): argument 75 result = self._execute_hcitool_cmd(ogf, ocf, *parameter) 355 def get_parsing_format(ogf, ocf): argument 363 return HciToolParser.FORMATS[(ogf, ocf)] 388 def parse_payload(payload, ogf, ocf): argument 398 cmd_output_format = HciToolParser.get_parsing_format(ogf, ocf)
|
/external/python/bumble/apps/ |
D | hci_bridge.py | 66 ogf, ocf = op_code_str.split(':') 68 hci.hci_command_op_code(int(ogf, 16), int(ocf, 16))
|
/external/cronet/third_party/icu/source/test/intltest/ |
D | loctest.cpp | 1408 UChar ocf = 0x00f4; in Test4139940() local 1410 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) { in Test4139940() 1414 str.indexOf(oda), str.indexOf(ocf)); in Test4139940()
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 1409 UChar ocf = 0x00f4; in Test4139940() local 1411 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) { in Test4139940() 1415 str.indexOf(oda), str.indexOf(ocf)); in Test4139940()
|
/external/python/bumble/bumble/ |
D | hci.py | 46 def hci_command_op_code(ogf, ocf): argument 47 return ogf << 10 | ocf
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 4174 2ocf
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/ |
D | hci.emb | 959 0 [+10] UInt ocf
|