Searched refs:otherFilter (Results 1 – 1 of 1) sorted by relevance
29 const chreBleGenericFilter &otherFilter) { in filtersMatch() argument30 return filter.len == otherFilter.len && filter.type == otherFilter.type && in filtersMatch()31 (memcmp(filter.data, otherFilter.data, filter.len) == 0) && in filtersMatch()32 (memcmp(filter.dataMask, otherFilter.dataMask, filter.len) == 0); in filtersMatch()37 const chreBleBroadcasterAddressFilter &otherFilter) { in broadcasterFiltersMatch() argument38 return (memcmp(filter.broadcasterAddress, otherFilter.broadcasterAddress, in broadcasterFiltersMatch()128 for (const chreBleGenericFilter &otherFilter : otherFilters) { in mergeWith() local131 if (filtersMatch(filter, otherFilter)) { in mergeWith()138 if (!mGenericFilters.push_back(otherFilter)) { in mergeWith()145 for (const chreBleBroadcasterAddressFilter &otherFilter : in mergeWith() local[all …]