Home
last modified time | relevance | path

Searched refs:AVAILABLE (Results 1 – 8 of 8) sorted by relevance

/device/generic/car/emulator/vhal_aidl/VehicleEmulator/test/
DVehicleEmulatorTest.cpp249 ASSERT_EQ(gotValue.status(), VehiclePropStatus::AVAILABLE); in TEST_F()
305 propValue->set_status(VehiclePropStatus::AVAILABLE); in TEST_F()
438 ASSERT_EQ(gotValue.status(), VehiclePropStatus::AVAILABLE); in TEST_F()
447 ASSERT_EQ(gotValue.status(), VehiclePropStatus::AVAILABLE); in TEST_F()
/device/google/trout/hal/vehicle/2.0/
DDefaultVehicleHalServer.cpp108 updatedPropValue->status = VehiclePropertyStatus::AVAILABLE; in onFakeValueGenerated()
209 req->status = VehiclePropertyStatus::AVAILABLE; in createApPowerStateReq()
221 keyEvent->status = VehiclePropertyStatus::AVAILABLE; in createHwInputKeyProp()
DGarageModeServerSideHandler.cpp214 req->status = VehiclePropertyStatus::AVAILABLE; in CreateApPowerStateReq()
/device/generic/car/emulator/vhal_v2_0/
DEmulatedVehicleHalServer.cpp84 } else if (v->status == VehiclePropertyStatus::AVAILABLE) { in get()
/device/generic/car/emulator/usbpt/protocan/protocanbus/
DExtraCanClient.cpp62 prop.status = VehiclePropertyStatus::AVAILABLE; in appendKeyInput()
/device/ti/beagle_x15/gpu/
DNOTICE2 * TECHNOLOGY AND SOFTWARE PUBLICLY AVAILABLE
/device/google/trout/hal/vehicle/2.0/agl_build/prebuilt/include/android/hardware/automotive/vehicle/2.0/
Dtypes.h3256 AVAILABLE = 0 /* 0x00 */, enumerator
11252 …clePropertyStatus::AVAILABLE) == static_cast<int32_t>(::android::hardware::automotive::vehicle::V2…
11256 flipped |= ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus::AVAILABLE;
11281 if (o == ::android::hardware::automotive::vehicle::V2_0::VehiclePropertyStatus::AVAILABLE) { in toString()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
Dril_service.cpp7530 return (int) OperatorStatus::AVAILABLE; in convertOperatorStatusToInt()