/packages/apps/Nfc/nci/jni/extns/pn54x/src/log/ |
D | phNxpLog.c | 56 uint8_t level = NXPLOG_DEFAULT_LOGLEVEL; in phNxpLog_SetGlobalLogLevel() local 80 static void phNxpLog_SetHALLogLevel (uint8_t level) in phNxpLog_SetHALLogLevel() 111 static void phNxpLog_SetExtnsLogLevel (uint8_t level) in phNxpLog_SetExtnsLogLevel() 141 static void phNxpLog_SetTmlLogLevel (uint8_t level) in phNxpLog_SetTmlLogLevel() 171 static void phNxpLog_SetDnldLogLevel (uint8_t level) in phNxpLog_SetDnldLogLevel() 201 static void phNxpLog_SetNciTxLogLevel (uint8_t level) in phNxpLog_SetNciTxLogLevel() 256 uint8_t level = phNxpLog_SetGlobalLogLevel (); in phNxpLog_InitializeLogLevel() local
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | SeatWarmerButton.java | 37 void onSeatWarmerButtonClicked(@HeatingLevel int level); in onSeatWarmerButtonClicked() 88 public void setHeatLevel(@HeatingLevel int level) { in setHeatLevel() 93 private Drawable getDrawableForState(@HeatingLevel int level) { in getDrawableForState() 107 private @HeatingLevel int getNextHeatSetting(@HeatingLevel int level) { in getNextHeatSetting()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
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()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
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()
|
D | LogUtil.java | 219 private static void println(final int level, final String tag, final String msg) { in println() 236 public static void save(final int level, final String tag, final String msg) { in save() 247 public static boolean isLoggable(final String tag, final int level) { in isLoggable()
|
D | ConnectivityUtil.java | 223 final int level = (levelDbm < levelEcio) ? levelDbm : levelEcio; in getCdmaLevel() local 244 final int level = (levelEvdoDbm < levelEvdoSnr) ? levelEvdoDbm : levelEvdoSnr; in getEvdoLevel() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
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
|
D | TileImageView.java | 142 public Bitmap getTile(int level, int x, int y, int tileSize); in getTile() 255 int level = tile.mTileLevel; in layoutTiles() local 291 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 302 int cX, int cY, int level, float scale, int rotation) { in getRange() 411 int level = mLevel; in render() local 512 private synchronized Tile obtainTile(int x, int y, int level) { in obtainTile() 535 private void activateTile(int x, int y, int level) { in activateTile() 548 private Tile getTile(int x, int y, int level) { in getTile() 552 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 590 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
D | TileImageViewAdapter.java | 87 public Bitmap getTile(int level, int x, int y, int tileSize) { in getTile() 141 int level, int x, int y, int tileSize) { in getTileWithoutReusingBitmap()
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
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()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 158 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile() 311 int level = tile.mTileLevel; in layoutTiles() local 349 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 360 int cX, int cY, int level, float scale, int rotation) { in getRange() 420 int level = mLevel; in draw() local 519 private Tile obtainTile(int x, int y, int level) { in obtainTile() 546 private void activateTile(int x, int y, int level) { in activateTile() 559 private Tile getTile(int x, int y, int level) { in getTile() 563 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 597 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 158 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile() 311 int level = tile.mTileLevel; in layoutTiles() local 349 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 360 int cX, int cY, int level, float scale, int rotation) { in getRange() 420 int level = mLevel; in draw() local 519 private Tile obtainTile(int x, int y, int level) { in obtainTile() 546 private void activateTile(int x, int y, int level) { in activateTile() 559 private Tile getTile(int x, int y, int level) { in getTile() 563 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 597 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
/packages/apps/Nfc/nci/jni/ |
D | PowerSwitch.cpp | 97 void PowerSwitch::initialize (PowerLevel level) in initialize() 140 PowerLevel level = UNKNOWN_LEVEL; in getLevel() local 400 const char* PowerSwitch::powerLevelToString (PowerLevel level) in powerLevelToString()
|
/packages/apps/TV/common/src/com/android/tv/common/ |
D | MemoryManageable.java | 28 void performTrimMemory(int level); in performTrimMemory()
|
D | TvContentRatingCache.java | 139 public void performTrimMemory(int level) { in performTrimMemory()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | ProcessStatsMemDetail.java | 107 float level, CharSequence value) { in addDetailsItem() 126 float level = ((float)mMemTimes[i])/mTotalTime; in fillMemStateSection() local 135 float level = (float)(weight/mMemTotalWeight); in addMemUseDetailsItem() local
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
D | HvacController.java | 78 public void onPassengerSeatWarmerChange(int level) { in onPassengerSeatWarmerChange() 81 public void onDriverSeatWarmerChange(int level) { in onDriverSeatWarmerChange() 255 void handleSeatWarmerUpdate(int zone, int level) { in handleSeatWarmerUpdate() 436 public void setDriverSeatWarmerLevel(int level) { in setDriverSeatWarmerLevel() 440 public void setPassengerSeatWarmerLevel(int level) { in setPassengerSeatWarmerLevel() 444 public void setSeatWarmerLevel(final int zone, final int level) { in setSeatWarmerLevel()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | historical_info.h | 30 HistoricalInfo(const int timestamp, const int level, const int count) in HistoricalInfo()
|
/packages/apps/Gallery2/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 125 public Bitmap getTile(int level, int x, int y, Bitmap bitmap) { in getTile() 156 int level, int x, int y, int tileSize) { in getTileWithoutReusingBitmap()
|
/packages/apps/TV/src/com/android/tv/parental/ |
D | ContentRatingLevelPolicy.java | 38 @ContentRatingLevel int level) { in getRatingsForLevel()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
D | ProbabilityInfo.java | 51 public ProbabilityInfo(final int probability, final int timestamp, final int level, in ProbabilityInfo()
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ActivityMusic.java | 708 final short level = (short) (progress + mEqualizerMinBandLevel); in onProgressChanged() local 759 final int level = bandLevels[band]; in equalizerUpdateDisplay() local 773 private void equalizerBandUpdate(final int band, final int level) { in equalizerBandUpdate()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | WifiDetailActivity.java | 113 int level = WifiManager.calculateSignalLevel( in getSignalString() local
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | PieItem.java | 34 private int level; field in PieItem 52 public PieItem(Drawable drawable, int level) { in PieItem()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | DocumentsApplication.java | 103 public void onTrimMemory(int level) { in onTrimMemory()
|