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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
SecondaryUserController.java 153 * @param totalSizeBytes Total size in bytes.
155 public void setTotalSize(long totalSizeBytes) {
156 mTotalSizeBytes = totalSizeBytes;
StorageItemPreferenceController.java 296 public void setTotalSize(long totalSizeBytes) {
297 mTotalSize = totalSizeBytes;
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 247 size_t totalSizeBytes = tmpSize;
252 if (bufferLength < totalSizeBytes) {
274 if (bufferLength < totalSizeBytes) {
312 if (bufferLength < totalSizeBytes) {
339 if (totalJpegSize > totalSizeBytes) {
341 __FUNCTION__, totalJpegSize, totalSizeBytes);
353 memcpy(img + totalSizeBytes - sizeof(footer), &footer, sizeof(footer));

Completed in 86 milliseconds