Home
last modified time | relevance | path

Searched defs:storage (Results 51 – 75 of 204) sorted by relevance

123456789

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPicture.java235 private static native long nativeCreateFromStream(InputStream stream, byte[] storage); in nativeCreateFromStream()
242 OutputStream stream, byte[] storage); in nativeWriteToStream()
/aosp12/system/core/libcutils/
H A Dnative_handle.cpp25 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
/aosp12/frameworks/av/media/mtp/
H A DMtpServer.cpp137 void MtpServer::addStorage(MtpStorage* storage) { in addStorage()
144 void MtpServer::removeStorage(MtpStorage* storage) { in removeStorage()
550 MtpStorage* storage = getStorage(id); in doGetStorageInfo() local
939 MtpStorage* storage = getStorage(storageID); in doSendObjectInfo() local
1060 MtpStorage* storage = getStorage(storageID); in doMoveObject() local
1139 MtpStorage* storage = getStorage(storageID); in doCopyObject() local
/aosp12/system/core/libutils/include/utils/
H A DSortedVector.h257 UTILS_VECTOR_NO_CFI void SortedVector<TYPE>::do_construct(void* storage, size_t num) const { in do_construct()
262 void SortedVector<TYPE>::do_destroy(void* storage, size_t num) const { in do_destroy()
/aosp14/system/core/libutils/include/utils/
H A DSortedVector.h257 UTILS_VECTOR_NO_CFI void SortedVector<TYPE>::do_construct(void* storage, size_t num) const { in do_construct()
262 void SortedVector<TYPE>::do_destroy(void* storage, size_t num) const { in do_destroy()
/aosp12/hardware/interfaces/health/storage/impl_common/
H A Dimpl_common.cpp33 namespace android::hardware::health::storage { namespace
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java178 final StorageManager storage = getContext().getSystemService(StorageManager.class); in checkLow() local
258 final StorageManager storage = getContext().getSystemService(StorageManager.class); in checkHigh() local
462 final StorageManager storage = getContext().getSystemService(StorageManager.class); in dumpImpl() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java68 final NotificationChannel storage = new NotificationChannel( in createAll() local
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage_test.cc26 CompiledMethodStorage storage(/* swap_fd= */ -1); in TEST() local
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DMigrateEstimateTask.java70 final StorageManager storage = mContext.getSystemService(StorageManager.class); in doInBackground() local
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStorageSettings.java276 final StorageManager storage = getContext().getSystemService(StorageManager.class); in refreshUi() local
328 final StorageManager storage = context.getSystemService(StorageManager.class); in initMoveDialog() local
/aosp12/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp202 MtpStorage* storage = new MtpStorage(storageID, pathStr, descriptionStr, in android_mtp_MtpServer_add_storage() local
223 MtpStorage* storage = server->getStorage(storageId); in android_mtp_MtpServer_remove_storage() local
/aosp14/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp202 MtpStorage* storage = new MtpStorage(storageID, pathStr, descriptionStr, in android_mtp_MtpServer_add_storage() local
223 MtpStorage* storage = server->getStorage(storageId); in android_mtp_MtpServer_remove_storage() local
/aosp12/system/bt/gd/storage/
H A Ddevice.cc28 namespace storage { namespace
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNotificationChannels.java85 final NotificationChannel storage = new NotificationChannel( in createAll() local
/aosp12/art/compiler/
H A Dcompiler.h102 CompiledMethodStorage* storage, in Compiler()
/aosp12/art/libartbase/base/
H A Dbit_struct_detail.h70 static constexpr T FromUnderlyingStorage(StorageType storage) { in FromUnderlyingStorage()
H A Darena_bit_vector.cc56 void* storage = allocator->template Alloc<ArenaBitVectorAllocator>(kind); in Create() local
H A Dbit_vector.cc30 uint32_t* storage) in BitVector()
319 uint32_t BitVector::NumSetBits(const uint32_t* storage, uint32_t end) { in NumSetBits()
/aosp12/art/libprofile/profile/
H A Dprofile_test_helper.h184 std::vector<std::unique_ptr<const DexFile>> storage; variable
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DMovePackageHelper.java80 final StorageManager storage = mPm.mInjector.getSystemService(StorageManager.class); in movePackageInternal() local
312 final StorageManager storage = mPm.mInjector.getSystemService(StorageManager.class); in logAppMovedStorage() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_NativeHandle.cpp55 JNIEnv *env, jobject jHandle, EphemeralStorage *storage) { in MakeCppNativeHandle()
/aosp12/hardware/interfaces/health/storage/1.0/vts/functional/
H A DVtsHalHealthStorageV1_0TargetTest.cpp32 namespace storage { namespace
/aosp14/frameworks/base/core/jni/
H A Dandroid_os_NativeHandle.cpp55 JNIEnv *env, jobject jHandle, EphemeralStorage *storage) { in MakeCppNativeHandle()
/aosp12/system/nvram/hal/
H A Dmemory_storage.cpp20 namespace storage { namespace

123456789