Searched refs:linked (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/cmds/statsd/src/external/
H A DResourceThermalManagerPuller.cpp76 hardware::Return<bool> linked = gThermalHal->linkToDeath( local
78 if (!linked.isOk()) {
80 linked.description().c_str());
82 } else if (!linked) {
/frameworks/base/services/core/jni/
H A Dcom_android_server_HardwarePropertiesManagerService.cpp100 hardware::Return<bool> linked = gThermalHal->linkToDeath( local
102 if (!linked.isOk()) {
104 linked.description().c_str());
106 } else if (!linked) {
H A Dcom_android_server_location_GnssLocationProvider.cpp1194 hardware::Return<bool> linked = gnssHal->linkToDeath( local
1196 if (!linked.isOk()) {
1198 linked.description().c_str());
1199 } else if (!linked) {
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp73 Return<bool> linked = mManager->linkToDeath(mDeathRecipient, /*cookie*/ 0); local
74 if (!linked.isOk()) {
76 linked.description().c_str();
77 } else if (!linked) {
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp256 // Make sure we haven't compiled and linked already
354 GLint linked = 0; local
355 glGetProgramiv(program, GL_LINK_STATUS, &linked);
356 if (linked != GL_TRUE) {
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp533 hardware::Return<bool> linked = mInterface->linkToDeath(this, /*cookie*/ mId); local
534 if (!linked.isOk()) {
536 __FUNCTION__, mProviderName.c_str(), linked.description().c_str());
538 } else if (!linked) {
556 __FUNCTION__, mProviderName.c_str(), linked.description().c_str());

Completed in 1819 milliseconds