Lines Matching refs:simplePredicate
35 const SimplePredicate& simplePredicate,
39 mCountNesting = simplePredicate.count_nesting();
41 if (simplePredicate.has_start()) {
42 auto pair = trackerNameIndexMap.find(simplePredicate.start());
44 ALOGW("Start matcher %lld not found in the config", (long long)simplePredicate.start());
53 if (simplePredicate.has_stop()) {
54 auto pair = trackerNameIndexMap.find(simplePredicate.stop());
56 ALOGW("Stop matcher %lld not found in the config", (long long)simplePredicate.stop());
65 if (simplePredicate.has_stop_all()) {
66 auto pair = trackerNameIndexMap.find(simplePredicate.stop_all());
68 ALOGW("Stop all matcher %lld found in the config", (long long)simplePredicate.stop_all());
77 if (simplePredicate.has_dimensions()) {
78 translateFieldMatcher(simplePredicate.dimensions(), &mOutputDimensions);
83 mContainANYPositionInInternalDimensions = HasPositionANY(simplePredicate.dimensions());
86 if (simplePredicate.initial_value() == SimplePredicate_InitialValue_FALSE) {
250 VLOG("SimplePredicate %lld nonSlicedChange? %d", (long long)mConditionId,