/frameworks/base/services/core/jni/ |
D | com_android_server_HardwarePropertiesManagerService.cpp | 110 auto linked = AIBinder_linkToDeath(thermalAidlService->asBinder().get(), in getThermalHalLocked() local 112 if (linked != STATUS_OK) { in getThermalHalLocked() 113 ALOGW("Failed to link to death (AIDL): %d", linked); in getThermalHalLocked() 131 hardware::Return<bool> linked = in getThermalHalLocked() local 133 if (!linked.isOk()) { in getThermalHalLocked() 135 linked.description().c_str()); in getThermalHalLocked() 137 } 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()
|
/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/av/services/camera/libcameraservice/common/hidl/ |
D | HidlProviderInfo.cpp | 175 hardware::Return<bool> linked = interface->linkToDeath(this, /*cookie*/ mId); in initializeHidlProvider() local 176 if (!linked.isOk()) { in initializeHidlProvider() 178 __FUNCTION__, mProviderName.c_str(), linked.description().c_str()); in initializeHidlProvider() 180 } else if (!linked) { in initializeHidlProvider() 225 __FUNCTION__, mProviderName.c_str(), linked.description().c_str()); in initializeHidlProvider() 386 linked = interface->linkToDeath(this, /*cookie*/ mId); in startProviderInterface() local 387 if (!linked.isOk()) { in startProviderInterface() 392 linked.description().c_str()); in startProviderInterface() 395 } else if (!linked) { in startProviderInterface()
|
/frameworks/base/services/core/jni/gnss/ |
D | Gnss.cpp | 175 status_t linked = IInterface::asBinder(gnssHalAidl)->linkToDeath(gnssHalDeathRecipientAidl); in linkToDeath() local 176 if (linked != OK) { in linkToDeath() 185 hardware::Return<bool> linked = gnssHal->linkToDeath(gnssHalDeathRecipient, /*cookie*/ 0); in linkToDeath() local 186 if (!linked.isOk()) { in linkToDeath() 188 linked.description().c_str()); in linkToDeath() 189 } else if (!linked) { in linkToDeath()
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/testing/ |
D | Android.bp | 57 // well as in the android_test that it gets linked into. 97 // well as in the android_test that it gets 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/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorManager.cpp | 82 auto linked = in ASensorManager() local 84 if (linked != OK) { in ASensorManager()
|
/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/base/media/lib/signer/ |
D | README.txt | 11 parent classloader, regardless of whether the stub library is linked to the
|
/frameworks/av/media/module/foundation/ |
D | Android.bp | 160 // this gets linked into extractors in media mainline module
|
/frameworks/native/services/inputflinger/ |
D | InputProcessor.cpp | 115 binder_status_t linked = AIBinder_linkToDeath(binder, mRecipient, mCookie); in linkToDeath() local 116 if (linked != STATUS_OK) { in linkToDeath()
|
/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/av/media/audio/aconfig/ |
D | README.md | 21 `aconfig_declarations` with packages which intersect, these libraries are incompatible to be linked 59 file for platform code (for non-host). For tests, the library should be **statically** linked
|
/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 | 91 // Paths to all shared libraries this application is linked against. This
|
/frameworks/base/ravenwood/ |
D | Android.bp | 60 // "ravenwood-runtime-common-device" will be statically linked in device side tests.
|
/frameworks/base/ |
D | Ravenwood.bp | 295 // Provide runtime versions of utils linked in below
|
D | Android.bp | 626 // 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 | 531 // utility classes statically linked into wifi-service
|
/frameworks/base/api/ |
D | StubLibraries.bp | 885 // linked in the stubs for API surfaces (see frameworks/base/StubLibraries.bp).
|