Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/aidl/
DTEST_MAPPING8 …"exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Vsr_Bluetooth5Requireme…
19 …"exclude-filter": "VtsHalBluetoothTargetTest.PerInstance/BluetoothAidlTest#Vsr_Bluetooth5Requireme…
/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.cpp161 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/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp6427 uint64_t exclude = GEOMETRY_LAYER_TYPE_CHANGED; in needUpdateRRIndicator() local
6428 return (mGeometryChanged & ~exclude) > 0 || mBufferUpdates > 0; in needUpdateRRIndicator()