/aosp12/frameworks/base/data/etc/ |
H A D | services.core.protolog.json | 6 "level": "DEBUG", string 12 "level": "VERBOSE", string 18 "level": "WARN", string 24 "level": "VERBOSE", string 30 "level": "DEBUG", string 36 "level": "VERBOSE", string 42 "level": "WARN", string 54 "level": "WARN", string 72 "level": "WARN", string 84 "level": "DEBUG", string [all …]
|
/aosp12/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | common.h | 13 #define LOGF(level) LOG(level) << __FUNCTION__ << "(): " argument 14 #define LOGFID(level, id) LOG(level) << __FUNCTION__ << "(): id: " << id << ": " argument 15 #define LOGF_IF(level, res) LOG_IF(level, res) << __FUNCTION__ << "(): " argument 17 #define VLOGF(level) VLOG(level) << __FUNCTION__ << "(): " argument 18 #define VLOGFID(level, id) \ argument
|
/aosp12/hardware/nxp/nfc/pn8x/halimpl/log/ |
H A D | phNxpLog.cc | 56 uint8_t level = NXPLOG_DEFAULT_LOGLEVEL; in phNxpLog_SetGlobalLogLevel() local 79 static void phNxpLog_SetHALLogLevel(uint8_t level) { in phNxpLog_SetHALLogLevel() 107 static void phNxpLog_SetExtnsLogLevel(uint8_t level) { in phNxpLog_SetExtnsLogLevel() 134 static void phNxpLog_SetTmlLogLevel(uint8_t level) { in phNxpLog_SetTmlLogLevel() 161 static void phNxpLog_SetDnldLogLevel(uint8_t level) { in phNxpLog_SetDnldLogLevel() 188 static void phNxpLog_SetNciTxLogLevel(uint8_t level) { in phNxpLog_SetNciTxLogLevel() 245 uint8_t level = phNxpLog_SetGlobalLogLevel(); in phNxpLog_InitializeLogLevel() local
|
/aosp12/hardware/nxp/nfc/snxxx/halimpl/log/ |
H A D | phNxpLog.cc | 56 uint8_t level = NXPLOG_DEFAULT_LOGLEVEL; in phNxpLog_SetGlobalLogLevel() local 79 static void phNxpLog_SetHALLogLevel(uint8_t level) { in phNxpLog_SetHALLogLevel() 107 static void phNxpLog_SetExtnsLogLevel(uint8_t level) { in phNxpLog_SetExtnsLogLevel() 134 static void phNxpLog_SetTmlLogLevel(uint8_t level) { in phNxpLog_SetTmlLogLevel() 161 static void phNxpLog_SetDnldLogLevel(uint8_t level) { in phNxpLog_SetDnldLogLevel() 188 static void phNxpLog_SetNciTxLogLevel(uint8_t level) { in phNxpLog_SetNciTxLogLevel() 245 uint8_t level = phNxpLog_SetGlobalLogLevel(); in phNxpLog_InitializeLogLevel() local
|
/aosp12/hardware/qcom/sm8150/gps/utils/ |
H A D | SkipList.h | 53 SkipNode(int level, T& data): mLevel(level), mData(data) {} in SkipNode() 80 void SkipList<T>::append(T& data, int level) { in append() 98 void SkipList<T>::pop(int level) { in pop() 118 T SkipList<T>::front(int level) { in front() 146 list<pair<T, int>> SkipList<T>::dump(int level) { in dump()
|
/aosp12/hardware/qcom/sm7250/gps/utils/ |
H A D | SkipList.h | 53 SkipNode(int level, T& data): mLevel(level), mData(data) {} in SkipNode() 80 void SkipList<T>::append(T& data, int level) { in append() 98 void SkipList<T>::pop(int level) { in pop() 118 T SkipList<T>::front(int level) { in front() 146 list<pair<T, int>> SkipList<T>::dump(int level) { in dump()
|
/aosp12/hardware/qcom/sm7150/gps/utils/ |
H A D | SkipList.h | 53 SkipNode(int level, T& data): mLevel(level), mData(data) {} in SkipNode() 80 void SkipList<T>::append(T& data, int level) { in append() 98 void SkipList<T>::pop(int level) { in pop() 118 T SkipList<T>::front(int level) { in front() 146 list<pair<T, int>> SkipList<T>::dump(int level) { in dump()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLUtils.java | 98 public static void texImage2D(int target, int level, int internalformat, in texImage2D() 124 public static void texImage2D(int target, int level, int internalformat, in texImage2D() 146 public static void texImage2D(int target, int level, Bitmap bitmap, in texImage2D() 181 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 206 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 266 private static native int native_texImage2D(int target, int level, int internalformat, in native_texImage2D() 268 private static native int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D()
|
/aosp12/system/chre/platform/slpi/ |
H A D | chre_api_re.cc | 26 inline void logToFarf(enum chreLogLevel level, const char *logStr) { in logToFarf() 44 inline ashLogLevel chreLogLevelToAshLogLevel(enum chreLogLevel level) { in chreLogLevelToAshLogLevel() 64 DLL_EXPORT void chreLog(enum chreLogLevel level, const char *formatStr, ...) { in chreLog()
|
/aosp12/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
H A D | SeatWarmerButton.java | 39 void onSeatWarmerButtonClicked(@HeatingLevel int level); in onSeatWarmerButtonClicked() 90 public void setHeatLevel(@HeatingLevel int level) { in setHeatLevel() 95 private Drawable getDrawableForState(@HeatingLevel int level) { in getDrawableForState() 109 private @HeatingLevel int getNextHeatSetting(@HeatingLevel int level) { in getNextHeatSetting()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | forgetting_curve_utils.cpp | 52 const int level = clampToVisibleEntryLevelRange(newHistoricalInfo->getLevel()); in createUpdatedHistoricalInfo() local 62 const int level = clampToValidLevelRange(newHistoricalInfo->getLevel() + 1); in createUpdatedHistoricalInfo() local 65 const int level = clampToValidLevelRange(newHistoricalInfo->getLevel()); in createUpdatedHistoricalInfo() local 162 /* static */ int ForgettingCurveUtils::clampToVisibleEntryLevelRange(const int level) { in clampToVisibleEntryLevelRange() 171 /* static */ int ForgettingCurveUtils::clampToValidLevelRange(const int level) { in clampToValidLevelRange() 194 for (int level = 0; level <= MAX_LEVEL; ++level) { in ProbabilityTable() local 216 const int tableId, const int level) { in getBaseProbabilityForLevel()
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ContentCaptureHelper.java | 67 final int level = DeviceConfig.getInt(DeviceConfig.NAMESPACE_CONTENT_CAPTURE, in setLoggingLevel() local 75 public static void setLoggingLevel(@LoggingLevel int level) { in setLoggingLevel() 96 public static String getLoggingLevelAsString(@LoggingLevel int level) { in getLoggingLevelAsString()
|
/aosp12/system/core/libcutils/ |
H A D | klog.cpp | 33 void klog_set_level(int level) { in klog_set_level() 47 void klog_writev(int level, const struct iovec* iov, int iov_count) { in klog_writev() 55 void klog_write(int level, const char* fmt, ...) { in klog_write()
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | ColorDisplayShellCommand.java | 60 final int level = getLevel(); in setSaturation() local 69 final int level = getLevel(); in setLayerSaturation() local 100 final int level; in getLevel() local
|
/aosp12/system/connectivity/wificond/scanning/ |
H A D | radio_chain_info.h | 30 RadioChainInfo(int32_t chain_id, int32_t level) in RadioChainInfo() 41 int32_t level; variable
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/metrics/ |
H A D | MediaMetricsManagerService.java | 153 int level = loggingLevel(); in reportPlaybackMetrics() local 186 int level = loggingLevel(); in reportPlaybackStateEvent() local 227 int level = loggingLevel(); in reportPlaybackErrorEvent() local 245 int level = loggingLevel(); in reportNetworkEvent() local 262 int level = loggingLevel(); in reportTrackChangeEvent() local 332 Integer level = loggingLevelInternal( in loggingLevel() local 364 Integer level = loggingLevelInternal( in loggingLevel() local
|
/aosp12/frameworks/base/core/java/com/android/internal/logging/ |
H A D | AndroidHandler.java | 147 int level = getAndroidLevel(record.getLevel()); in publish() local 161 public void publish(Logger source, String tag, Level level, String message) { in publish() 182 static int getAndroidLevel(Level level) { in getAndroidLevel()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | LogSaver.java | 57 public abstract void log(int level, String tag, String msg); in log() 110 void set(int tid, int level, long time, String tag, String message) { in set() 145 public void log(int level, String tag, String msg) { in log() 151 rec.set(Process.myTid(), level, System.currentTimeMillis(), tag, msg); in log() local 250 public void log(int level, String tag, String msg) { in log() 275 private static String getLevelString(final int level) { in getLevelString()
|
/aosp12/packages/modules/adb/client/openscreen/platform/ |
H A D | logging.cpp | 23 bool IsLoggingOn(LogLevel level, const char* file) { in IsLoggingOn() 27 void LogWithLevel(LogLevel level, const char* file, int line, std::stringstream message) { in LogWithLevel()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/autofill/ |
H A D | AutofillLoggingLevelPreferenceController.java | 96 final int level = Settings.Global.getInt(mContext.getContentResolver(), in updateOptions() local 113 int level = AutofillManager.NO_LOGGING; in writeLevel() local 118 Settings.Global.AUTOFILL_LOGGING_LEVEL, level); in writeLevel() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | BitmapTileProvider.java | 74 public Bitmap getTile(int level, int x, int y, int tileSize) { in getTile() 75 x >>= level; in getTile() local 76 y >>= level; in getTile() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | AccessPointPreference.java | 102 int level, IconInjector iconInjector) { in AccessPointPreference() 162 protected void updateIcon(int level, Context context) { in updateIcon() 220 int level = mAccessPoint.getLevel(); in refresh() local 261 int level = ap.getLevel(); in buildContentDescription() local 305 public Drawable getIcon(int level) { in getIcon() 332 public static int getWifiIconResource(int level) { in getWifiIconResource() 344 public static int getWifiIconResource(boolean showX, int level) { in getWifiIconResource()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | vlc_encode.cpp | 291 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter() 311 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_Last() 333 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra() 365 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_Last() 580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) in PutRunCoeff_Inter() 638 Int PutRunCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) in PutRunCoeff_Intra() 729 PutLevelCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) in PutLevelCoeff_Inter() 1436 Int level; in BlockCodeCoeff_RVLC() local 1509 Int level; in BlockCodeCoeff_ShortHeader() local 1578 Int level; in BlockCodeCoeff_Normal() local [all …]
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | CameraDeviceReport.java | 210 int level = p.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in printCameraInfo() local 269 public static String getTimestampSourceName(Integer level) { in getTimestampSourceName() 280 public static String getFocusDistanceCalibrationName(Integer level) { in getFocusDistanceCalibrationName() 317 public static String getHardwareLevelName(int level) { in getHardwareLevelName()
|
/aosp12/frameworks/rs/tests/lldb/tests/harness/ |
H A D | util_log.py | 33 def initialise(identifier, level=logging.INFO, print_to_stdout=False, argument 110 def log_and_print(self, msg, level=logging.INFO): argument
|