Lines Matching refs:rc
205 int rc = bt_os_callouts->release_wake_lock(WAKE_LOCK_ID);
206 if (rc != BT_STATUS_SUCCESS)
208 ALOGE("%s unable to release wake lock with no timers: %d", __func__, rc);
221 int rc = bt_os_callouts->acquire_wake_lock(WAKE_LOCK_ID);
222 if (rc != BT_STATUS_SUCCESS)
224 ALOGE("%s unable to acquire wake lock: %d", __func__, rc);