Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/jni/
Dcom_android_server_HardwarePropertiesManagerService.cpp110 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()
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()
/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/av/services/camera/libcameraservice/common/hidl/
DHidlProviderInfo.cpp175 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/
DGnss.cpp175 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/
DAndroid.bp57 // 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/
Djarjar-rules.txt2 # between this module and the other versions of the utility classes linked into
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp82 auto linked = in ASensorManager() local
84 if (linked != OK) { in ASensorManager()
/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/base/media/lib/signer/
DREADME.txt11 parent classloader, regardless of whether the stub library is linked to the
/frameworks/av/media/module/foundation/
DAndroid.bp160 // this gets linked into extractors in media mainline module
/frameworks/native/services/inputflinger/
DInputProcessor.cpp115 binder_status_t linked = AIBinder_linkToDeath(binder, mRecipient, mCookie); in linkToDeath() local
116 if (linked != STATUS_OK) { in linkToDeath()
/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/av/media/audio/aconfig/
DREADME.md21 `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/
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.proto91 // Paths to all shared libraries this application is linked against. This
/frameworks/base/ravenwood/
DAndroid.bp60 // "ravenwood-runtime-common-device" will be statically linked in device side tests.
/frameworks/base/
DRavenwood.bp295 // Provide runtime versions of utils linked in below
DAndroid.bp626 // 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.bp531 // utility classes statically linked into wifi-service
/frameworks/base/api/
DStubLibraries.bp885 // linked in the stubs for API surfaces (see frameworks/base/StubLibraries.bp).

12