Home
last modified time | relevance | path

Searched refs:ran (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/https/
DRunLoop.cpp102 bool ran = false; in postAndAwait() local
105 post([&cond_var, &mtx, &ran, fn](){ in postAndAwait()
109 ran = true; in postAndAwait()
118 cond_var.wait(lock, [&ran](){ return ran;}); in postAndAwait()
120 return ran; in postAndAwait()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp583 const hidl_string& operatorNumeric, V1_5::RadioAccessNetworks ran);
3992 const hidl_string& operatorNumeric, V1_5::RadioAccessNetworks ran) { in setNetworkSelectionModeManual_1_5() argument
4004 networkOperator.act = (RIL_RadioAccessNetworks)ran; in setNetworkSelectionModeManual_1_5()
/device/google/cuttlefish/guest/hals/ril/libril/
Dril_service.cpp572 const hidl_string& operatorNumeric, V1_5::RadioAccessNetworks ran);
3835 const hidl_string& operatorNumeric, V1_5::RadioAccessNetworks ran) { in setNetworkSelectionModeManual_1_5() argument