/aosp14/frameworks/base/services/core/jni/ |
H A 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()
|
H A 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()
|
H A 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()
|
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A 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()
|
/aosp14/frameworks/base/core/proto/android/nfc/ |
H A D | Android.bp | 28 // Will be statically linked by `framework-nfc`.
|
/aosp14/frameworks/base/apex/jobscheduler/service/ |
H A D | jarjar-rules.txt | 2 # between this module and the other versions of the utility classes linked into
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourcesInternal.proto | 27 // This is used to represent a compiled file before it is linked. Only useful to aapt2.
|
/aosp14/frameworks/base/media/lib/remotedisplay/ |
H A D | README.txt | 9 parent classloader, regardless of whether the stub library is linked to the
|
/aosp14/frameworks/base/media/lib/signer/ |
H A D | README.txt | 11 parent classloader, regardless of whether the stub library is linked to the
|
/aosp14/frameworks/base/cmds/app_process/ |
H A D | Android.bp | 38 // This commonly happens with C++ vaguely-linked entities, such as template
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A 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()
|
/aosp14/frameworks/base/core/proto/android/content/ |
H A D | package_item_info.proto | 90 // Paths to all shared libraries this application is linked against. This
|
/aosp14/system/core/debuggerd/ |
H A D | Android.bp | 89 // Core implementation, linked into libdebuggerd_handler and the dynamic linker.
|
/aosp14/frameworks/base/ |
H A D | Android.bp | 537 // utility classes statically linked into framework-wifi and dynamically linked
|
/aosp14/frameworks/base/core/java/ |
H A D | Android.bp | 487 // utility classes statically linked into wifi-service
|
/aosp14/system/core/rootdir/ |
H A D | init.rc | 759 # they are encrypted so that files in them can be hard-linked into
|