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

  /system/core/libunwindstack/
Regs.h 31 LOCATION_UNKNOWN = 0,
Regs.cpp 56 case LOCATION_UNKNOWN:
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 354 childViewState.location = ExpandableViewState.LOCATION_UNKNOWN;
376 if (childViewState.location == ExpandableViewState.LOCATION_UNKNOWN) {
ExpandableViewState.java 51 public static final int LOCATION_UNKNOWN = 0x00;
  /system/core/libunwindstack/tests/
RegsTest.cpp 54 : RegsTmpl<TypeParam>(total_regs, regs_sp, Regs::Location(Regs::LOCATION_UNKNOWN, 0)) {}

Completed in 882 milliseconds