Home
last modified time | relevance | path

Searched refs:linked (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/rs/driver/
DREADME.txt12 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/
Dcom_android_server_HardwarePropertiesManagerService.cpp100 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()
Dcom_android_server_am_BatteryStatsService.cpp246 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()
Dcom_android_server_powerstats_PowerStatsService.cpp103 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()
Dcom_android_server_location_GnssLocationProvider.cpp1670 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/
DASensorManager.cpp73 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/
Djarjar-rules.txt2 # between this module and the other versions of the utility classes linked into
/frameworks/base/apex/appsearch/service/
Djarjar-rules.txt8 # between this module and the other versions of the utility classes linked into
/frameworks/base/apex/jobscheduler/service/
Djarjar-rules.txt2 # between this module and the other versions of the utility classes linked into
/frameworks/base/tools/aapt2/
DResourcesInternal.proto27 // This is used to represent a compiled file before it is linked. Only useful to aapt2.
/frameworks/base/media/lib/remotedisplay/
DREADME.txt9 parent classloader, regardless of whether the stub library is linked to the
/frameworks/native/services/inputflinger/
DInputClassifier.cpp149 const bool linked = service->linkToDeath(deathRecipient, 0 /* cookie */).withDefault(false); in create() local
150 if (!linked) { in create()
/frameworks/base/media/lib/signer/
DREADME.txt11 parent classloader, regardless of whether the stub library is linked to the
/frameworks/av/media/libstagefright/foundation/
DAndroid.bp153 // this gets linked into extractors in media mainline module
/frameworks/base/cmds/app_process/
DAndroid.bp38 // This commonly happens with C++ vaguely-linked entities, such as template
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp354 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/
Dlicense-LGPL.txt73 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/
Dpackage_item_info.proto90 // Paths to all shared libraries this application is linked against. This
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1410 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/
DAndroid.bp454 // utility classes statically linked into framework-wifi and dynamically linked
/frameworks/compile/slang/
DNOTICE198 Note: libclang*.a are statically linked.
268 Note: libLLVM*.a are statically linked.
/frameworks/base/core/java/
DAndroid.bp372 // utility classes statically linked into wifi-service
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript140 // able to be linked. It is not intended to be executed!
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript138 // able to be linked. It is not intended to be executed!
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript120 // able to be linked. It is not intended to be executed!

12