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

  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 52 static int loadEffect(cnode *node);
516 loadEffect(node);
522 int loadEffect(cnode *root)
537 ALOGW("loadEffect() could not get library %s", node->value);
546 ALOGW("loadEffect() invalid uuid %s", node->value);
561 ALOGV("loadEffect() read descriptor %p:%s",d, s);
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp     [all...]

Completed in 36 milliseconds