Home
last modified time | relevance | path

Searched refs:cbw (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/tests/unit_fuzzers/
DBpBinderFuzzFunctions.h99 binder_proxy_warning_callback cbw = binder_proxy_warning_callback();
100 bpbinder->setBinderProxyCountEventCallback(cbl, cbw);
/frameworks/native/libs/binder/include/binder/
DBpBinder.h89 binder_proxy_limit_callback cbl, binder_proxy_warning_callback cbw);
/frameworks/native/libs/binder/
DBpBinder.cpp747 binder_proxy_warning_callback cbw) { in setBinderProxyCountEventCallback() argument
750 sWarningCallback = std::move(cbw); in setBinderProxyCountEventCallback()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2554 final int cbw = ci.getBandwidth(); in setPhyCellInfoFromCellIdentity() local
2555 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()