Searched refs:cls (Results 1 – 6 of 6) sorted by relevance
/hardware/nxp/uwb/halimpl/hal/sr1xx/ |
D | phNxpUciHal_fwd.cc | 155 switch (gphHbci_MisoApdu.cls) in phHbci_GeneralStatus() 227 ALOGD("ERROR: Unknown General Class 0x%02x\n", gphHbci_MisoApdu.cls); in phHbci_GeneralStatus() 247 expCls = (gphHbci_MosiApdu.cls & (uint8_t)PHHBCI_CLASS_MASK) | phHbci_SubClass_Answer; in phHbci_QueryInfo() 277 gphHbci_MosiApdu.cls = (uint8_t)(phHbci_Class_General | phHbci_SubClass_Ack); in phHbci_QueryInfo() 280 if (gphHbci_MisoApdu.cls != expCls) in phHbci_QueryInfo() 282 ALOGD("ERROR: Invalid Class - Exp 0x%02x, Got 0x%02x\n", expCls, gphHbci_MisoApdu.cls); in phHbci_QueryInfo() 336 if (gphHbci_MosiApdu.cls != (uint8_t)(phHbci_Class_General | phHbci_SubClass_Query)) in phHbci_GetGeneralInfo() 338 ALOGD("ERROR: Invalid General Info Class = 0x%02x\n", gphHbci_MosiApdu.cls); in phHbci_GetGeneralInfo() 372 switch (gphHbci_MosiApdu.cls) in phHbci_GetInfo() 379 ALOGD("ERROR: No Info Defined For Class = 0x%02x\n", gphHbci_MosiApdu.cls); in phHbci_GetInfo() [all …]
|
D | phNxpUciHal_fwd.h | 278 uint8_t cls; member 286 uint8_t cls; member
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_format_info_gen.py | 210 if f.cls not in classes: 211 classes[f.cls] = FormatClass(f.cls, {}) 212 classes[f.cls].formats[f.name] = f 214 extensions[f.ext] = Extension(f.cls, {})
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | conventions.py | 50 def from_string(cls, s): argument 52 return cls.OR 54 return cls.AND
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.js | 1023 return classes.filter(function (cls) { argument 1024 return cls;
|
D | katex.mjs | 1086 return classes.filter(cls => cls).join(" "); 9571 let arraycolsep = 5 * pt; // default value, i.e. \arraycolsep in article.cls
|