Searched refs:cbw (Results 1 – 4 of 4) sorted by relevance
99 binder_proxy_warning_callback cbw = binder_proxy_warning_callback();100 bpbinder->setBinderProxyCountEventCallback(cbl, cbw);
89 binder_proxy_limit_callback cbl, binder_proxy_warning_callback cbw);
747 binder_proxy_warning_callback cbw) { in setBinderProxyCountEventCallback() argument750 sWarningCallback = std::move(cbw); in setBinderProxyCountEventCallback()
2554 final int cbw = ci.getBandwidth(); in setPhyCellInfoFromCellIdentity() local2555 if (isValidLteBandwidthKhz(cbw)) { in setPhyCellInfoFromCellIdentity()2556 bandwidths = new int[] {cbw}; in setPhyCellInfoFromCellIdentity()2557 } else if (cbw == Integer.MAX_VALUE) { in setPhyCellInfoFromCellIdentity()2561 loge("Invalid LTE Bandwidth in RegistrationState, " + cbw); in setPhyCellInfoFromCellIdentity()