Home
last modified time | relevance | path

Searched refs:linkRet (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/health/aidl/default/
DLinkedCallback.cpp31 binder_status_t linkRet = in Make() local
34 if (linkRet != ::STATUS_OK) { in Make()
35 LOG(WARNING) << __func__ << "Cannot link to death: " << linkRet; in Make()
36 return ::android::base::Error(-linkRet); in Make()
/hardware/nxp/uwb/aidl/
Duwb_chip.cpp61 auto linkRet = in open() local
64 if (linkRet == STATUS_OK) { in open()
65 LOG(INFO) << "AIDL-linkToDeath succeed: " << linkRet; in open()
67 LOG(ERROR) << "AIDL-linkToDeath failed: " << linkRet; in open()
/hardware/interfaces/health/utils/libhealth2impl/
DBinderHealth.cpp66 auto linkRet = callback->linkToDeath(this, 0u /* cookie */); in registerCallback() local
67 if (!linkRet.withDefault(false)) { in registerCallback()
69 << (linkRet.isOk() ? "linkToDeath returns false" : linkRet.description()); in registerCallback()
/hardware/st/nfc/aidl/
DNfc.cpp70 auto linkRet = in open() local
73 if (linkRet != STATUS_OK) { in open()
74 LOG(ERROR) << __func__ << ": linkToDeath failed: " << linkRet; in open()
/hardware/nxp/nfc/snxxx/aidl/
DNfc.cpp57 auto linkRet = AIBinder_linkToDeath(clientCallback->asBinder().get(), in open() local
59 if (linkRet != STATUS_OK) { in open()
60 LOG(ERROR) << __func__ << ": linkToDeath failed: " << linkRet; in open()
/hardware/google/pixel/powerstats/
DAidlStateResidencyDataProvider.cpp109 auto linkRet = asBinder(callback)->linkToDeath(this, 0u /* cookie */); in registerCallback() local
110 if (linkRet != android::OK) { in registerCallback()
111 LOG(WARNING) << __func__ << "Cannot link to death: " << linkRet; in registerCallback()
/hardware/nxp/secure_element/snxxx/aidl/
DVirtualISO.cpp75 auto linkRet = in init() local
78 if (linkRet != STATUS_OK) { in init()
79 LOG(ERROR) << __func__ << ": linkToDeath failed: " << linkRet; in init()
DSecureElement.cpp112 auto linkRet = in init() local
115 if (linkRet != STATUS_OK) { in init()
116 LOG(ERROR) << __func__ << ": linkToDeath failed: " << linkRet; in init()
/hardware/nxp/secure_element/snxxx/1.2/
DSecureElement.cpp160 auto linkRet = callback->linkToDeath(this, 0u /* cookie */); in registerCallback() local
161 if (!linkRet.withDefault(false)) { in registerCallback()
163 << (linkRet.isOk() ? "linkToDeath returns false" in registerCallback()
164 : linkRet.description()); in registerCallback()