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

  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 581 PD.getActivePath().push_front(C);
599 C = cast<PathDiagnosticCallPiece>(PD.getActivePath().front());
602 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
644 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
696 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
702 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
714 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
736 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
759 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
766 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
SystemAudioAction.java 119 int param = tv().getActivePath();
HdmiCecLocalDeviceTv.java 472 HdmiDeviceInfo info = getDeviceInfoByPath(getActivePath());
559 HdmiCecMessageBuilder.buildActiveSource(mAddress, getActivePath()));
668 if (isTailOfActivePath(path, getActivePath())) {
671 startRoutingControl(getActivePath(), newPath, false, null);
711 if (HdmiUtils.isAffectingActiveRoutingPath(getActivePath(), currentPath)) {
    [all...]
HdmiCecLocalDevice.java 794 int getActivePath() {
    [all...]
HdmiControlService.java     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 749 PathPieces &getActivePath() {
772 getActivePath().push_back(EndPiece.release());

Completed in 298 milliseconds