/frameworks/base/cmds/bootanimation/iot/ |
D | BootAction.cpp | 58 void* loaded = nullptr; in init() local 59 if (!loadSymbol("boot_action_init", &loaded) || loaded == nullptr) { in init() 62 mLibInit = reinterpret_cast<libInit>(loaded); in init() 64 loaded = nullptr; in init() 65 if (!loadSymbol("boot_action_shutdown", &loaded) || loaded == nullptr) { in init() 68 mLibShutdown = reinterpret_cast<libShutdown>(loaded); in init() 72 loaded = nullptr; in init() 73 if (!loadSymbol("boot_action_start_part", &loaded) || loaded == nullptr) { in init() 77 mLibStartPart = reinterpret_cast<libStartPart>(loaded); in init() 82 loaded = nullptr; in init() [all …]
|
D | BootAction.h | 54 bool loadSymbol(const char* symbol, void** loaded);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | JobStoreTest.java | 213 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testWritingTaskWithExtras() local 214 assertTasksEqual(task, loaded.getJob()); in testWritingTaskWithExtras() 233 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testWritingTaskWithSourcePackage() local 234 assertEquals("Source package not equal.", loaded.getSourcePackageName(), in testWritingTaskWithSourcePackage() 236 assertEquals("Source user not equal.", loaded.getSourceUserId(), in testWritingTaskWithSourcePackage() 255 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testWritingTaskWithFlex() local 256 assertEquals("Period not equal.", loaded.getJob().getIntervalMillis(), in testWritingTaskWithFlex() 258 assertEquals("Flex not equal.", loaded.getJob().getFlexMillis(), in testWritingTaskWithFlex() 287 JobStatus loaded = jobStatusSet.getAllJobs().iterator().next(); in testMassivePeriodClampedOnRead() local 293 loaded.getEarliestRunTime() <= newNowElapsed + TWO_HOURS); in testMassivePeriodClampedOnRead() [all …]
|
/frameworks/rs/cpu_ref/ |
D | rsCpuExecutable.cpp | 180 void *loaded = dlopen(fullPath, RTLD_NOW | RTLD_LOCAL); in loadAndDeleteSharedLibrary() local 181 if (loaded == nullptr) { in loadAndDeleteSharedLibrary() 191 return loaded; in loadAndDeleteSharedLibrary() 198 void *loaded = nullptr; in loadSharedLibrary() local 208 loaded = loadSOHelper(scriptSOName.c_str(), cacheDir, resName, alreadyLoaded); in loadSharedLibrary() 210 if (loaded == nullptr) { in loadSharedLibrary() 223 loaded = loadSOHelper(scriptSONameSystem.c_str(), cacheDir, in loadSharedLibrary() 225 if (loaded == nullptr) { in loadSharedLibrary() 232 return loaded; in loadSharedLibrary() 256 void *loaded = nullptr; in loadAsCopy() local [all …]
|
/frameworks/base/services/robotests/ |
D | README | 11 part of the framework some of our classes get loaded from these jars. This is NOT what we want, we 20 loaded, such as NoSuchMethodException, put the class involved in the exception in this annotation
|
/frameworks/base/tests/SmokeTest/tests/ |
D | Android.bp | 7 // automatically get all of its classes loaded into our environment.
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 10 app statically or dynamically, the real classes are loaded from the shared 22 This library is distributed in the system image, and loaded as
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 12 app statically or dynamically, the real classes are loaded from the shared 24 This library is distributed in the system image, and loaded as
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | ShaderCache.cpp | 67 auto loaded = mBlobCache->get(&key, sizeof(key), hash.data(), hash.size()); in validateCache() local 69 if (loaded && std::equal(hash.begin(), hash.end(), mIDHash.begin())) return true; in validateCache()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 178 Bitmap loaded = null; in DessertCaseView() local 181 opts.inBitmap = loaded; in DessertCaseView() 182 loaded = BitmapFactory.decodeResource(res, resid, opts); in DessertCaseView() 183 final BitmapDrawable d = new BitmapDrawable(res, convertToAlphaMask(loaded)); in DessertCaseView() 189 loaded = null; in DessertCaseView()
|
/frameworks/layoutlib/rename_font/ |
D | README | 4 versions are loaded. As a workaround, we rename all the fonts that we ship with
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediacodec-arm.policy | 23 # on ARM is statically loaded at 0xffff 0000. See
|
D | mediaswcodec-arm.policy | 31 # on ARM is statically loaded at 0xffff 0000. See
|
D | mediaswcodec-arm64.policy | 35 # on ARM is statically loaded at 0xffff 0000. See
|
/frameworks/base/packages/WAPPushManager/tests/ |
D | Android.bp | 30 // Email, we automatically get all of its classes loaded into
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 13 This library is distributed in the system image, and loaded as
|
/frameworks/av/media/codec2/hidl/services/seccomp_policy/ |
D | codec2.software.base-arm.policy | 34 # on ARM is statically loaded at 0xffff 0000. See
|
D | codec2.vendor.base-arm.policy | 34 # on ARM is statically loaded at 0xffff 0000. See
|
/frameworks/base/cmds/statsd/src/ |
D | active_config_list.proto | 27 // Time left in activation. When this proto is loaded after device boot,
|
/frameworks/base/location/lib/ |
D | README.txt | 14 This library is distributed in the system image, and loaded as
|
/frameworks/native/libs/android_runtime_lazy/ |
D | Android.bp | 21 // a library can be loaded without paying the cost of libandroid_runtime
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugins.md | 38 * Called when the plugin has been loaded and is ready to be used. 187 Plugins are APKs that contain code and resources that can be dynamically loaded into SystemUI. The… 197 …uild. All plugins must hold this permission for any of their code to be loaded, otherwise the inf… 217 When plugins are loaded, they are done so by creating a PathClassLoader that points at the plugin A…
|
/frameworks/base/core/proto/android/telephony/ |
D | enums.proto | 116 * SIM card state: Loaded: SIM card applications have been loaded
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 76 Each part is scanned and loaded directly from the zip archive. Within a part directory, every file
|
/frameworks/base/core/proto/android/service/ |
D | procstats.proto | 267 // Stats for each process running with the package loaded in to it.
|