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

/hardware/qcom/audio/hal/
H A Daudio_perf.cpp67 Return<bool> linked = gPowerHal_->linkToDeath( local
69 if (!linked.isOk()) {
71 linked.description().c_str());
73 } else if (!linked) {
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraPerf.cpp86 hardware::Return<bool> linked = gPowerHal->linkToDeath( local
88 if (!linked.isOk()) {
90 linked.description().c_str());
92 } else if (!linked) {

Completed in 55 milliseconds