Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/automotive/can/1.0/
Dtypes.hal76 * ((receivedId & mask) == (id & mask)) == !exclude
78 * In order for set of filters to match, at least one non-exclude filters must match (if there is
79 * one) and all exclude filters must match. In other words:
80 * - a single matching non-exclude filter makes the whole set matching;
90 /** 'exclude' *DOES* apply to rtr and extendedFormat! */
91 bool exclude;
/hardware/broadcom/wlan/
D.gitignore6 # NOTE! Please use 'git-ls-files -i --exclude-standard'
/hardware/interfaces/automotive/can/1.0/default/tests/fuzzer/
DAutomotiveCanV1_0Fuzzer.cpp178 filterVector[k].exclude = mFuzzedDataProvider->ConsumeBool(); in invokeBus()
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal87 * This option can be used to exclude all DFS channels from the ACS
/hardware/interfaces/automotive/can/1.0/default/
DCanBus.cpp256 if (rule.exclude) { in match()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Drevisions.adoc40 description to exclude types without definitions in the Vulkan
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp1743 uint64_t exclude = GEOMETRY_LAYER_SOURCECROP_CHANGED; in shouldSignalNonIdle() local
1744 if ((mGeometryChanged & ~exclude) != 0) { in shouldSignalNonIdle()