Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp72 return Status(StatusCode::UNAVAILABLE, kErrorMessageRpcAuth); in LuciRpc()
82 return Status(StatusCode::UNAVAILABLE, kErrorMessageRpcAuth); in LuciRpc()
87 return Status(StatusCode::UNAVAILABLE, kErrorMessageRpc); in LuciRpc()
/device/google/cuttlefish/host/commands/gnss_grpc_proxy/
Dgnss_grpc_proxy.proto87 UNAVAILABLE = 14; enumerator
/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp61 prop.status = VehiclePropertyStatus::UNAVAILABLE; in storePropInitialValue()
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h3268 UNAVAILABLE = 1 /* 0x01 */, enumerator
11258 …ePropertyStatus::UNAVAILABLE) == static_cast<int32_t>(::android::hardware::automotive::vehicle::V2…
11262 … flipped |= ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus::UNAVAILABLE;
11284 if (o == ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus::UNAVAILABLE) { in toString()