Home
last modified time | relevance | path

Searched refs:cls (Results 1 – 6 of 6) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/sr1xx/
DphNxpUciHal_fwd.cc155 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 …]
DphNxpUciHal_fwd.h278 uint8_t cls; member
286 uint8_t cls; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_format_info_gen.py210 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/
Dconventions.py50 def from_string(cls, s): argument
52 return cls.OR
54 return cls.AND
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js1023 return classes.filter(function (cls) { argument
1024 return cls;
Dkatex.mjs1086 return classes.filter(cls => cls).join(" ");
9571 let arraycolsep = 5 * pt; // default value, i.e. \arraycolsep in article.cls