Searched refs:can_perform (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 224 bool can_perform = false; in can_perform_action() local 248 can_perform = true; in can_perform_action() 254 can_perform = true; in can_perform_action() 266 ALOGV("%s returning %d", __func__, can_perform); in can_perform_action() 267 return can_perform; in can_perform_action()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 230 bool can_perform = false; in can_perform_action() local 257 can_perform = true; in can_perform_action() 265 can_perform = true; in can_perform_action() 278 ALOGV("%s returning %d", __func__, can_perform); in can_perform_action() 279 return can_perform; in can_perform_action()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 246 bool can_perform = false; in can_perform_action() local 273 can_perform = true; in can_perform_action() 281 can_perform = true; in can_perform_action() 294 ALOGV("%s returning %d", __func__, can_perform); in can_perform_action() 295 return can_perform; in can_perform_action()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 228 bool can_perform = false; in can_perform_action() local 255 can_perform = true; in can_perform_action() 265 can_perform = true; in can_perform_action() 277 ALOGV("%s returning %d", __func__, can_perform); in can_perform_action() 278 return can_perform; in can_perform_action()
|
/hardware/qcom/bt/sdm845/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 224 bool can_perform = false; in can_perform_action() local 251 can_perform = true; in can_perform_action() 261 can_perform = true; in can_perform_action() 273 ALOGV("%s returning %d", __func__, can_perform); in can_perform_action() 274 return can_perform; in can_perform_action()
|