HomeSort by relevance Sort by last modified time
    Searched defs:match_rule (Results 1 - 6 of 6) sorted by null

  /external/google-benchmark/test/
output_test.h 33 int match_rule; member in struct:TestCase
  /external/libcxx/utils/google-benchmark/test/
output_test.h 33 int match_rule; member in struct:TestCase
  /external/libchrome/dbus/
object_manager.cc 213 const std::string match_rule = local
223 bus_->AddMatch(match_rule, error.get());
225 LOG(ERROR) << "ObjectManager failed to add match rule \"" << match_rule
231 match_rule_ = match_rule;
object_proxy.cc 217 for (const auto& match_rule : match_rules_) {
219 bus_->RemoveMatch(match_rule, error.get());
222 LOG(ERROR) << "Failed to remove match rule: " << match_rule;
397 // Add a match_rule listening NameOwnerChanged for the well-known name
431 const std::string match_rule = local
435 return AddMatchRuleWithCallback(match_rule,
603 const std::string& match_rule,
606 DCHECK(!match_rule.empty());
610 if (match_rules_.find(match_rule) == match_rules_.end()) {
612 bus_->AddMatch(match_rule, error.get())
    [all...]
  /frameworks/base/media/java/android/media/audiopolicy/
AudioMixingRule.java 119 final int match_rule = mRule & ~RULE_EXCLUSION_MASK; local
120 switch (match_rule) {
131 Log.e("AudioMixMatchCriterion", "Unknown match rule" + match_rule
171 final int match_rule = rule & ~RULE_EXCLUSION_MASK; local
172 switch (match_rule) {
183 final int match_rule = rule & ~RULE_EXCLUSION_MASK; local
184 switch (match_rule) {
193 private static boolean isAudioAttributeRule(int match_rule) {
194 switch(match_rule) {
334 final int match_rule = rule & ~RULE_EXCLUSION_MASK local
382 final int match_rule = rule & ~RULE_EXCLUSION_MASK; local
448 final int match_rule = rule & ~RULE_EXCLUSION_MASK; local
    [all...]
  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 1673 const uint32_t match_rule = nCriterion.mRule & ~RULE_EXCLUSION_MASK; local
    [all...]

Completed in 124 milliseconds