Home
last modified time | relevance | path

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

/device/generic/car/emulator/vhal_v2_0/
DEmulatedVehicleHalServer.cpp75 const VehiclePropValue& requestedPropValue, StatusCode* outStatus) { in get() argument
83 *outStatus = StatusCode::INVALID_ARG; in get()
85 *outStatus = StatusCode::OK; in get()
87 *outStatus = StatusCode::TRY_AGAIN; in get()
DEmulatedVehicleHalServer.h53 VehiclePropValuePtr get(const VehiclePropValue& requestedPropValue, StatusCode* outStatus);
DVehicleEmulator.h52 StatusCode* outStatus) = 0;