/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Picture.java | 235 private static native long nativeCreateFromStream(InputStream stream, byte[] storage); in nativeCreateFromStream() 242 OutputStream stream, byte[] storage); in nativeWriteToStream()
|
/aosp12/system/core/libcutils/ |
H A D | native_handle.cpp | 25 native_handle_t* native_handle_init(char* storage, int numFds, int numInts) { in native_handle_init()
|
/aosp12/frameworks/av/media/mtp/ |
H A D | MtpServer.cpp | 137 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 D | SortedVector.h | 257 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 D | SortedVector.h | 257 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 D | impl_common.cpp | 33 namespace android::hardware::health::storage { namespace
|
/aosp14/frameworks/base/services/core/java/com/android/server/storage/ |
H A D | DeviceStorageMonitorService.java | 178 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 D | NotificationChannels.java | 68 final NotificationChannel storage = new NotificationChannel( in createAll() local
|
/aosp12/art/compiler/driver/ |
H A D | compiled_method_storage_test.cc | 26 CompiledMethodStorage storage(/* swap_fd= */ -1); in TEST() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
H A D | MigrateEstimateTask.java | 70 final StorageManager storage = mContext.getSystemService(StorageManager.class); in doInBackground() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/ |
H A D | AppStorageSettings.java | 276 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 D | android_mtp_MtpServer.cpp | 202 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 D | android_mtp_MtpServer.cpp | 202 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 D | device.cc | 28 namespace storage { namespace
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NotificationChannels.java | 85 final NotificationChannel storage = new NotificationChannel( in createAll() local
|
/aosp12/art/compiler/ |
H A D | compiler.h | 102 CompiledMethodStorage* storage, in Compiler()
|
/aosp12/art/libartbase/base/ |
H A D | bit_struct_detail.h | 70 static constexpr T FromUnderlyingStorage(StorageType storage) { in FromUnderlyingStorage()
|
H A D | arena_bit_vector.cc | 56 void* storage = allocator->template Alloc<ArenaBitVectorAllocator>(kind); in Create() local
|
H A D | bit_vector.cc | 30 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 D | profile_test_helper.h | 184 std::vector<std::unique_ptr<const DexFile>> storage; variable
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | MovePackageHelper.java | 80 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 D | android_os_NativeHandle.cpp | 55 JNIEnv *env, jobject jHandle, EphemeralStorage *storage) { in MakeCppNativeHandle()
|
/aosp12/hardware/interfaces/health/storage/1.0/vts/functional/ |
H A D | VtsHalHealthStorageV1_0TargetTest.cpp | 32 namespace storage { namespace
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_os_NativeHandle.cpp | 55 JNIEnv *env, jobject jHandle, EphemeralStorage *storage) { in MakeCppNativeHandle()
|
/aosp12/system/nvram/hal/ |
H A D | memory_storage.cpp | 20 namespace storage { namespace
|