Searched defs:Level (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsAccess.java50 Level.DEFAULT,
51 Level.USER,
52 Level.DEVICESUMMARY,
53 Level.DEVICE,
56 public @interface Level { interface in class:NetworkStatsAccess
104 /** Returns the {@link NetworkStatsAccess.Level} for the given caller. */
105 public static @NetworkStatsAccess.Level int checkAccessLevel(
120 return NetworkStatsAccess.Level.DEVICE;
126 return NetworkStatsAccess.Level.DEVICESUMMARY;
134 return NetworkStatsAccess.Level
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h108 enum Level { enum in struct:android::ADebug
122 // - <level> is 0-5 corresponding to ADebug::Level
132 // same for ADebug::Level - performs clamping to valid debug ranges
133 static Level GetDebugLevelFromProperty(
134 const char *name, const char *propertyName, Level def = kDebugNone);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c87 int Level, LevelCode, LevelPrefix, LevelSuffix, LevelSuffixSize; local
114 Level = -1;
118 Level = +1;
120 pLevel[i] = (OMX_S16)Level;
122 DEBUG_PRINTF_2("Level[%d] = %d\n", i, pLevel[i]);
164 /* Level magnitude can't be 1 */
170 Level = (-LevelCode-1)>>1;
175 Level = (LevelCode+2)>>1;
177 pLevel[i] = (OMX_S16)Level;
179 DEBUG_PRINTF_2("Level[
[all...]
/frameworks/base/tools/aapt2/
H A DDiagnostics.h67 enum class Level { class in struct:aapt::IDiagnostics
73 virtual void log(Level level, DiagMessageActual& actualMsg) = 0;
77 log(Level::Error, actual);
82 log(Level::Warn, actual);
87 log(Level::Note, actual);
95 void log(Level level, DiagMessageActual& actualMsg) override {
99 case Level::Error:
107 case Level::Warn:
111 case Level::Note:
133 void log(Level leve
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DAssignment.h27 enum Level { enum in class:mcld::Assignment
36 Assignment(Level pLevel, Type pType, SymOperand& pSymbol, RpnExpr& pRpnExpr);
42 Level level() const { return m_Level; }
64 Level m_Level;
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
H A DLVREV.h109 LVM_UINT16 Level; /* Level, 0 to 100 representing percentage of reverb */ member in struct:__anon202
/frameworks/base/tools/aapt/
H A DSourcePos.cpp13 enum Level { enum in struct:ErrorPos
22 Level level;
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
47 ErrorPos::ErrorPos(const String8& f, int l, const String8& e, Level lev)
/frameworks/compile/slang/
H A Dslang_rs_context.h317 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, argument
320 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message));
324 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, argument
330 DiagEngine->getCustomDiagID(Level, Message));
H A Dslang_rs_reflection.cpp1974 unsigned Level = 0; local
1980 Level++;
1983 IndexVarName.append(llvm::utostr_32(Level));

Completed in 6617 milliseconds