/frameworks/rs/driver/ |
D | README.txt | 12 assumptions. This is important because when user bitcode is linked to 13 libclcore.bc (bcc::Script::LinkRuntime()) the linked bitcode is
|
/frameworks/base/services/core/jni/ |
D | com_android_server_HardwarePropertiesManagerService.cpp | 100 hardware::Return<bool> linked = gThermalHal->linkToDeath( in getThermalHalLocked() local 102 if (!linked.isOk()) { in getThermalHalLocked() 104 linked.description().c_str()); in getThermalHalLocked() 106 } else if (!linked) { in getThermalHalLocked()
|
D | com_android_server_am_BatteryStatsService.cpp | 246 hardware::Return<bool> linked = gPowerStatsHalV1_0->linkToDeath(gDeathRecipient, 0); in getPowerStatsHalLocked() local 247 if (!linked.isOk()) { in getPowerStatsHalLocked() 249 linked.description().c_str()); in getPowerStatsHalLocked() 252 } else if (!linked) { in getPowerStatsHalLocked()
|
D | com_android_server_powerstats_PowerStatsService.cpp | 103 hardware::Return<bool> linked = in connectToPowerStatsHal() local 105 if (!linked.isOk()) { in connectToPowerStatsHal() 107 linked.description().c_str()); in connectToPowerStatsHal() 110 } else if (!linked) { in connectToPowerStatsHal()
|
D | com_android_server_location_GnssLocationProvider.cpp | 1670 hardware::Return<bool> linked = gnssHal->linkToDeath(gnssHalDeathRecipient, /*cookie*/ 0); in android_location_gnss_hal_GnssNative_init_once() local 1671 if (!linked.isOk()) { in android_location_gnss_hal_GnssNative_init_once() 1673 linked.description().c_str()); in android_location_gnss_hal_GnssNative_init_once() 1674 } else if (!linked) { in android_location_gnss_hal_GnssNative_init_once()
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorManager.cpp | 73 Return<bool> linked = mManager->linkToDeath(mDeathRecipient, /*cookie*/ 0); in ASensorManager() local 74 if (!linked.isOk()) { in ASensorManager() 76 linked.description().c_str(); in ASensorManager() 77 } else if (!linked) { in ASensorManager()
|
/frameworks/base/apex/appsearch/framework/ |
D | jarjar-rules.txt | 2 # between this module and the other versions of the utility classes linked into
|
/frameworks/base/apex/appsearch/service/ |
D | jarjar-rules.txt | 8 # between this module and the other versions of the utility classes linked into
|
/frameworks/base/apex/jobscheduler/service/ |
D | jarjar-rules.txt | 2 # between this module and the other versions of the utility classes linked into
|
/frameworks/base/tools/aapt2/ |
D | ResourcesInternal.proto | 27 // This is used to represent a compiled file before it is linked. Only useful to aapt2.
|
/frameworks/base/media/lib/remotedisplay/ |
D | README.txt | 9 parent classloader, regardless of whether the stub library is linked to the
|
/frameworks/native/services/inputflinger/ |
D | InputClassifier.cpp | 149 const bool linked = service->linkToDeath(deathRecipient, 0 /* cookie */).withDefault(false); in create() local 150 if (!linked) { in create()
|
/frameworks/base/media/lib/signer/ |
D | README.txt | 11 parent classloader, regardless of whether the stub library is linked to the
|
/frameworks/av/media/libstagefright/foundation/ |
D | Android.bp | 153 // this gets linked into extractors in media mainline module
|
/frameworks/base/cmds/app_process/ |
D | Android.bp | 38 // This commonly happens with C++ vaguely-linked entities, such as template
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 354 GLint linked = 0; in LinkProgram() local 355 glGetProgramiv(program, GL_LINK_STATUS, &linked); in LinkProgram() 356 if (linked != GL_TRUE) { in LinkProgram()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 73 When a program is linked with a library, whether statically or using 106 linked with the Library has the freedom and the wherewithal to run 125 prepared so as to be conveniently linked with application programs 242 linked with it, is called a "work that uses the Library". Such a 256 linked without the Library, or if the work is itself a library. The 269 whether or not they are linked directly with the Library itself. 289 Sections 1 and 2 above); and, if the work is an executable linked
|
/frameworks/base/core/proto/android/content/ |
D | package_item_info.proto | 90 // Paths to all shared libraries this application is linked against. This
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.cpp | 1410 hardware::Return<bool> linked = interface->linkToDeath(this, /*cookie*/ mId); in initialize() local 1411 if (!linked.isOk()) { in initialize() 1413 __FUNCTION__, mProviderName.c_str(), linked.description().c_str()); in initialize() 1415 } else if (!linked) { in initialize() 1460 __FUNCTION__, mProviderName.c_str(), linked.description().c_str()); in initialize() 1559 hardware::Return<bool> linked = interface->linkToDeath(this, /*cookie*/ mId); in startProviderInterface() local 1560 if (!linked.isOk()) { in startProviderInterface() 1562 __FUNCTION__, mProviderName.c_str(), linked.description().c_str()); in startProviderInterface() 1565 } else if (!linked) { in startProviderInterface()
|
/frameworks/base/ |
D | Android.bp | 454 // utility classes statically linked into framework-wifi and dynamically linked
|
/frameworks/compile/slang/ |
D | NOTICE | 198 Note: libclang*.a are statically linked. 268 Note: libLLVM*.a are statically linked.
|
/frameworks/base/core/java/ |
D | Android.bp | 372 // utility classes statically linked into wifi-service
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 140 // able to be linked. It is not intended to be executed!
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 138 // able to be linked. It is not intended to be executed!
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 120 // able to be linked. It is not intended to be executed!
|